Class: PoHistoryMa
- Inherits:
-
Object
- Object
- PoHistoryMa
- Defined in:
- lib/po_detail/po_history_ma.rb
Overview
class used to represent POHISTORY_MA. Used internally
Instance Attribute Summary collapse
-
#cl_val_loc ⇒ Integer
GR/IR account clearing value in local currency.
-
#db_cr_ind ⇒ String
Debit/Credit Indicator.
-
#doc_year ⇒ String
Material Document Year.
-
#ivval_for ⇒ Integer
Entered invoice value in foreign currency.
-
#ivval_loc ⇒ Integer
Entered invoice value in local currency.
-
#mat_doc ⇒ String
Number of Material Document.
-
#matdoc_itm ⇒ String
Item in Material Document.
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#process_id ⇒ String
Transaction/event type, purchase order history.
-
#quantity ⇒ Integer
Quantity.
-
#ref_doc ⇒ String
Document No.
-
#ref_doc_it ⇒ String
Item of a Reference Document.
-
#ref_doc_yr ⇒ String
Fiscal Year of a Reference Document.
-
#serial_no ⇒ String
Sequential Number of Account Assignment.
-
#tax_code ⇒ String
Tax on Sales/Purchases Code.
-
#val_forcur ⇒ Integer
Amount in document currency.
-
#val_loccur ⇒ Integer
Amount in local currency.
Instance Attribute Details
#cl_val_loc ⇒ Integer
Returns GR/IR account clearing value in local currency.
4 5 6 |
# File 'lib/po_detail/po_history_ma.rb', line 4 def cl_val_loc @cl_val_loc end |
#db_cr_ind ⇒ String
Returns Debit/Credit Indicator.
6 7 8 |
# File 'lib/po_detail/po_history_ma.rb', line 6 def db_cr_ind @db_cr_ind end |
#doc_year ⇒ String
Returns Material Document Year.
8 9 10 |
# File 'lib/po_detail/po_history_ma.rb', line 8 def doc_year @doc_year end |
#ivval_for ⇒ Integer
Returns Entered invoice value in foreign currency.
10 11 12 |
# File 'lib/po_detail/po_history_ma.rb', line 10 def ivval_for @ivval_for end |
#ivval_loc ⇒ Integer
Returns Entered invoice value in local currency.
12 13 14 |
# File 'lib/po_detail/po_history_ma.rb', line 12 def ivval_loc @ivval_loc end |
#mat_doc ⇒ String
Returns Number of Material Document.
16 17 18 |
# File 'lib/po_detail/po_history_ma.rb', line 16 def mat_doc @mat_doc end |
#matdoc_itm ⇒ String
Returns Item in Material Document.
14 15 16 |
# File 'lib/po_detail/po_history_ma.rb', line 14 def matdoc_itm @matdoc_itm end |
#po_item ⇒ String
Returns Item Number of Purchasing Document.
18 19 20 |
# File 'lib/po_detail/po_history_ma.rb', line 18 def po_item @po_item end |
#process_id ⇒ String
Returns Transaction/event type, purchase order history.
20 21 22 |
# File 'lib/po_detail/po_history_ma.rb', line 20 def process_id @process_id end |
#quantity ⇒ Integer
Returns Quantity.
22 23 24 |
# File 'lib/po_detail/po_history_ma.rb', line 22 def quantity @quantity end |
#ref_doc ⇒ String
Returns Document No. of a Reference Document.
24 25 26 |
# File 'lib/po_detail/po_history_ma.rb', line 24 def ref_doc @ref_doc end |
#ref_doc_it ⇒ String
Returns Item of a Reference Document.
26 27 28 |
# File 'lib/po_detail/po_history_ma.rb', line 26 def ref_doc_it @ref_doc_it end |
#ref_doc_yr ⇒ String
Returns Fiscal Year of a Reference Document.
28 29 30 |
# File 'lib/po_detail/po_history_ma.rb', line 28 def ref_doc_yr @ref_doc_yr end |
#serial_no ⇒ String
Returns Sequential Number of Account Assignment.
30 31 32 |
# File 'lib/po_detail/po_history_ma.rb', line 30 def serial_no @serial_no end |
#tax_code ⇒ String
Returns Tax on Sales/Purchases Code.
32 33 34 |
# File 'lib/po_detail/po_history_ma.rb', line 32 def tax_code @tax_code end |
#val_forcur ⇒ Integer
Returns Amount in document currency.
34 35 36 |
# File 'lib/po_detail/po_history_ma.rb', line 34 def val_forcur @val_forcur end |
#val_loccur ⇒ Integer
Returns Amount in local currency.
36 37 38 |
# File 'lib/po_detail/po_history_ma.rb', line 36 def val_loccur @val_loccur end |