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 NameDescriptionVisability
CHECK_DELIVERY_ANY_EPACheck Whether Delivery Has EPA AssignmentPublic
CALL METHOD /isdfps/cl_epa_pack=>CHECK_DELIVERY_ANY_EPA...more details

CHECK_DELIVERY_EPACheck Whether Delivery Item Has EPA AssignmentPublic
CALL METHOD /isdfps/cl_epa_pack=>CHECK_DELIVERY_EPA...more details

CHECK_EPA_DLV_SAVECheck Whether HU Is Consistent with EPA Definition (Save)Public
CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_DLV_SAVE...more details

CHECK_EPA_HUCheck Whether HU Is Consistent with EPA DefinitionPrivate
CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_HU...more details

CHECK_EPA_HU_ASSIGNCheck Whether HU Is Consistent with EPA Definition (Assign)Public
CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_HU_ASSIGN...more details

CHECK_EPA_HU_SAVECheck Whether HU Is Consistent with EPA Definition (Save)Public
CALL METHOD /isdfps/cl_epa_pack=>CHECK_EPA_HU_SAVE...more details

CHECK_PO_EPACheck Whether Purchase Order Item Has EPA AssignmentPublic
CALL METHOD /isdfps/cl_epa_pack=>CHECK_PO_EPA...more details

CHECK_PO_ON_EPA_ITEMSCompares Purchase Order Item Using EPA DefinitionPublic
CALL METHOD /isdfps/cl_epa_pack=>CHECK_PO_ON_EPA_ITEMS...more details

CHECK_PR_EPACheck Whether PReq Item Has EPA AssignmentPublic
CALL METHOD /isdfps/cl_epa_pack=>CHECK_PR_EPA...more details

CHECK_PR_ON_EPA_ITEMSCompares PReq Items Using EPA DefinitionPublic
CALL METHOD /isdfps/cl_epa_pack=>CHECK_PR_ON_EPA_ITEMS...more details

COMPARE_EPA_WITH_ITEMSCheck Consistency with EPA Def. (for Example, for HU or PO)Public
CALL METHOD /isdfps/cl_epa_pack=>COMPARE_EPA_WITH_ITEMS...more details

GET_DELIVERYRead Delivery ItemPrivate
CALL METHOD /isdfps/cl_epa_pack=>GET_DELIVERY...more details

GET_DELIVERY_ITEMRead Delivery ItemPrivate
CALL METHOD /isdfps/cl_epa_pack=>GET_DELIVERY_ITEM...more details

GET_EPA_FROM_PACKMATDetermine EPA from Packaging MaterialPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GS_EPA_PREFIXStatic AttributeName PrefixLIKE
/ISDFPS/CNODMART
Private
GS_MATPLNStatic AttributeParameters for Material PlanningLIKE
/ISDFPS/CMATPLN
Private
GT_DLVStatic AttributeBuffer Table for DeliveriesLIKE
LTY_DLV_TAB
Private
GT_PACKMATInstance AttributeLIKE
Private
GT_POStatic AttributeBuffer Table for Purchase OrdersLIKE
LTY_PO_TAB
Private
GT_PRStatic AttributeBuffer Table for PReqsLIKE
LTY_PR_TAB
Private
G_CUST_READStatic AttributeNew Input ValuesLIKE
XFLAG
Private
G_LEN_PREFIXInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!