Class: PoConfirmation
- Inherits:
-
Object
- Object
- PoConfirmation
- Defined in:
- lib/po_detail/po_confirmation.rb
Overview
class used to represent POCONFIRMATION. Used internally
Instance Attribute Summary collapse
-
#conf_name ⇒ String
Confirmation Category: Description.
-
#conf_ser ⇒ String
Sequential Number of Vendor Confirmation.
-
#conf_type ⇒ String
Confirmation Category.
-
#del_datcat ⇒ String
Date category of delivery date in vendor confirmation.
-
#del_datcat_ext ⇒ String
Category of delivery date.
-
#delete_ind ⇒ String
Vendor confirmation deletion indicator.
-
#deliv_date ⇒ Date
Delivery Date of Vendor Confirmation.
-
#deliv_item ⇒ String
Delivery Item.
-
#deliv_numb ⇒ String
Delivery.
-
#deliv_time ⇒ String
Delivery Date Time-Spot in Vendor Confirmation.
-
#dispo_rel ⇒ String
Indicator: Confirmation is Relevant to Materials Planning.
-
#ext_doc ⇒ String
External Document Number of Vendor Confirmation.
-
#ext_doc_long ⇒ String
Reference Document Number (for Dependencies see Long Text).
-
#handoverdate ⇒ Date
Handover Date at the Handover Location.
-
#handovertime ⇒ String
Handover time at the handover location.
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#quantity ⇒ Integer
Quantity as Per Vendor Confirmation.
-
#receipt_rel ⇒ String
Indicator: Confirmation is GR-Relevant.
Instance Attribute Details
#conf_name ⇒ String
Returns Confirmation Category: Description.
4 5 6 |
# File 'lib/po_detail/po_confirmation.rb', line 4 def conf_name @conf_name end |
#conf_ser ⇒ String
Returns Sequential Number of Vendor Confirmation.
6 7 8 |
# File 'lib/po_detail/po_confirmation.rb', line 6 def conf_ser @conf_ser end |
#conf_type ⇒ String
Returns Confirmation Category.
8 9 10 |
# File 'lib/po_detail/po_confirmation.rb', line 8 def conf_type @conf_type end |
#del_datcat ⇒ String
Returns Date category of delivery date in vendor confirmation.
20 21 22 |
# File 'lib/po_detail/po_confirmation.rb', line 20 def del_datcat @del_datcat end |
#del_datcat_ext ⇒ String
Returns Category of delivery date.
22 23 24 |
# File 'lib/po_detail/po_confirmation.rb', line 22 def del_datcat_ext @del_datcat_ext end |
#delete_ind ⇒ String
Returns Vendor confirmation deletion indicator.
10 11 12 |
# File 'lib/po_detail/po_confirmation.rb', line 10 def delete_ind @delete_ind end |
#deliv_date ⇒ Date
Returns Delivery Date of Vendor Confirmation.
12 13 14 |
# File 'lib/po_detail/po_confirmation.rb', line 12 def deliv_date @deliv_date end |
#deliv_item ⇒ String
Returns Delivery Item.
14 15 16 |
# File 'lib/po_detail/po_confirmation.rb', line 14 def deliv_item @deliv_item end |
#deliv_numb ⇒ String
Returns Delivery.
16 17 18 |
# File 'lib/po_detail/po_confirmation.rb', line 16 def deliv_numb @deliv_numb end |
#deliv_time ⇒ String
Returns Delivery Date Time-Spot in Vendor Confirmation.
18 19 20 |
# File 'lib/po_detail/po_confirmation.rb', line 18 def deliv_time @deliv_time end |
#dispo_rel ⇒ String
Returns Indicator: Confirmation is Relevant to Materials Planning.
24 25 26 |
# File 'lib/po_detail/po_confirmation.rb', line 24 def dispo_rel @dispo_rel end |
#ext_doc ⇒ String
Returns External Document Number of Vendor Confirmation.
26 27 28 |
# File 'lib/po_detail/po_confirmation.rb', line 26 def ext_doc @ext_doc end |
#ext_doc_long ⇒ String
Returns Reference Document Number (for Dependencies see Long Text).
28 29 30 |
# File 'lib/po_detail/po_confirmation.rb', line 28 def ext_doc_long @ext_doc_long end |
#handoverdate ⇒ Date
Returns Handover Date at the Handover Location.
30 31 32 |
# File 'lib/po_detail/po_confirmation.rb', line 30 def handoverdate @handoverdate end |
#handovertime ⇒ String
Returns Handover time at the handover location.
32 33 34 |
# File 'lib/po_detail/po_confirmation.rb', line 32 def handovertime @handovertime end |
#po_item ⇒ String
Returns Item Number of Purchasing Document.
34 35 36 |
# File 'lib/po_detail/po_confirmation.rb', line 34 def po_item @po_item end |
#quantity ⇒ Integer
Returns Quantity as Per Vendor Confirmation.
36 37 38 |
# File 'lib/po_detail/po_confirmation.rb', line 36 def quantity @quantity end |
#receipt_rel ⇒ String
Returns Indicator: Confirmation is GR-Relevant.
38 39 40 |
# File 'lib/po_detail/po_confirmation.rb', line 38 def receipt_rel @receipt_rel end |