SAP ABAP Class CL_GHO_PP_PT_API (API class planning table)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP-PN-NOP (Application Component) Network Operations
⤷
APPL_GHO_PP_PT_GEN (Package) GHO PP: Planning Table Backend General
⤷
⤷
Properties
| Class | CL_GHO_PP_PT_API | |
| Short Description | API class planning table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APPL_GHO_PP_PT_GEN | GHO PP: Planning Table Backend General |
| Created | 20101013 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GHO_PP_PT_API has no forward declaration.
Interfaces
Class CL_GHO_PP_PT_API has no interface implemented.
Friends
Class CL_GHO_PP_PT_API 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_GHO_PP_PT_API | Instance of API class planning table | 20101013 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GHO_PP_PT_CONSTANTS | OPM Planning Table Constants | 20101015 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20101015 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20101015 | |
| 3 | Instance method | Private | Method | Create Seltabs for Node_Id, Medium, Material, Quanity Type | 20101015 | |
| 4 | Static method | Public | Method | 20101013 | ||
| 5 | Instance method | Public | Method | Get planning quantities | 20101013 | |
| 6 | Instance method | Public | Method | Get Planning Version Data | 20101217 |
Events
Class CL_GHO_PP_PT_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_SELTAB_MATERIAL | Public | See coding | 20101015 | tty_seltab_material TYPE STANDARD TABLE OF ty_seltab_material
|
||
| 2 | TTY_SELTAB_MEDIUM | Public | See coding | 20101015 | tty_seltab_medium TYPE STANDARD TABLE OF ty_seltab_medium
|
||
| 3 | TTY_SELTAB_NODE_ID | Public | See coding | 20101015 | tty_seltab_node_id TYPE STANDARD TABLE OF ty_seltab_node_id
|
||
| 4 | TTY_SELTAB_QTY_TYPE | Public | See coding | 20101015 | tty_seltab_qty_type TYPE STANDARD TABLE OF ty_seltab_qty_type
|
||
| 5 | TY_SELTAB_MATERIAL | Public | See coding | 20101015 | BEGIN OF ty_seltab_material,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low type GHO_ALLOC_MATERIAL,
high TYPE GHO_ALLOC_MATERIAL,
END OF ty_seltab_material
|
||
| 6 | TY_SELTAB_MEDIUM | Public | See coding | 20101015 | BEGIN OF ty_seltab_medium,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low TYPE gho_product,
high TYPE gho_product,
END OF ty_seltab_medium
|
||
| 7 | TY_SELTAB_NODE_ID | Public | See coding | 20101015 | BEGIN OF ty_seltab_node_id,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low TYPE gho_node_id,
high TYPE gho_node_id,
END OF ty_seltab_node_id
|
||
| 8 | TY_SELTAB_QTY_TYPE | Public | See coding | 20101015 | BEGIN OF ty_seltab_qty_type,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low TYPE GHO_QTY_TYPE,
high TYPE GHO_QTY_TYPE,
END OF ty_seltab_qty_type
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GHO_PP_PT_API has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GHO_PP_PT_API has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GHO_PP_PT_API has no parameter.
Method CONSTRUCTOR on class CL_GHO_PP_PT_API has no exception.
Method CREATE_SELTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SELTAB_MATERIAL | Call by reference | Type reference (TYPE) | TTY_SELTAB_MATERIAL | 20101015 | ||||
| 2 | ET_SELTAB_MEDIUM | Call by reference | Type reference (TYPE) | TTY_SELTAB_MEDIUM | 20101015 | ||||
| 3 | ET_SELTAB_NODE_ID | Call by reference | Type reference (TYPE) | TTY_SELTAB_NODE_ID | 20101015 | ||||
| 4 | ET_SELTAB_QTY_TYPE | Call by reference | Type reference (TYPE) | TTY_SELTAB_QTY_TYPE | 20101015 | ||||
| 5 | IT_MATERIAL | Call by reference | Type reference (TYPE) | GHO_PP_T_MATERIAL | Table Type for Materials | 20101015 | |||
| 6 | IT_MEDIUM | Call by reference | Type reference (TYPE) | GHO_T_MEDIUM | Media Used in a Production Network | 20101015 | |||
| 7 | IT_NODE_ID | Call by reference | Type reference (TYPE) | GHO_PP_T_NODE_ID | Table Type for NODE IDs | 20101015 | |||
| 8 | IT_QTY_TYPE | Call by reference | Type reference (TYPE) | GHO_PP_T_QTY_TYPE | Table Type Quantity Types | 20101015 |
Method CREATE_SELTAB on class CL_GHO_PP_PT_API has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GHO_PP_PT_API | API class planning table | 20101013 |
Method GET_INSTANCE on class CL_GHO_PP_PT_API has no exception.
Method GET_PLANNING_QUANTITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PLANNING_QUANTITIES | Call by reference | Type reference (TYPE) | GHO_PP_T_PLANNING_QUANTITIES | Table Planning Quantities | 20101013 | |||
| 2 | EV_DATE_FROM | Call by reference | Type reference (TYPE) | GHO_PP_PROD_DATE | Used From Date | 20101014 | |||
| 3 | EV_DATE_TO | Call by reference | Type reference (TYPE) | GHO_PP_PROD_DATE | Used To Date | 20101014 | |||
| 4 | EV_NETID | Call by reference | Type reference (TYPE) | GHO_NETOBJ_ID | Network Object ID | 20101014 | |||
| 5 | EV_NOT_FOUND | Call by reference | Type reference (TYPE) | FLAG | No Quantities found | 20101014 | |||
| 6 | EV_PERIOD | Call by reference | Type reference (TYPE) | GHO_PP_PERIOD | Period | 20101015 | |||
| 7 | EV_PLANVERSION | Call by reference | Type reference (TYPE) | GHO_PP_PLANVERSION | Planning Version | 20101014 | |||
| 8 | IT_MATERIAL | Call by reference | Type reference (TYPE) | GHO_PP_T_MATERIAL | Table Materials | 20101015 | |||
| 9 | IT_MEDIUM | Call by reference | Type reference (TYPE) | GHO_T_MEDIUM | Table Medias | 20101015 | |||
| 10 | IT_NODE_ID | Call by reference | Type reference (TYPE) | GHO_PP_T_NODE_ID | Table Node IDs | 20101015 | |||
| 11 | IT_QTY_TYPE | Call by reference | Type reference (TYPE) | GHO_PP_T_QTY_TYPE | Table Quantity Types | 20101015 | |||
| 12 | IV_DATE_FROM | Call by reference | Type reference (TYPE) | GHO_PP_PROD_DATE | From Date | 20101013 | |||
| 13 | IV_DATE_TO | Call by reference | Type reference (TYPE) | GHO_PP_PROD_DATE | To Date | 20101013 | |||
| 14 | IV_NETID | Call by reference | Type reference (TYPE) | GHO_NETOBJ_ID | Network Object ID | 20101013 | |||
| 15 | IV_PLANVERSION | Call by reference | Type reference (TYPE) | GHO_PP_PLANVERSION | Planning Version | 20101013 |
Method GET_PLANNING_QUANTITIES on class CL_GHO_PP_PT_API has no exception.
Method GET_PLANNING_VERSION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PTABLE_HD | Call by reference | Type reference (TYPE) | GHO_PP_T_PTABLE_HD | Planning Version Data | 20101217 | |||
| 2 | IV_PLANVERSION | Call by reference | Type reference (TYPE) | GHO_PP_PLANVERSION | Planning Version | 20101217 | |||
| 3 | IV_PRODUCTION_NETWORK | Call by reference | Type reference (TYPE) | GHO_NETOBJ_ID | Network Object ID | 20101217 | |||
| 4 | IV_SIMULATION_ID | Call by reference | Type reference (TYPE) | GHO_SIMU_ID | Simulation ID | 20101217 |
Method GET_PLANNING_VERSION_DATA on class CL_GHO_PP_PT_API has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |