SAP ABAP Class CL_SALES_ORDER_HELP (Helper class for sales order demo)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_DEMO_EXT (Package) Floorplan Manager: Applications for external Demos

⤷

⤷

Properties
Class | CL_SALES_ORDER_HELP | |
Short Description | Helper class for sales order demo | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_DEMO_EXT | Floorplan Manager: Applications for external Demos |
Created | 20090903 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SALES_ORDER_HELP has no forward declaration.
Interfaces
Class CL_SALES_ORDER_HELP has no interface implemented.
Friends
Class CL_SALES_ORDER_HELP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SALES_ORDER_HELP | Helper class for sales order demo | 20090903 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TS_PO_ITEMS | 20090903 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TS_SHIP_TO | 20090903 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Method to instance the class | 20090903 |
2 | ![]() |
Instance method | Public | Method | 20090903 | |
3 | ![]() |
Instance method | Public | Method | Get business Partner details | 20090903 |
4 | ![]() |
Instance method | Public | Method | 20090903 | |
5 | ![]() |
Instance method | Public | Method | Set business Partner details | 20090903 |
Events
Class CL_SALES_ORDER_HELP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_PO_ITEMS | Public | See coding | 20090903 | BEGIN OF ts_po_items,
external_reference TYPE string,
incoterms TYPE sm_do_inc,
inc_location TYPE string,
notes TYPE string,
po_status TYPE string,
END OF ts_po_items
|
||
2 | TS_SHIP_TO | Public | See coding | 20090903 | BEGIN OF ts_ship_to,
sold_to TYPE string,
street TYPE string,
city TYPE string,
name TYPE string,
email TYPE string,
END OF ts_ship_to
|
Method Signatures
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SALES_ORDER_HELP | Helper class for sales order demo | 20090903 |
Method GET_INSTANCE on class CL_SALES_ORDER_HELP has no exception.
Method GET_PO_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_PO_ITEMS | Call by reference | Type reference (TYPE) | TS_PO_ITEMS | 20090903 |
Method GET_PO_ITEMS on class CL_SALES_ORDER_HELP has no exception.
Method GET_SHIP_TO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SHIP_TO | Call by reference | Type reference (TYPE) | TS_SHIP_TO | 20090903 | |||
2 | ![]() |
EV_BP_SET | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090903 |
Method GET_SHIP_TO on class CL_SALES_ORDER_HELP has no exception.
Method SET_PO_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PO_ITEMS | Call by reference | Type reference (TYPE) | TS_PO_ITEMS | 20090903 |
Method SET_PO_ITEMS on class CL_SALES_ORDER_HELP has no exception.
Method SET_SHIP_TO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SHIP_TO | Call by reference | Type reference (TYPE) | TS_SHIP_TO | 20090903 |
Method SET_SHIP_TO on class CL_SALES_ORDER_HELP has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |