rnsap 0.4.8 → 0.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/helper/rfc_helper.rb +19 -15
  3. data/lib/po_detail/all.rb +27 -0
  4. data/lib/po_detail/po_account.rb +93 -0
  5. data/lib/po_detail/po_addrdelivery.rb +115 -0
  6. data/lib/po_detail/po_all_versions.rb +55 -0
  7. data/lib/po_detail/po_components.rb +53 -0
  8. data/lib/po_detail/po_cond.rb +91 -0
  9. data/lib/po_detail/po_cond_header.rb +91 -0
  10. data/lib/po_detail/po_confirmation.rb +39 -0
  11. data/lib/po_detail/po_contract_limits.rb +21 -0
  12. data/lib/po_detail/po_exp_imp_header.rb +7 -0
  13. data/lib/po_detail/po_exp_imp_item.rb +21 -0
  14. data/lib/po_detail/po_extension_out.rb +13 -0
  15. data/lib/po_detail/po_header.rb +131 -0
  16. data/lib/po_detail/po_history.rb +107 -0
  17. data/lib/po_detail/po_history_ma.rb +37 -0
  18. data/lib/po_detail/po_history_totals.rb +51 -0
  19. data/lib/po_detail/po_inv_plan_header.rb +49 -0
  20. data/lib/po_detail/po_inv_plan_item.rb +51 -0
  21. data/lib/po_detail/po_item.rb +359 -0
  22. data/lib/po_detail/po_limits.rb +47 -0
  23. data/lib/po_detail/po_partner.rb +11 -0
  24. data/lib/po_detail/po_schedule.rb +59 -0
  25. data/lib/po_detail/po_serial_number.rb +13 -0
  26. data/lib/po_detail/po_services.rb +137 -0
  27. data/lib/po_detail/po_shipping_exp.rb +53 -0
  28. data/lib/po_detail/po_srv_access_values.rb +17 -0
  29. data/lib/po_detail/po_text_header.rb +13 -0
  30. data/lib/po_detail/po_text_item.rb +13 -0
  31. data/lib/po_release_info/all.rb +1 -0
  32. data/lib/po_release_info/po_release_final.rb +53 -0
  33. data/lib/preq_detail/all.rb +8 -0
  34. data/lib/preq_release_info/all.rb +4 -0
  35. data/lib/rnsap.rb +130 -31
  36. metadata +33 -1
@@ -0,0 +1,47 @@
1
+ # class used to represent POLIMITS. Used internally
2
+ class PoLimits
3
+ # @return [Integer] Percentage for price determination
4
+ attr_accessor :cont_perc
5
+ # @return [String] Limit on contract items exists
6
+ attr_accessor :con_exist
7
+ # @return [String] Edition of Service Type
8
+ attr_accessor :edition
9
+ # @return [Integer] Expected value
10
+ attr_accessor :exp_value
11
+ # @return [Integer] Free limit
12
+ attr_accessor :free_limit
13
+ # @return [Integer] Overall limit
14
+ attr_accessor :limit
15
+ # @return [String] No Limit
16
+ attr_accessor :no_frlimit
17
+ # @return [String] No Limit
18
+ attr_accessor :no_limit
19
+ # @return [String] Package number
20
+ attr_accessor :pckg_no
21
+ # @return [String] Price Change in Entry Sheet
22
+ attr_accessor :price_chg
23
+ # @return [String] Short Description of Service Type
24
+ attr_accessor :serv_type
25
+ # @return [String] Limits exist for service types
26
+ attr_accessor :ssc_exist
27
+ # @return [Integer] Value limits on service types
28
+ attr_accessor :ssc_limit
29
+ # @return [String] No limit on standard service type
30
+ attr_accessor :ssc_nolim
31
+ # @return [Integer] Percentage for price determination
32
+ attr_accessor :ssc_perc
33
+ # @return [String] Price Change in Entry Sheet
34
+ attr_accessor :ssc_prschg
35
+ # @return [String] Limit on service packages exists
36
+ attr_accessor :tmp_exist
37
+ # @return [Integer] Limits on model service specifications
38
+ attr_accessor :tmp_limit
39
+ # @return [String] No Limit on Model Specifications
40
+ attr_accessor :tmp_nolim
41
+ # @return [String] Number of a Set of Model Service Specifications
42
+ attr_accessor :tmp_number
43
+ # @return [Integer] Percentage for Price Determination
44
+ attr_accessor :tmp_perc
45
+ # @return [String] Price Change in Entry Sheet
46
+ attr_accessor :tmp_prschg
47
+ end
@@ -0,0 +1,11 @@
1
+ # class used to represent POPARTNER. Used internally
2
+ class PoPartner
3
+ # @return [String] Number of a Business Partner in Vendor Master Record
4
+ attr_accessor :buspartno
5
+ # @return [String] Deletion Indicator
6
+ attr_accessor :delete_ind
7
+ # @return [Integer] Language Key
8
+ attr_accessor :langu
9
+ # @return [String] Language-specific description of partner function
10
+ attr_accessor :partnerdesc
11
+ end
@@ -0,0 +1,59 @@
1
+ # class used to represent POSCHEDULE. Used internally
2
+ class PoSchedule
3
+ # @return [Date] Committed date
4
+ attr_accessor :com_date
5
+ # @return [Integer] Committed Quantity
6
+ attr_accessor :com_qty
7
+ # @return [String] Deletion indicator in purchasing document
8
+ attr_accessor :delete_ind
9
+ # @return [String] Delivery Date
10
+ attr_accessor :delivery_date
11
+ # @return [String] Delivery Date Time-Spot
12
+ attr_accessor :deliv_time
13
+ # @return [String] Category of delivery date
14
+ attr_accessor :del_datcat_ext
15
+ # @return [String] Description of a Geographical Route
16
+ attr_accessor :geo_route
17
+ # @return [Date] Goods Issue Date
18
+ attr_accessor :gi_date
19
+ # @return [String] Time of Goods Issue (Local, Relating to a Plant)
20
+ attr_accessor :gi_time
21
+ # @return [Date] Goods Receipt End Date
22
+ attr_accessor :gr_end_date
23
+ # @return [String] Goods Receipt End Time (Local, Relating to a Plant)
24
+ attr_accessor :gr_end_time
25
+ # @return [Date] Handover Date at the Handover Location
26
+ attr_accessor :handoverdate
27
+ # @return [String] Handover time at the handover location
28
+ attr_accessor :handovertime
29
+ # @return [Date] Loading Date
30
+ attr_accessor :load_date
31
+ # @return [String] Loading Time (Local Time Relating to a Shipping Point)
32
+ attr_accessor :load_time
33
+ # @return [Date] Material Availability Date
34
+ attr_accessor :ms_date
35
+ # @return [String] Material Staging Time (Local, Relating to a Plant)
36
+ attr_accessor :ms_time
37
+ # @return [Date] Order date of schedule line
38
+ attr_accessor :po_date
39
+ # @return [String] Item Number of Purchasing Document
40
+ attr_accessor :po_item
41
+ # @return [String] Item number of purchase requisition
42
+ attr_accessor :preq_item
43
+ # @return [String] Purchase Requisition Number
44
+ attr_accessor :preq_no
45
+ # @return [Integer] Scheduled Quantity
46
+ attr_accessor :quantity
47
+ # @return [String] Purchase requisition closed
48
+ attr_accessor :req_closed
49
+ # @return [String] Route Schedule
50
+ attr_accessor :routesched
51
+ # @return [String] Schedule Line Number
52
+ attr_accessor :sched_line
53
+ # @return [Date] Statistics-Relevant Delivery Date
54
+ attr_accessor :stat_date
55
+ # @return [Date] Transportation Planning Date
56
+ attr_accessor :tp_date
57
+ # @return [String] Transp. Planning Time (Local, Relating to a Shipping Point)
58
+ attr_accessor :tp_time
59
+ end
@@ -0,0 +1,13 @@
1
+ # class used to represent POSERIALNUMBER. Used internally
2
+ class PoSerialNumber
3
+ # @return [String] Deletion indicator in purchasing document
4
+ attr_accessor :delete_ind
5
+ # @return [String] Item Number of Purchasing Document
6
+ attr_accessor :po_item
7
+ # @return [String] Schedule Line Number
8
+ attr_accessor :sched_line
9
+ # @return [String] Serial Number
10
+ attr_accessor :serialno
11
+ # @return [String] Unique Item Identifier
12
+ attr_accessor :uii
13
+ end
@@ -0,0 +1,137 @@
1
+ # class used to represent POSERVICES. Used internally
2
+ class PoServices
3
+ # @return [String] Alternative Line
4
+ attr_accessor :alternat
5
+ # @return [String] Base Unit of Measure
6
+ attr_accessor :base_uom
7
+ # @return [String] Basic Line
8
+ attr_accessor :basic_line
9
+ # @return [String] Alternatives: Reference to basic item
10
+ attr_accessor :basline_no
11
+ # @return [String] Start Time
12
+ attr_accessor :begintime
13
+ # @return [String] Bidder's Line
14
+ attr_accessor :bidder
15
+ # @return [String] Blanket Line
16
+ attr_accessor :blanket
17
+ # @return [String] Entry: Unplanned from contract
18
+ attr_accessor :con_line
19
+ # @return [String] Entry: Unplanned from contract
20
+ attr_accessor :con_pckg
21
+ # @return [Date] Date
22
+ attr_accessor :date
23
+ # @return [String] Deletion Indicator
24
+ attr_accessor :delete_ind
25
+ # @return [String] Distribution indicator for multiple account assignment
26
+ attr_accessor :distrib
27
+ # @return [String] Edition of Service Type
28
+ attr_accessor :edition
29
+ # @return [String] End Time
30
+ attr_accessor :endtime
31
+ # @return [String] Contingency Line
32
+ attr_accessor :eventual
33
+ # @return [String] External Personnel Number
34
+ attr_accessor :extpers_no
35
+ # @return [String] External Reference Key for Service
36
+ attr_accessor :extrefkey
37
+ # @return [String] Line Number
38
+ attr_accessor :ext_line
39
+ # @return [String] Vendor's Service Number
40
+ attr_accessor :ext_serv
41
+ # @return [String] Formula Number
42
+ attr_accessor :formula
43
+ # @return [Integer] Formula Value
44
+ attr_accessor :form_val1
45
+ # @return [Integer] Formula value
46
+ attr_accessor :form_val2
47
+ # @return [Integer] Formula value
48
+ attr_accessor :form_val3
49
+ # @return [Integer] Formula value
50
+ attr_accessor :form_val4
51
+ # @return [Integer] Formula value
52
+ attr_accessor :form_val5
53
+ # @return [String] Lower Limit
54
+ attr_accessor :from_line
55
+ # @return [Integer] Gross price
56
+ attr_accessor :gr_price
57
+ # @return [String] Hierarchically superior line number
58
+ attr_accessor :hi_line_no
59
+ # @return [String] Informatory Line
60
+ attr_accessor :inform
61
+ # @return [String] Entry: Unplanned, limit line
62
+ attr_accessor :limit_line
63
+ # @return [String] Internal line number
64
+ attr_accessor :line_no
65
+ # @return [String] Material Group
66
+ attr_accessor :matl_group
67
+ # @return [Integer] Net value
68
+ attr_accessor :net_value
69
+ # @return [String] Line with Open Quantity
70
+ attr_accessor :open_qty
71
+ # @return [String] Indicator: Outline line
72
+ attr_accessor :outl_ind
73
+ # @return [Integer] Hierarchy level of group
74
+ attr_accessor :outl_level
75
+ # @return [String] Outline Level
76
+ attr_accessor :outl_no
77
+ # @return [Integer] Overfulfillment Tolerance
78
+ attr_accessor :ovf_tol
79
+ # @return [String] Unlimited Overfulfillment
80
+ attr_accessor :ovf_unlim
81
+ # @return [String] Package number
82
+ attr_accessor :pckg_no
83
+ # @return [String] Personnel Number
84
+ attr_accessor :pers_no
85
+ # @return [Date] Period of Performance End Date
86
+ attr_accessor :per_edate
87
+ # @return [Date] Period of Performance Start Date
88
+ attr_accessor :per_sdate
89
+ # @return [String] Entry: Planned package line
90
+ attr_accessor :pln_line
91
+ # @return [String] Source package number
92
+ attr_accessor :pln_pckg
93
+ # @return [String] Price Change in Entry Sheet
94
+ attr_accessor :price_chg
95
+ # @return [Integer] Price unit
96
+ attr_accessor :price_unit
97
+ # @return [Integer] Quantity with Sign
98
+ attr_accessor :quantity
99
+ # @return [String] Activity Number
100
+ attr_accessor :service
101
+ # @return [String] Short Description of Service Type
102
+ attr_accessor :serv_type
103
+ # @return [String] Short Text
104
+ attr_accessor :short_text
105
+ # @return [String] Standard Service Catalog Item
106
+ attr_accessor :ssc_item
107
+ # @return [String] Service line refers to standard service catalog limits
108
+ attr_accessor :ssc_lim
109
+ # @return [String] Subpackage number
110
+ attr_accessor :subpckg_no
111
+ # @return [String] Supplementary Line
112
+ attr_accessor :supp_line
113
+ # @return [Integer] Target Value
114
+ attr_accessor :target_val
115
+ # @return [String] Tax Jurisdiction
116
+ attr_accessor :taxjurcode
117
+ # @return [String] Tax on Sales/Purchases Code
118
+ attr_accessor :tax_code
119
+ # @return [String] Entry: Unplanned service from model specifications
120
+ attr_accessor :tmp_line
121
+ # @return [String] Entry: Unplanned service from model specifications
122
+ attr_accessor :tmp_pckg
123
+ # @return [String] Upper Limit
124
+ attr_accessor :to_line
125
+ # @return [String] ISO code for unit of measurement
126
+ attr_accessor :uom_iso
127
+ # @return [String] User-Defined Field
128
+ attr_accessor :userf1_num
129
+ # @return [String] User-Defined Field
130
+ attr_accessor :userf1_txt
131
+ # @return [Integer] User-Defined Field
132
+ attr_accessor :userf2_num
133
+ # @return [String] User-Defined Field
134
+ attr_accessor :userf2_txt
135
+ # @return [String] Wage Type
136
+ attr_accessor :wagetype
137
+ end
@@ -0,0 +1,53 @@
1
+ # class used to represent POSHIPPINGEXP. Used internally
2
+ class PoShippingExp
3
+ # @return [String] Return Material Authorization Number
4
+ attr_accessor :auth_number
5
+ # @return [String] Customer Number
6
+ attr_accessor :customer
7
+ # @return [Date] Delivery Creation Date
8
+ attr_accessor :del_create_date
9
+ # @return [String] Distribution Channel
10
+ attr_accessor :distr_chan
11
+ # @return [String] Division
12
+ attr_accessor :division
13
+ # @return [String] Delivery Priority
14
+ attr_accessor :dlv_prio
15
+ # @return [String] Default Follow-Up Activity Code
16
+ attr_accessor :follow_up
17
+ # @return [String] Forwarding agent
18
+ attr_accessor :fwdagent
19
+ # @return [String] Inspection Outcome: Stock GUID set by EWM
20
+ attr_accessor :inspout_guid
21
+ # @return [Integer] Language Key
22
+ attr_accessor :langu
23
+ # @return [String] ISO code for language key
24
+ attr_accessor :langu_iso
25
+ # @return [String] Loading Group
26
+ attr_accessor :loadinggrp
27
+ # @return [String] Order Combination Indicator
28
+ attr_accessor :ordcombind
29
+ # @return [Integer] Planned Delivery Time in Days
30
+ attr_accessor :plnd_delry
31
+ # @return [String] Item Number of Purchasing Document
32
+ attr_accessor :po_item
33
+ # @return [String] Route
34
+ attr_accessor :route
35
+ # @return [String] Sales Organization
36
+ attr_accessor :salesorg
37
+ # @return [String] Shipping Conditions
38
+ attr_accessor :ship_cond
39
+ # @return [String] Shipping Point/Receiving Point
40
+ attr_accessor :ship_point
41
+ # @return [String] Sold-To Party
42
+ attr_accessor :sold_to
43
+ # @return [String] Source delivery number
44
+ attr_accessor :src_dlv_no
45
+ # @return [String] Source/Target handling unit (external ID)
46
+ attr_accessor :src_handlg_unit
47
+ # @return [String] Time zone of delivering location
48
+ attr_accessor :time_zone
49
+ # @return [String] Transportation Group
50
+ attr_accessor :trans_grp
51
+ # @return [String] Unloading Point
52
+ attr_accessor :unload_pt
53
+ end
@@ -0,0 +1,17 @@
1
+ # class used to represent POSRVACCESSVALUES. Used internally
2
+ class PoSrvAccessValues
3
+ # @return [String] Line Number
4
+ attr_accessor :line_no
5
+ # @return [Integer] Net Value of Item
6
+ attr_accessor :net_value
7
+ # @return [String] Package number
8
+ attr_accessor :pckg_no
9
+ # @return [Integer] Percentage for Account Assignment Value Distribution
10
+ attr_accessor :percentage
11
+ # @return [Integer] Quantity with Sign
12
+ attr_accessor :quantity
13
+ # @return [String] Sequential Number of Account Assignment
14
+ attr_accessor :serial_no
15
+ # @return [String] Seq. Number of Acc. Assignment Specification: Service Line
16
+ attr_accessor :serno_line
17
+ end
@@ -0,0 +1,13 @@
1
+ # class used to represent POTEXTHEADER. Used internally
2
+ class PoTextHeader
3
+ # @return [String] Item Number of Purchasing Document
4
+ attr_accessor :po_item
5
+ # @return [String] Purchasing Document Number
6
+ attr_accessor :po_number
7
+ # @return [String] Tag column
8
+ attr_accessor :text_form
9
+ # @return [String] Text ID
10
+ attr_accessor :text_id
11
+ # @return [String] Text Line
12
+ attr_accessor :text_line
13
+ end
@@ -0,0 +1,13 @@
1
+ # class used to represent POTEXTITEM. Used internally
2
+ class PoTextItem
3
+ # @return [String] Item Number of Purchasing Document
4
+ attr_accessor :po_item
5
+ # @return [String] Purchasing Document Number
6
+ attr_accessor :po_number
7
+ # @return [String] Tag column
8
+ attr_accessor :text_form
9
+ # @return [String] Text ID
10
+ attr_accessor :text_id
11
+ # @return [String] Text Line
12
+ attr_accessor :text_line
13
+ end
@@ -0,0 +1 @@
1
+ require 'po_release_info/po_release_final'
@@ -0,0 +1,53 @@
1
+ # class used to represent PORELEASEFINAL. Used internally
2
+ class PoReleaseFinal
3
+ # @return [String] Purchasing Document Number
4
+ attr_accessor :po_number
5
+ # @return [String] Description of release code 1
6
+ attr_accessor :rel_cd_tx1
7
+ # @return [String] Description of release code 2
8
+ attr_accessor :rel_cd_tx2
9
+ # @return [String] Description of release code 3
10
+ attr_accessor :rel_cd_tx3
11
+ # @return [String] Description of release code 4
12
+ attr_accessor :rel_cd_tx4
13
+ # @return [String] Description of release code 5
14
+ attr_accessor :rel_cd_tx5
15
+ # @return [String] Description of release code 6
16
+ attr_accessor :rel_cd_tx6
17
+ # @return [String] Description of release code 7
18
+ attr_accessor :rel_cd_tx7
19
+ # @return [String] Description of release code
20
+ attr_accessor :rel_cd_tx8
21
+ # @return [String] Release code 1
22
+ attr_accessor :rel_code1
23
+ # @return [String] Release code 2
24
+ attr_accessor :rel_code2
25
+ # @return [String] Release code 3
26
+ attr_accessor :rel_code3
27
+ # @return [String] Release code 4
28
+ attr_accessor :rel_code4
29
+ # @return [String] Release code 5
30
+ attr_accessor :rel_code5
31
+ # @return [String] Release code 6
32
+ attr_accessor :rel_code6
33
+ # @return [String] Release code 7
34
+ attr_accessor :rel_code7
35
+ # @return [String] Release code 8
36
+ attr_accessor :rel_code8
37
+ # @return [String] Role resolution for workflow for release code 1
38
+ attr_accessor :rel_wf1
39
+ # @return [String] Role resolution for workflow for release code 2
40
+ attr_accessor :rel_wf2
41
+ # @return [String] Role resolution for workflow for release code 3
42
+ attr_accessor :rel_wf3
43
+ # @return [String] Role resolution for workflow for release code 4
44
+ attr_accessor :rel_wf4
45
+ # @return [String] Role resolution for workflow for release code 5
46
+ attr_accessor :rel_wf5
47
+ # @return [String] Role resolution for workflow for release code 6
48
+ attr_accessor :rel_wf6
49
+ # @return [String] Role resolution for workflow for release code 7
50
+ attr_accessor :rel_wf7
51
+ # @return [String] Role resolution for workflow for release code 8
52
+ attr_accessor :rel_wf8
53
+ end
@@ -0,0 +1,8 @@
1
+ require 'preq_detail/preq_item'
2
+ require 'preq_detail/preq_acct_assignment'
3
+ require 'preq_detail/preq_text'
4
+ require 'preq_detail/preq_limits'
5
+ require 'preq_detail/preq_contract_limits'
6
+ require 'preq_detail/preq_services'
7
+ require 'preq_detail/preq_services_texts'
8
+ require 'preq_detail/preq_srv_accass_values'
@@ -0,0 +1,4 @@
1
+ require 'preq_release_info/preq_gen_release_info'
2
+ require 'preq_release_info/preq_release_prerequisites'
3
+ require 'preq_release_info/preq_release_posted'
4
+ require 'preq_release_info/preq_release_final'