Class: PoHistoryMa

Inherits:
Object
  • Object
show all
Defined in:
lib/po_detail/po_history_ma.rb

Overview

class used to represent POHISTORY_MA. Used internally

Instance Attribute Summary collapse

Instance Attribute Details

#cl_val_locInteger

Returns GR/IR account clearing value in local currency.

Returns:

  • (Integer)

    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_indString

Returns Debit/Credit Indicator.

Returns:

  • (String)

    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_yearString

Returns Material Document Year.

Returns:

  • (String)

    Material Document Year



8
9
10
# File 'lib/po_detail/po_history_ma.rb', line 8

def doc_year
  @doc_year
end

#ivval_forInteger

Returns Entered invoice value in foreign currency.

Returns:

  • (Integer)

    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_locInteger

Returns Entered invoice value in local currency.

Returns:

  • (Integer)

    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_docString

Returns Number of Material Document.

Returns:

  • (String)

    Number of Material Document



16
17
18
# File 'lib/po_detail/po_history_ma.rb', line 16

def mat_doc
  @mat_doc
end

#matdoc_itmString

Returns Item in Material Document.

Returns:

  • (String)

    Item in Material Document



14
15
16
# File 'lib/po_detail/po_history_ma.rb', line 14

def matdoc_itm
  @matdoc_itm
end

#po_itemString

Returns Item Number of Purchasing Document.

Returns:

  • (String)

    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_idString

Returns Transaction/event type, purchase order history.

Returns:

  • (String)

    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

#quantityInteger

Returns Quantity.

Returns:

  • (Integer)

    Quantity



22
23
24
# File 'lib/po_detail/po_history_ma.rb', line 22

def quantity
  @quantity
end

#ref_docString

Returns Document No. of a Reference Document.

Returns:

  • (String)

    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_itString

Returns Item of a Reference Document.

Returns:

  • (String)

    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_yrString

Returns Fiscal Year of a Reference Document.

Returns:

  • (String)

    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_noString

Returns Sequential Number of Account Assignment.

Returns:

  • (String)

    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_codeString

Returns Tax on Sales/Purchases Code.

Returns:

  • (String)

    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_forcurInteger

Returns Amount in document currency.

Returns:

  • (Integer)

    Amount in document currency



34
35
36
# File 'lib/po_detail/po_history_ma.rb', line 34

def val_forcur
  @val_forcur
end

#val_loccurInteger

Returns Amount in local currency.

Returns:

  • (Integer)

    Amount in local currency



36
37
38
# File 'lib/po_detail/po_history_ma.rb', line 36

def val_loccur
  @val_loccur
end