SAP /SCMTMS/CL_BAPI_TLOC OO Class - BAPI for Transshipment Locations
/SCMTMS/CL_BAPI_TLOC 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_BAPI_TLOC 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 /SCMTMS/CL_BAPI_TLOC 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 |
| ADD_BAPIRET_MSG | Add a BAPIRET message | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>ADD_BAPIRET_MSG...more details | ||
| CHECK_GEO_MAPPING_EXT_TO_INT | Map geo object external->internal | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>CHECK_GEO_MAPPING_EXT_TO_INT...more details | ||
| CHECK_GEO_MAPPING_INT_TO_EXT | Map geo object external->internal | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>CHECK_GEO_MAPPING_INT_TO_EXT...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_bapi_tloc=>CONSTRUCTOR...more details | ||
| DELETE_TLOC_ASSIGNMENT | Delete assignment | Public |
| CALL METHOD /scmtms/cl_bapi_tloc=>DELETE_TLOC_ASSIGNMENT...more details | ||
| DETERMINE_BSG | Determine Business System Group | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>DETERMINE_BSG...more details | ||
|
| ||
| EXECUTE_MAPPING_EXT_TO_INT | Map assignment external to internal format | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>EXECUTE_MAPPING_EXT_TO_INT...more details | ||
| EXECUTE_MAPPING_INT_TO_EXT | Map assignment internal to external format | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>EXECUTE_MAPPING_INT_TO_EXT...more details | ||
| GET_TLOC_ASSIGNMENT | Get assignments | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>GET_TLOC_ASSIGNMENT...more details | ||
| MAP_MESSAGES | Map messages | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>MAP_MESSAGES...more details | ||
| MAP_TLOC_ASSIGNMENT_EXT_TO_INT | Map assignment external to internal format | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>MAP_TLOC_ASSIGNMENT_EXT_TO_INT...more details | ||
| MAP_TLOC_ASSIGNMENT_INT_TO_EXT | Map assignment internal to external format | Protected |
| CALL METHOD /scmtms/cl_bapi_tloc=>MAP_TLOC_ASSIGNMENT_INT_TO_EXT...more details | ||
| READ_TLOC_ASSIGNMENT | Read assignments | Public |
| CALL METHOD /scmtms/cl_bapi_tloc=>READ_TLOC_ASSIGNMENT...more details | ||
| SAVE_TLOC_ASSIGNMENT | Save assignment | Public |
| CALL METHOD /scmtms/cl_bapi_tloc=>SAVE_TLOC_ASSIGNMENT...more details | ||
/SCMTMS/CL_BAPI_TLOC 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 |
| GC_LOC_TYPE_ZONE | Static Attribute | Location Type | '1005' | LIKE /SCMB/MDL_LOCTYPE | Protected |
| GV_MSG | Instance Attribute | LIKE STRING | Protected | ||
| MT_BSG_MAP | Instance Attribute | LIKE TY_T_BSG_MAP | Protected | ||
| MT_GEO_MAP | Instance Attribute | External and Internal Key for Location | LIKE /SCMB/MDL_EXTLOC_KEY_TAB | Protected |
/SCMTMS/CL_BAPI_TLOC types
TY_S_BSG_MAP -TY_T_BSG_MAP -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects