SAP /SCMTMS/CL_FRAGRMNT_BOPF_BASE OO Class - Freight Agreement Basic BOPF Utilities
/SCMTMS/CL_FRAGRMNT_BOPF_BASE 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 /SCMTMS/CL_FRAGRMNT_BOPF_BASE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMTMS/CL_FRAGRMNT_BOPF_BASE is /SCMTMS/CL_TCM_BOPF_BASEMethod list of /SCMTMS/CL_FRAGRMNT_BOPF_BASE 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 |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_fragrmnt_bopf_base=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_fragrmnt_bopf_base=>CONSTRUCTOR...more details | ||
| READ_ITEM_DATA | Read Item Data | Protected |
| CALL METHOD /scmtms/cl_fragrmnt_bopf_base=>READ_ITEM_DATA...more details | ||
| READ_ITEM_DATA_BY_ASSOC | Read Item Data by Association to Root | Protected |
| CALL METHOD /scmtms/cl_fragrmnt_bopf_base=>READ_ITEM_DATA_BY_ASSOC...more details | ||
| READ_ROOT_BY_NODEID | Get Root by Node ID | Protected |
| CALL METHOD /scmtms/cl_fragrmnt_bopf_base=>READ_ROOT_BY_NODEID...more details | ||
| READ_ROOT_DATA | Read Root Data | Protected |
| CALL METHOD /scmtms/cl_fragrmnt_bopf_base=>READ_ROOT_DATA...more details | ||
|
| ||
/SCMTMS/CL_FRAGRMNT_BOPF_BASE types
TSTR_CONTRACTORS_DATA -TSTR_CONTRACTORS_HELPER -
TSTR_ITEMS_DATA -
TSTR_ITEMS_HELPER -
TSTR_ITEM_DATA -
TSTR_ITEM_HELPER -
TSTR_PARTY_DATA -
TSTR_PARTY_HELPER -
TSTR_ROOT_DATA -
TSTR_ROOT_HELPER -
TSTR_ROOT_STATUS_DATA -
TSTR_ROOT_STATUS_HELPER -
TSTR_ROOT_TEXT_DATA -
TSTR_ROOT_TEXT_HELPER -
TSTR_TARIFF_DATA -
TSTR_TARIFF_HELPER -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects