Class: PoAccount
- Inherits:
-
Object
- Object
- PoAccount
- Defined in:
- lib/po_detail/po_account.rb
Overview
class used to represent POACCOUNT. Used internally
Instance Attribute Summary collapse
-
#activity ⇒ String
Activity Number.
-
#acttype ⇒ String
Activity Type.
-
#asset_no ⇒ String
Main Asset Number.
-
#budget_period ⇒ String
FM: Budget Period.
-
#bus_area ⇒ String
Business Area.
-
#cmmt_item ⇒ String
Commitment Item.
-
#cmmt_item_long ⇒ String
Commitment item.
-
#co_area ⇒ String
Controlling Area.
-
#co_busproc ⇒ String
Business Process.
-
#costcenter ⇒ String
Cost Center.
-
#costobject ⇒ String
Cost Object.
-
#creat_date ⇒ Date
Date on Which Record Was Created.
-
#delete_ind ⇒ String
Deletion Indicator: Purchasing Document Account Assignment.
-
#distr_perc ⇒ Integer
Distribution percentage in the case of multiple acct assgt.
-
#final_ind ⇒ String
Final Account Assignment Indicator.
-
#final_reason ⇒ String
Final Account Assignment Reason Code.
-
#func_area ⇒ String
Functional Area.
-
#func_area_long ⇒ String
Functional Area.
-
#fund ⇒ String
Fund.
-
#funds_ctr ⇒ String
Funds Center.
-
#gl_account ⇒ String
G/L Account Number.
-
#gr_rcpt ⇒ String
Goods recipient.
-
#grant_nbr ⇒ String
Grant.
-
#itm_number ⇒ String
Sales Document Item.
-
#net_value ⇒ Integer
Currency amount for BAPIS (with 9 decimal places).
-
#network ⇒ String
Network Number for Account Assignment.
-
#nond_itax ⇒ Integer
Currency amount for BAPIS (with 9 decimal places).
-
#orderid ⇒ String
Order Number.
-
#part_acct ⇒ String
Partner account number.
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#profit_ctr ⇒ String
Profit Center.
-
#quantity ⇒ Integer
Quantity.
-
#rec_ind ⇒ String
Recovery Indicator.
-
#ref_date ⇒ Date
Reference date for settlement.
-
#res_doc ⇒ String
Document Number for Earmarked Funds.
-
#res_item ⇒ String
Earmarked Funds: Document Item.
-
#rl_est_key ⇒ String
Internal Key for Real Estate Object.
-
#sched_line ⇒ String
Schedule Line Number.
-
#sd_doc ⇒ String
Sales and Distribution Document Number.
-
#serial_no ⇒ String
Sequential Number of Account Assignment.
-
#sub_number ⇒ String
Asset Subnumber.
-
#tax_code ⇒ String
Tax on Sales/Purchases Code.
-
#taxjurcode ⇒ String
Tax Jurisdiction.
-
#unload_pt ⇒ String
Unloading Point.
-
#wbs_element ⇒ String
Work Breakdown Structure Element (WBS Element).
Instance Attribute Details
#activity ⇒ String
Returns Activity Number.
4 5 6 |
# File 'lib/po_detail/po_account.rb', line 4 def activity @activity end |
#acttype ⇒ String
Returns Activity Type.
6 7 8 |
# File 'lib/po_detail/po_account.rb', line 6 def acttype @acttype end |
#asset_no ⇒ String
Returns Main Asset Number.
8 9 10 |
# File 'lib/po_detail/po_account.rb', line 8 def asset_no @asset_no end |
#budget_period ⇒ String
Returns FM: Budget Period.
10 11 12 |
# File 'lib/po_detail/po_account.rb', line 10 def budget_period @budget_period end |
#bus_area ⇒ String
Returns Business Area.
12 13 14 |
# File 'lib/po_detail/po_account.rb', line 12 def bus_area @bus_area end |
#cmmt_item ⇒ String
Returns Commitment Item.
14 15 16 |
# File 'lib/po_detail/po_account.rb', line 14 def cmmt_item @cmmt_item end |
#cmmt_item_long ⇒ String
Returns Commitment item.
16 17 18 |
# File 'lib/po_detail/po_account.rb', line 16 def cmmt_item_long @cmmt_item_long end |
#co_area ⇒ String
Returns Controlling Area.
22 23 24 |
# File 'lib/po_detail/po_account.rb', line 22 def co_area @co_area end |
#co_busproc ⇒ String
Returns Business Process.
24 25 26 |
# File 'lib/po_detail/po_account.rb', line 24 def co_busproc @co_busproc end |
#costcenter ⇒ String
Returns Cost Center.
18 19 20 |
# File 'lib/po_detail/po_account.rb', line 18 def costcenter @costcenter end |
#costobject ⇒ String
Returns Cost Object.
20 21 22 |
# File 'lib/po_detail/po_account.rb', line 20 def costobject @costobject end |
#creat_date ⇒ Date
Returns Date on Which Record Was Created.
26 27 28 |
# File 'lib/po_detail/po_account.rb', line 26 def creat_date @creat_date end |
#delete_ind ⇒ String
Returns Deletion Indicator: Purchasing Document Account Assignment.
28 29 30 |
# File 'lib/po_detail/po_account.rb', line 28 def delete_ind @delete_ind end |
#distr_perc ⇒ Integer
Returns Distribution percentage in the case of multiple acct assgt.
30 31 32 |
# File 'lib/po_detail/po_account.rb', line 30 def distr_perc @distr_perc end |
#final_ind ⇒ String
Returns Final Account Assignment Indicator.
32 33 34 |
# File 'lib/po_detail/po_account.rb', line 32 def final_ind @final_ind end |
#final_reason ⇒ String
Returns Final Account Assignment Reason Code.
34 35 36 |
# File 'lib/po_detail/po_account.rb', line 34 def final_reason @final_reason end |
#func_area ⇒ String
Returns Functional Area.
36 37 38 |
# File 'lib/po_detail/po_account.rb', line 36 def func_area @func_area end |
#func_area_long ⇒ String
Returns Functional Area.
38 39 40 |
# File 'lib/po_detail/po_account.rb', line 38 def func_area_long @func_area_long end |
#fund ⇒ String
Returns Fund.
40 41 42 |
# File 'lib/po_detail/po_account.rb', line 40 def fund @fund end |
#funds_ctr ⇒ String
Returns Funds Center.
42 43 44 |
# File 'lib/po_detail/po_account.rb', line 42 def funds_ctr @funds_ctr end |
#gl_account ⇒ String
Returns G/L Account Number.
44 45 46 |
# File 'lib/po_detail/po_account.rb', line 44 def gl_account @gl_account end |
#gr_rcpt ⇒ String
Returns Goods recipient.
48 49 50 |
# File 'lib/po_detail/po_account.rb', line 48 def gr_rcpt @gr_rcpt end |
#grant_nbr ⇒ String
Returns Grant.
46 47 48 |
# File 'lib/po_detail/po_account.rb', line 46 def grant_nbr @grant_nbr end |
#itm_number ⇒ String
Returns Sales Document Item.
50 51 52 |
# File 'lib/po_detail/po_account.rb', line 50 def itm_number @itm_number end |
#net_value ⇒ Integer
Returns Currency amount for BAPIS (with 9 decimal places).
54 55 56 |
# File 'lib/po_detail/po_account.rb', line 54 def net_value @net_value end |
#network ⇒ String
Returns Network Number for Account Assignment.
52 53 54 |
# File 'lib/po_detail/po_account.rb', line 52 def network @network end |
#nond_itax ⇒ Integer
Returns Currency amount for BAPIS (with 9 decimal places).
56 57 58 |
# File 'lib/po_detail/po_account.rb', line 56 def nond_itax @nond_itax end |
#orderid ⇒ String
Returns Order Number.
58 59 60 |
# File 'lib/po_detail/po_account.rb', line 58 def orderid @orderid end |
#part_acct ⇒ String
Returns Partner account number.
60 61 62 |
# File 'lib/po_detail/po_account.rb', line 60 def part_acct @part_acct end |
#po_item ⇒ String
Returns Item Number of Purchasing Document.
62 63 64 |
# File 'lib/po_detail/po_account.rb', line 62 def po_item @po_item end |
#profit_ctr ⇒ String
Returns Profit Center.
64 65 66 |
# File 'lib/po_detail/po_account.rb', line 64 def profit_ctr @profit_ctr end |
#quantity ⇒ Integer
Returns Quantity.
66 67 68 |
# File 'lib/po_detail/po_account.rb', line 66 def quantity @quantity end |
#rec_ind ⇒ String
Returns Recovery Indicator.
68 69 70 |
# File 'lib/po_detail/po_account.rb', line 68 def rec_ind @rec_ind end |
#ref_date ⇒ Date
Returns Reference date for settlement.
70 71 72 |
# File 'lib/po_detail/po_account.rb', line 70 def ref_date @ref_date end |
#res_doc ⇒ String
Returns Document Number for Earmarked Funds.
72 73 74 |
# File 'lib/po_detail/po_account.rb', line 72 def res_doc @res_doc end |
#res_item ⇒ String
Returns Earmarked Funds: Document Item.
74 75 76 |
# File 'lib/po_detail/po_account.rb', line 74 def res_item @res_item end |
#rl_est_key ⇒ String
Returns Internal Key for Real Estate Object.
76 77 78 |
# File 'lib/po_detail/po_account.rb', line 76 def rl_est_key @rl_est_key end |
#sched_line ⇒ String
Returns Schedule Line Number.
78 79 80 |
# File 'lib/po_detail/po_account.rb', line 78 def sched_line @sched_line end |
#sd_doc ⇒ String
Returns Sales and Distribution Document Number.
80 81 82 |
# File 'lib/po_detail/po_account.rb', line 80 def sd_doc @sd_doc end |
#serial_no ⇒ String
Returns Sequential Number of Account Assignment.
82 83 84 |
# File 'lib/po_detail/po_account.rb', line 82 def serial_no @serial_no end |
#sub_number ⇒ String
Returns Asset Subnumber.
84 85 86 |
# File 'lib/po_detail/po_account.rb', line 84 def sub_number @sub_number end |
#tax_code ⇒ String
Returns Tax on Sales/Purchases Code.
88 89 90 |
# File 'lib/po_detail/po_account.rb', line 88 def tax_code @tax_code end |
#taxjurcode ⇒ String
Returns Tax Jurisdiction.
86 87 88 |
# File 'lib/po_detail/po_account.rb', line 86 def taxjurcode @taxjurcode end |
#unload_pt ⇒ String
Returns Unloading Point.
90 91 92 |
# File 'lib/po_detail/po_account.rb', line 90 def unload_pt @unload_pt end |
#wbs_element ⇒ String
Returns Work Breakdown Structure Element (WBS Element).
92 93 94 |
# File 'lib/po_detail/po_account.rb', line 92 def wbs_element @wbs_element end |