Class: PoHistory
- Inherits:
-
Object
- Object
- PoHistory
- Defined in:
- lib/po_detail/po_history.rb
Overview
class used to represent POHISTORY. Used internally
Instance Attribute Summary collapse
-
#batch ⇒ String
Batch Number.
-
#bl_qty ⇒ Integer
Quantity in GR blocked stock in order price unit.
-
#blocked_qy ⇒ Integer
Goods Receipt Blocked Stock in Order Unit.
-
#cl_val_loc ⇒ Integer
GR/IR account clearing value in local currency.
-
#condition ⇒ String
Number of the document condition.
-
#conf_ser ⇒ String
Sequential Number of Vendor Confirmation.
-
#currency ⇒ Integer
Currency Key.
-
#currency_iso ⇒ String
ISO Currency Code.
-
#db_cr_ind ⇒ String
Debit/Credit Indicator.
-
#deliv_qty ⇒ Integer
Quantity in Unit of Measure from Delivery Note.
-
#deliv_unit ⇒ String
Unit of Measure From Delivery Note.
-
#deliv_unit_iso ⇒ String
ISO code for unit of measure of delivery note.
-
#doc_date ⇒ Date
Document Date in Document.
-
#doc_year ⇒ String
Material Document Year.
-
#entry_date ⇒ Date
Day On Which Accounting Document Was Entered.
-
#entry_time ⇒ String
Time of Entry.
-
#hist_type ⇒ String
Purchase Order History Category.
-
#ivval_for ⇒ Integer
Entered invoice value in foreign currency.
-
#ivval_loc ⇒ Integer
Entered invoice value in local currency.
-
#loc_curr ⇒ Integer
Local currency key.
-
#loc_curr_iso ⇒ String
ISO code for local currency.
-
#mat_doc ⇒ String
Number of Material Document.
-
#matdoc_itm ⇒ String
Item in Material Document.
-
#material ⇒ String
Material Number.
-
#material_external ⇒ String
Long Material Number for MATERIAL Field.
-
#material_guid ⇒ String
External GUID for MATERIAL Field.
-
#material_long ⇒ String
Material Number (40 Characters, needed f. technical reasons).
-
#material_version ⇒ String
Version Number for MATERIAL Field.
-
#move_reas ⇒ String
Reason for Movement.
-
#move_type ⇒ String
Movement type (inventory management).
-
#no_more_gr ⇒ String
Delivery Completed Indicator.
-
#plant ⇒ String
Plant.
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#process_id ⇒ String
Transaction/event type, purchase order history.
-
#pstng_date ⇒ Date
Posting Date in the Document.
-
#pur_mat ⇒ String
Material number.
-
#pur_mat_external ⇒ String
Long Material Number for PUR_MAT Field.
-
#pur_mat_guid ⇒ String
External GUID for PUR_MAT Field.
-
#pur_mat_long ⇒ String
Material Number (40 Characters, Technical Requirement).
-
#pur_mat_version ⇒ String
Version Number for PUR_MAT Field.
-
#quantity ⇒ Integer
Quantity.
-
#ref_doc ⇒ String
Document No.
-
#ref_doc_it ⇒ String
Item of a Reference Document.
-
#ref_doc_no ⇒ String
Reference Document Number.
-
#ref_doc_no_long ⇒ String
Reference Document Number (for Dependencies see Long Text).
-
#ref_doc_yr ⇒ String
Fiscal Year of a Reference Document.
-
#serial_no ⇒ String
Sequential Number of Account Assignment.
-
#stk_segment ⇒ String
Stock Segment.
-
#tax_code ⇒ String
Tax on Sales/Purchases Code.
-
#val_forcur ⇒ Integer
Amount in document currency.
-
#val_loccur ⇒ Integer
Amount in local currency.
-
#val_type ⇒ String
Valuation Type.
Instance Attribute Details
#batch ⇒ String
Returns Batch Number.
4 5 6 |
# File 'lib/po_detail/po_history.rb', line 4 def batch @batch end |
#bl_qty ⇒ Integer
Returns Quantity in GR blocked stock in order price unit.
8 9 10 |
# File 'lib/po_detail/po_history.rb', line 8 def bl_qty @bl_qty end |
#blocked_qy ⇒ Integer
Returns Goods Receipt Blocked Stock in Order Unit.
6 7 8 |
# File 'lib/po_detail/po_history.rb', line 6 def blocked_qy @blocked_qy end |
#cl_val_loc ⇒ Integer
Returns GR/IR account clearing value in local currency.
10 11 12 |
# File 'lib/po_detail/po_history.rb', line 10 def cl_val_loc @cl_val_loc end |
#condition ⇒ String
Returns Number of the document condition.
12 13 14 |
# File 'lib/po_detail/po_history.rb', line 12 def condition @condition end |
#conf_ser ⇒ String
Returns Sequential Number of Vendor Confirmation.
14 15 16 |
# File 'lib/po_detail/po_history.rb', line 14 def conf_ser @conf_ser end |
#currency ⇒ Integer
Returns Currency Key.
16 17 18 |
# File 'lib/po_detail/po_history.rb', line 16 def currency @currency end |
#currency_iso ⇒ String
Returns ISO Currency Code.
18 19 20 |
# File 'lib/po_detail/po_history.rb', line 18 def currency_iso @currency_iso end |
#db_cr_ind ⇒ String
Returns Debit/Credit Indicator.
20 21 22 |
# File 'lib/po_detail/po_history.rb', line 20 def db_cr_ind @db_cr_ind end |
#deliv_qty ⇒ Integer
Returns Quantity in Unit of Measure from Delivery Note.
22 23 24 |
# File 'lib/po_detail/po_history.rb', line 22 def deliv_qty @deliv_qty end |
#deliv_unit ⇒ String
Returns Unit of Measure From Delivery Note.
24 25 26 |
# File 'lib/po_detail/po_history.rb', line 24 def deliv_unit @deliv_unit end |
#deliv_unit_iso ⇒ String
Returns ISO code for unit of measure of delivery note.
26 27 28 |
# File 'lib/po_detail/po_history.rb', line 26 def deliv_unit_iso @deliv_unit_iso end |
#doc_date ⇒ Date
Returns Document Date in Document.
28 29 30 |
# File 'lib/po_detail/po_history.rb', line 28 def doc_date @doc_date end |
#doc_year ⇒ String
Returns Material Document Year.
30 31 32 |
# File 'lib/po_detail/po_history.rb', line 30 def doc_year @doc_year end |
#entry_date ⇒ Date
Returns Day On Which Accounting Document Was Entered.
32 33 34 |
# File 'lib/po_detail/po_history.rb', line 32 def entry_date @entry_date end |
#entry_time ⇒ String
Returns Time of Entry.
34 35 36 |
# File 'lib/po_detail/po_history.rb', line 34 def entry_time @entry_time end |
#hist_type ⇒ String
Returns Purchase Order History Category.
36 37 38 |
# File 'lib/po_detail/po_history.rb', line 36 def hist_type @hist_type end |
#ivval_for ⇒ Integer
Returns Entered invoice value in foreign currency.
38 39 40 |
# File 'lib/po_detail/po_history.rb', line 38 def ivval_for @ivval_for end |
#ivval_loc ⇒ Integer
Returns Entered invoice value in local currency.
40 41 42 |
# File 'lib/po_detail/po_history.rb', line 40 def ivval_loc @ivval_loc end |
#loc_curr ⇒ Integer
Returns Local currency key.
42 43 44 |
# File 'lib/po_detail/po_history.rb', line 42 def loc_curr @loc_curr end |
#loc_curr_iso ⇒ String
Returns ISO code for local currency.
44 45 46 |
# File 'lib/po_detail/po_history.rb', line 44 def loc_curr_iso @loc_curr_iso end |
#mat_doc ⇒ String
Returns Number of Material Document.
58 59 60 |
# File 'lib/po_detail/po_history.rb', line 58 def mat_doc @mat_doc end |
#matdoc_itm ⇒ String
Returns Item in Material Document.
46 47 48 |
# File 'lib/po_detail/po_history.rb', line 46 def matdoc_itm @matdoc_itm end |
#material ⇒ String
Returns Material Number.
48 49 50 |
# File 'lib/po_detail/po_history.rb', line 48 def material @material end |
#material_external ⇒ String
Returns Long Material Number for MATERIAL Field.
50 51 52 |
# File 'lib/po_detail/po_history.rb', line 50 def material_external @material_external end |
#material_guid ⇒ String
Returns External GUID for MATERIAL Field.
52 53 54 |
# File 'lib/po_detail/po_history.rb', line 52 def material_guid @material_guid end |
#material_long ⇒ String
Returns Material Number (40 Characters, needed f. technical reasons).
54 55 56 |
# File 'lib/po_detail/po_history.rb', line 54 def material_long @material_long end |
#material_version ⇒ String
Returns Version Number for MATERIAL Field.
56 57 58 |
# File 'lib/po_detail/po_history.rb', line 56 def material_version @material_version end |
#move_reas ⇒ String
Returns Reason for Movement.
60 61 62 |
# File 'lib/po_detail/po_history.rb', line 60 def move_reas @move_reas end |
#move_type ⇒ String
Returns Movement type (inventory management).
62 63 64 |
# File 'lib/po_detail/po_history.rb', line 62 def move_type @move_type end |
#no_more_gr ⇒ String
Returns Delivery Completed Indicator.
64 65 66 |
# File 'lib/po_detail/po_history.rb', line 64 def no_more_gr @no_more_gr end |
#plant ⇒ String
Returns Plant.
66 67 68 |
# File 'lib/po_detail/po_history.rb', line 66 def plant @plant end |
#po_item ⇒ String
Returns Item Number of Purchasing Document.
68 69 70 |
# File 'lib/po_detail/po_history.rb', line 68 def po_item @po_item end |
#process_id ⇒ String
Returns Transaction/event type, purchase order history.
70 71 72 |
# File 'lib/po_detail/po_history.rb', line 70 def process_id @process_id end |
#pstng_date ⇒ Date
Returns Posting Date in the Document.
72 73 74 |
# File 'lib/po_detail/po_history.rb', line 72 def pstng_date @pstng_date end |
#pur_mat ⇒ String
Returns Material number.
74 75 76 |
# File 'lib/po_detail/po_history.rb', line 74 def pur_mat @pur_mat end |
#pur_mat_external ⇒ String
Returns Long Material Number for PUR_MAT Field.
76 77 78 |
# File 'lib/po_detail/po_history.rb', line 76 def pur_mat_external @pur_mat_external end |
#pur_mat_guid ⇒ String
Returns External GUID for PUR_MAT Field.
78 79 80 |
# File 'lib/po_detail/po_history.rb', line 78 def pur_mat_guid @pur_mat_guid end |
#pur_mat_long ⇒ String
Returns Material Number (40 Characters, Technical Requirement).
80 81 82 |
# File 'lib/po_detail/po_history.rb', line 80 def pur_mat_long @pur_mat_long end |
#pur_mat_version ⇒ String
Returns Version Number for PUR_MAT Field.
82 83 84 |
# File 'lib/po_detail/po_history.rb', line 82 def pur_mat_version @pur_mat_version end |
#quantity ⇒ Integer
Returns Quantity.
84 85 86 |
# File 'lib/po_detail/po_history.rb', line 84 def quantity @quantity end |
#ref_doc ⇒ String
Returns Document No. of a Reference Document.
86 87 88 |
# File 'lib/po_detail/po_history.rb', line 86 def ref_doc @ref_doc end |
#ref_doc_it ⇒ String
Returns Item of a Reference Document.
88 89 90 |
# File 'lib/po_detail/po_history.rb', line 88 def ref_doc_it @ref_doc_it end |
#ref_doc_no ⇒ String
Returns Reference Document Number.
90 91 92 |
# File 'lib/po_detail/po_history.rb', line 90 def ref_doc_no @ref_doc_no end |
#ref_doc_no_long ⇒ String
Returns Reference Document Number (for Dependencies see Long Text).
92 93 94 |
# File 'lib/po_detail/po_history.rb', line 92 def ref_doc_no_long @ref_doc_no_long end |
#ref_doc_yr ⇒ String
Returns Fiscal Year of a Reference Document.
94 95 96 |
# File 'lib/po_detail/po_history.rb', line 94 def ref_doc_yr @ref_doc_yr end |
#serial_no ⇒ String
Returns Sequential Number of Account Assignment.
96 97 98 |
# File 'lib/po_detail/po_history.rb', line 96 def serial_no @serial_no end |
#stk_segment ⇒ String
Returns Stock Segment.
98 99 100 |
# File 'lib/po_detail/po_history.rb', line 98 def stk_segment @stk_segment end |
#tax_code ⇒ String
Returns Tax on Sales/Purchases Code.
100 101 102 |
# File 'lib/po_detail/po_history.rb', line 100 def tax_code @tax_code end |
#val_forcur ⇒ Integer
Returns Amount in document currency.
102 103 104 |
# File 'lib/po_detail/po_history.rb', line 102 def val_forcur @val_forcur end |
#val_loccur ⇒ Integer
Returns Amount in local currency.
104 105 106 |
# File 'lib/po_detail/po_history.rb', line 104 def val_loccur @val_loccur end |
#val_type ⇒ String
Returns Valuation Type.
106 107 108 |
# File 'lib/po_detail/po_history.rb', line 106 def val_type @val_type end |