SAP /SCMTMS/CL_COMMON_BO_HELPER OO Class - Common helper class for FWO/FWQ and FO/FQ









/SCMTMS/CL_COMMON_BO_HELPER 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_COMMON_BO_HELPER 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_COMMON_BO_HELPER 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_BP_VS_AIRLCCheck how Carrier and AIRLC fit togetherPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_AIRLC...more details

CHECK_BP_VS_AIRLC_MASSCheck how Carrier and AIRLC fit togetherPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_AIRLC_MASS...more details

CHECK_BP_VS_SCACCheck how Carrier and SCAC fit togetherPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_SCAC...more details

CHECK_BP_VS_SCAC_MASSCheck how Carrier and SCAC fit togetherPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_SCAC_MASS...more details

CHECK_CODE_VALUE_FIELDSCheck Code Value FieldsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_CODE_VALUE_FIELDS...more details

CHECK_COMPATIBLE_MOTCheck Compatibiliity of TrM Against Root TrMPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_COMPATIBLE_MOT...more details

CHECK_COMPATIBLE_STAGECheck Compatibiliity of Stage Type Against MovEment TypePublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_COMPATIBLE_STAGE...more details

CHECK_CONTAINER_DETAILSCheck container detailsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_CONTAINER_DETAILS...more details

CHECK_CONTAINER_IDCheck Container id (ISO 6346)Public
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_CONTAINER_ID...more details

CHECK_EXISTING_CBASCheck Contract Basis existsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_EXISTING_CBAS...more details

CHECK_EXISTING_ORGCheck existing organization by ID and FunctionPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_EXISTING_ORG...more details

CHECK_ITEM_QTY_CONSISTENCYCheck consistency of item quantitiesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_ITEM_QTY_CONSISTENCY...more details

CHECK_MANDATORY_ATT_TYPESCheck for mand. Attachment Types when no ATF DO is availablePublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_MANDATORY_ATT_TYPES...more details

CHECK_PRINT_ADDRESS_FORMATChecks the format of the printing addressPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_PRINT_ADDRESS_FORMAT...more details

CHECK_ULD_NUMBERCheck ULD NumberPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_ULD_NUMBER...more details

CHECK_VALID_MOTCheck Validity of TrMPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_VALID_MOT...more details

COMPARE_DIMENSIONScompare dimensionsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>COMPARE_DIMENSIONS...more details

CONVERT_RESOURCE_IDS_TO_KEYSReturns vehicle & transp. unit resource keys for given IDsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>CONVERT_RESOURCE_IDS_TO_KEYS...more details

DETERMINE_AGREEMENT_PARTYDetermine agreement Party for stagePublic
CALL METHOD /scmtms/cl_common_bo_helper=>DETERMINE_AGREEMENT_PARTY...more details

FILTER_FOR_CHECK_CODE_VALUECheck Code Value Fields for Changes and Filter DataProtected
CALL METHOD /scmtms/cl_common_bo_helper=>FILTER_FOR_CHECK_CODE_VALUE...more details

FILTER_FOR_CHECK_CODE_VALU_OLDCheck Code Value Fields for Changes and Filter DataProtected
CALL METHOD /scmtms/cl_common_bo_helper=>FILTER_FOR_CHECK_CODE_VALU_OLD...more details

GET_ASSOC_TO_PARENTReturn Assoc. Key for the TO_PARENT-AssociationPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_ASSOC_TO_PARENT...more details

GET_ASSOC_TO_ROOTReturn Assoc. Key for the TO_ROOT-AssociationPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_ASSOC_TO_ROOT...more details

GET_BO_CONF_DATAGet BO Model Data (static)Public
CALL METHOD /scmtms/cl_common_bo_helper=>GET_BO_CONF_DATA...more details

GET_BP_FROM_IATA_CCGet business partner from IATA Carrier Code or AWB PrefixPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_BP_FROM_IATA_CC...more details

GET_BP_FROM_SCACGet business partner from SCACPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_BP_FROM_SCAC...more details

GET_COND_ID_AND_KEY_FOR_TYPEGet the Condition ID and key for a Single Cond.Protected
CALL METHOD /scmtms/cl_common_bo_helper=>GET_COND_ID_AND_KEY_FOR_TYPE...more details

GET_COND_ID_FOR_TYPEReturn the Condition ID for a Single Cond.Public
CALL METHOD /scmtms/cl_common_bo_helper=>GET_COND_ID_FOR_TYPE...more details

GET_COND_KEY_FOR_TYPEReturn the Condition Key for a Single Cond.Public
CALL METHOD /scmtms/cl_common_bo_helper=>GET_COND_KEY_FOR_TYPE...more details

GET_COND_ROOTS_FOR_TYPEReturn the Condition Key for a Single Cond.Public
CALL METHOD /scmtms/cl_common_bo_helper=>GET_COND_ROOTS_FOR_TYPE...more details

GET_FORKEYGet Foreign Key of DB TablePrivate
CALL METHOD /scmtms/cl_common_bo_helper=>GET_FORKEY...more details

GET_FORKEY_OLDGet Foreign Key of DB TablePrivate
CALL METHOD /scmtms/cl_common_bo_helper=>GET_FORKEY_OLD...more details

GET_HIGHEST_NUMBERDetermine the Hghest Number (Item/Stage) per FWO/FWQPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_HIGHEST_NUMBER...more details

GET_IATA_AIRP_CODE_ALLGet IATA Airport CodesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_AIRP_CODE_ALL...more details

GET_IATA_AIRP_CODE_DESCRGet single IATA Airport Code DescriptionPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_AIRP_CODE_DESCR...more details

GET_IATA_FROM_BPGet IATA Carrier Codes from business partnerPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_FROM_BP...more details

GET_IATA_HANDL_CODE_ALLGet IATA Handling CodesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_HANDL_CODE_ALL...more details

GET_INC_STGTYP_ASGGet incoterm and stage type assignmentPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_INC_STGTYP_ASG...more details

GET_LOC_FROM_IATAGet matching locations from IATA code(s)Public
CALL METHOD /scmtms/cl_common_bo_helper=>GET_LOC_FROM_IATA...more details

GET_LOC_FROM_UNLOCODEGet matching locations from UNLOCODE(s)Public
CALL METHOD /scmtms/cl_common_bo_helper=>GET_LOC_FROM_UNLOCODE...more details

GET_MOVEMENT_TYPE_ALLGet all Stage TypesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_MOVEMENT_TYPE_ALL...more details

GET_SCAC_FROM_BPGet SCAC from business partnerPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_SCAC_FROM_BP...more details

GET_SERVICE_DATE_RULE_DATESGet the service date rulesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_SERVICE_DATE_RULE_DATES...more details

GET_STAGE_TORTY_ALLGet TOR Types for table of StagesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TORTY_ALL...more details

GET_STAGE_TYPEGet Stage Type for a TypePublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE...more details

GET_STAGE_TYPE_ALLGet all Stage TypesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE_ALL...more details

GET_STAGE_TYPE_SEQUENCEGet Stage Type Sequence for a Movement TypePublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE_SEQUENCE...more details

GET_STAGE_TYPE_SEQUENCE_ALLGet Stage Type SequencesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE_SEQUENCE_ALL...more details

GET_STRUC_REF_FOR_CODELISTGet structure reference for a code list descriptionProtected
CALL METHOD /scmtms/cl_common_bo_helper=>GET_STRUC_REF_FOR_CODELIST...more details

GET_TEXT_COLLECTION_CONTENTReturns the text collection contentPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_TEXT_COLLECTION_CONTENT...more details

GET_TRMOD_ALLGet all Transportation ModesPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_TRMOD_ALL...more details

GET_TRMOD_DEFAULTGet Default Transportation Mode for Stage TypePublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_TRMOD_DEFAULT...more details

GET_TRMOD_STGTYPGet all Transportation Modes for Stage TypePublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_TRMOD_STGTYP...more details

GET_TTAMTGet TOR Type AssignmentPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_TTAMT...more details

GET_TTAMT_ALLGet all TOR Type AssignmentPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_TTAMT_ALL...more details

GET_UOM_DIMENSIONDetermine dimension for given UoMPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_UOM_DIMENSION...more details

GET_ZONE_FROM_LOCGet matching Zones from LocationsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>GET_ZONE_FROM_LOC...more details

MSG_HELPER_GET_ROOT_KEYExtract Message Root Keys and Filter Messages by SeverityPublic
CALL METHOD /scmtms/cl_common_bo_helper=>MSG_HELPER_GET_ROOT_KEY...more details

SET_NUMBERSet the Number for New Items and StopsPublic
CALL METHOD /scmtms/cl_common_bo_helper=>SET_NUMBER...more details



/SCMTMS/CL_COMMON_BO_HELPER 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
C_NO_AIRLCConstant'NO_AIRLC'LIKE
STRING
Public
C_NO_AIRLCAWBConstant'NO_AIRLCAWB'LIKE
STRING
Public
C_NO_AIRLCAWB_BP_FITConstant'NO_AIRLCAWB_BP_FIT'LIKE
STRING
Public
C_NO_AIRLC_AIRLCAWB_FITConstant'NO_AIRLC_AIRLCAWB_FIT'LIKE
STRING
Public
C_NO_AIRLC_BP_FITConstant'NO_AIRLC_BP_FIT'LIKE
STRING
Public
C_NO_CHECK_DONEConstant'NO_CHECK_DONE'LIKE
STRING
Public
C_NO_SCACConstant'NO_SCAC'LIKE
STRING
Public
C_NO_SCAC_BP_FITConstant'NO_SCAC_BP_FIT'LIKE
STRING
Public
C_NO_VALID_AIRLCConstant'NO_VALID_AIRLC'LIKE
STRING
Public
C_NO_VALID_AIRLCAWBConstant'NO_VALID_AIRLCAWB'LIKE
STRING
Public
C_NO_VALID_AIRLCAWB_BP_FITConstant'NO_VALID_AIRLCAWB_BP_FIT'LIKE
STRING
Public
C_NO_VALID_AIRLC_BP_FITConstant'NO_VALID_AIRLC_BP_FIT'LIKE
STRING
Public
C_NO_VALID_SCACConstant'NO_VALID_SCAC'LIKE
STRING
Public
C_NO_VALID_SCAC_BP_FITConstant'NO_VALID_SCAC_BP_FIT'LIKE
STRING
Public
SO_UOM_CUSTStatic AttributeAccess to Units of MeasureLIKE
/SCMTMS/IF_CUST_UOM
Private
ST_BUF_FOREIGN_KEYStatic AttributeTable Type for buffer of foreign keyLIKE
TT_BUF_FOREIGN_KEY
Public
ST_CHECKTAB_SBUFStatic Attributesingle select buffer for checktable selectsLIKE
TT_CHECKTAB_SBUF
Public
ST_CODE_VALUEStatic AttributeSingle-Character FlagLIKE
TT_CODE_VALUE
Private
ST_COND_BUFFERStatic AttributeLIKE
TT_COND_BUFFER
Private
ST_MOVEMENT_TYPEStatic AttributeBuffer for Movement TypeLIKE
/SCMTMS/T_MVMTY
Private
ST_STAGE_TYPEStatic AttributeBuffer for Stage TypeLIKE
/SCMTMS/T_STGTY
Private
ST_STAGE_TYPE_DESCRStatic AttributeText table for stage typesLIKE
TT_STAGE_TYPE_DESCR
Private
ST_TTAMT_BUFFERStatic AttributeTable type for TOR Type AssignmentLIKE
/SCMTMS/T_TTAMT
Private
ST_UOM_DIMIDStatic AttributeUoM / DIMID bufferLIKE
TT_UOM_DIMID
Private




/SCMTMS/CL_COMMON_BO_HELPER types

TS_KEY_INDEX -
TT_AIRLC -
TT_AIRLCAWB -
TT_ATTR_CODE_VALUE -
TT_BUF_FOREIGN_KEY - Table Type for buffer of foreign key
TT_CHECK -
TT_CHECKTAB_SBUF - single select buffer for checktable selects
TT_CHECK_IATA -
TT_CODE_VALUE -
TT_CODE_VALUE_KEY -
TT_COND_BUFFER -
TT_DD05M - Table Type for DD05M
TT_FU_TORTY_KEY -
TT_IATAC -
TT_IATAC_LOC -
TT_IATA_BP -
TT_KEY_INDEX -
TT_MAX_NUMBER -
TT_MOVEMENT_TYPE_DESCR -
TT_SCACD -
TT_SCACD_BP -
TT_STAGE_TORTY -
TT_STAGE_TYPE_DESCR -
TT_STRUC_DESCR -
TT_TORTY_KEY -
TT_TSP_AIRLC -
TT_TSP_AIRLC_RES -
TT_TSP_SCAC -
TT_TSP_SCAC_RES -
TT_UNLOCD_LOC -
TT_UNLOCODE -
TT_UOM_DIMID - UoM / DIMID buffer
TY_ATTR_CODE_VALUE -
TY_BUF_FOREIGN_KEY - Structure Type for buffer of foreign key
TY_CHECK -
TY_CHECKTAB_SBUF - single select buffer for checktable selects
TY_CHECK_IATA -
TY_CODE_VALUE -
TY_CODE_VALUE_KEY -
TY_COND_BUFFER - Dummy function in length 1
TY_FU_TORTY_KEY -
TY_IATAC_LOC -
TY_IATA_BP -
TY_MAX_NUMBER -
TY_SCACD_BP -
TY_STAGE_TORTY -
TY_TORTY_KEY -
TY_TSP_AIRLC -
TY_TSP_AIRLC_RES -
TY_TSP_SCAC -
TY_TSP_SCAC_RES -
TY_UNLOCD_LOC -
TY_UOM_DIMID - UoM / DIMID buffer

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!