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 NameDescriptionVisability
ADD_BAPIRET_MSGAdd a BAPIRET messageProtected
CALL METHOD /scmtms/cl_bapi_tloc=>ADD_BAPIRET_MSG...more details

CHECK_GEO_MAPPING_EXT_TO_INTMap geo object external->internalProtected
CALL METHOD /scmtms/cl_bapi_tloc=>CHECK_GEO_MAPPING_EXT_TO_INT...more details

CHECK_GEO_MAPPING_INT_TO_EXTMap geo object external->internalProtected
CALL METHOD /scmtms/cl_bapi_tloc=>CHECK_GEO_MAPPING_INT_TO_EXT...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmtms/cl_bapi_tloc=>CONSTRUCTOR...more details

DELETE_TLOC_ASSIGNMENTDelete assignmentPublic
CALL METHOD /scmtms/cl_bapi_tloc=>DELETE_TLOC_ASSIGNMENT...more details

DETERMINE_BSGDetermine Business System GroupProtected
CALL METHOD /scmtms/cl_bapi_tloc=>DETERMINE_BSG...more details

EXECUTE_MAPPING_EXT_TO_INTMap assignment external to internal formatProtected
CALL METHOD /scmtms/cl_bapi_tloc=>EXECUTE_MAPPING_EXT_TO_INT...more details

EXECUTE_MAPPING_INT_TO_EXTMap assignment internal to external formatProtected
CALL METHOD /scmtms/cl_bapi_tloc=>EXECUTE_MAPPING_INT_TO_EXT...more details

GET_TLOC_ASSIGNMENTGet assignmentsProtected
CALL METHOD /scmtms/cl_bapi_tloc=>GET_TLOC_ASSIGNMENT...more details

MAP_MESSAGESMap messagesProtected
CALL METHOD /scmtms/cl_bapi_tloc=>MAP_MESSAGES...more details

MAP_TLOC_ASSIGNMENT_EXT_TO_INTMap assignment external to internal formatProtected
CALL METHOD /scmtms/cl_bapi_tloc=>MAP_TLOC_ASSIGNMENT_EXT_TO_INT...more details

MAP_TLOC_ASSIGNMENT_INT_TO_EXTMap assignment internal to external formatProtected
CALL METHOD /scmtms/cl_bapi_tloc=>MAP_TLOC_ASSIGNMENT_INT_TO_EXT...more details

READ_TLOC_ASSIGNMENTRead assignmentsPublic
CALL METHOD /scmtms/cl_bapi_tloc=>READ_TLOC_ASSIGNMENT...more details

SAVE_TLOC_ASSIGNMENTSave assignmentPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_LOC_TYPE_ZONEStatic AttributeLocation Type'1005'LIKE
/SCMB/MDL_LOCTYPE
Protected
GV_MSGInstance AttributeLIKE
STRING
Protected
MT_BSG_MAPInstance AttributeLIKE
TY_T_BSG_MAP
Protected
MT_GEO_MAPInstance AttributeExternal and Internal Key for LocationLIKE
/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



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!