SAP /ISDFPS/CL_EPA_PACK OO Class - Deliveries with EPA Assignment
/ISDFPS/CL_EPA_PACK is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /ISDFPS/CL_EPA_PACK including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /ISDFPS/CL_EPA_PACK SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_DELIVERY_ANY_EPA | Check Whether Delivery Has EPA Assignment | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_DELIVERY_ANY_EPA...more details | ||
| CHECK_DELIVERY_EPA | Check Whether Delivery Item Has EPA Assignment | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_DELIVERY_EPA...more details | ||
| CHECK_EPA_DLV_SAVE | Check Whether HU Is Consistent with EPA Definition (Save) | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_DLV_SAVE...more details | ||
| CHECK_EPA_HU | Check Whether HU Is Consistent with EPA Definition | Private |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_HU...more details | ||
| CHECK_EPA_HU_ASSIGN | Check Whether HU Is Consistent with EPA Definition (Assign) | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_HU_ASSIGN...more details | ||
| CHECK_EPA_HU_SAVE | Check Whether HU Is Consistent with EPA Definition (Save) | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_HU_SAVE...more details | ||
|
| ||
| CHECK_PO_EPA | Check Whether Purchase Order Item Has EPA Assignment | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_PO_EPA...more details | ||
| CHECK_PO_ON_EPA_ITEMS | Compares Purchase Order Item Using EPA Definition | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_PO_ON_EPA_ITEMS...more details | ||
| CHECK_PR_EPA | Check Whether PReq Item Has EPA Assignment | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_PR_EPA...more details | ||
| CHECK_PR_ON_EPA_ITEMS | Compares PReq Items Using EPA Definition | Public |
| CALL METHOD /isdfps/cl_epa_pack=>CHECK_PR_ON_EPA_ITEMS...more details | ||
| COMPARE_EPA_WITH_ITEMS | Check Consistency with EPA Def. (for Example, for HU or PO) | Public |
| CALL METHOD /isdfps/cl_epa_pack=>COMPARE_EPA_WITH_ITEMS...more details | ||
| GET_DELIVERY | Read Delivery Item | Private |
| CALL METHOD /isdfps/cl_epa_pack=>GET_DELIVERY...more details | ||
| GET_DELIVERY_ITEM | Read Delivery Item | Private |
| CALL METHOD /isdfps/cl_epa_pack=>GET_DELIVERY_ITEM...more details | ||
| GET_EPA_FROM_PACKMAT | Determine EPA from Packaging Material | Public |
| CALL METHOD /isdfps/cl_epa_pack=>GET_EPA_FROM_PACKMAT...more details | ||
/ISDFPS/CL_EPA_PACK attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GS_EPA_PREFIX | Static Attribute | Name Prefix | LIKE /ISDFPS/CNODMART | Private | |
| GS_MATPLN | Static Attribute | Parameters for Material Planning | LIKE /ISDFPS/CMATPLN | Private | |
| GT_DLV | Static Attribute | Buffer Table for Deliveries | LIKE LTY_DLV_TAB | Private | |
| GT_PACKMAT | Instance Attribute | LIKE | Private | ||
| GT_PO | Static Attribute | Buffer Table for Purchase Orders | LIKE LTY_PO_TAB | Private | |
| GT_PR | Static Attribute | Buffer Table for PReqs | LIKE LTY_PR_TAB | Private | |
| G_CUST_READ | Static Attribute | New Input Values | LIKE XFLAG | Private | |
| G_LEN_PREFIX | Instance Attribute | LIKE | Private |
/ISDFPS/CL_EPA_PACK types
LTY_DLV -LTY_DLV_ITEM -
LTY_DLV_TAB -
LTY_PACKMAT -
LTY_PACKMAT_TAB -
LTY_PO -
LTY_PO_ITEM -
LTY_PO_TAB -
LTY_PR -
LTY_PR_ITEM -
LTY_PR_TAB -
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects