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 Name | Description | Visability |
| CHECK_BP_VS_AIRLC | Check how Carrier and AIRLC fit together | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_AIRLC...more details | ||
| CHECK_BP_VS_AIRLC_MASS | Check how Carrier and AIRLC fit together | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_AIRLC_MASS...more details | ||
| CHECK_BP_VS_SCAC | Check how Carrier and SCAC fit together | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_SCAC...more details | ||
| CHECK_BP_VS_SCAC_MASS | Check how Carrier and SCAC fit together | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_BP_VS_SCAC_MASS...more details | ||
| CHECK_CODE_VALUE_FIELDS | Check Code Value Fields | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_CODE_VALUE_FIELDS...more details | ||
| CHECK_COMPATIBLE_MOT | Check Compatibiliity of TrM Against Root TrM | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_COMPATIBLE_MOT...more details | ||
|
| ||
| CHECK_COMPATIBLE_STAGE | Check Compatibiliity of Stage Type Against MovEment Type | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_COMPATIBLE_STAGE...more details | ||
| CHECK_CONTAINER_DETAILS | Check container details | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_CONTAINER_DETAILS...more details | ||
| CHECK_CONTAINER_ID | Check Container id (ISO 6346) | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_CONTAINER_ID...more details | ||
| CHECK_EXISTING_CBAS | Check Contract Basis exists | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_EXISTING_CBAS...more details | ||
| CHECK_EXISTING_ORG | Check existing organization by ID and Function | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_EXISTING_ORG...more details | ||
| CHECK_ITEM_QTY_CONSISTENCY | Check consistency of item quantities | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_ITEM_QTY_CONSISTENCY...more details | ||
| CHECK_MANDATORY_ATT_TYPES | Check for mand. Attachment Types when no ATF DO is available | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_MANDATORY_ATT_TYPES...more details | ||
| CHECK_PRINT_ADDRESS_FORMAT | Checks the format of the printing address | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_PRINT_ADDRESS_FORMAT...more details | ||
| CHECK_ULD_NUMBER | Check ULD Number | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_ULD_NUMBER...more details | ||
| CHECK_VALID_MOT | Check Validity of TrM | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CHECK_VALID_MOT...more details | ||
| COMPARE_DIMENSIONS | compare dimensions | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>COMPARE_DIMENSIONS...more details | ||
| CONVERT_RESOURCE_IDS_TO_KEYS | Returns vehicle & transp. unit resource keys for given IDs | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>CONVERT_RESOURCE_IDS_TO_KEYS...more details | ||
| DETERMINE_AGREEMENT_PARTY | Determine agreement Party for stage | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>DETERMINE_AGREEMENT_PARTY...more details | ||
| FILTER_FOR_CHECK_CODE_VALUE | Check Code Value Fields for Changes and Filter Data | Protected |
| CALL METHOD /scmtms/cl_common_bo_helper=>FILTER_FOR_CHECK_CODE_VALUE...more details | ||
| FILTER_FOR_CHECK_CODE_VALU_OLD | Check Code Value Fields for Changes and Filter Data | Protected |
| CALL METHOD /scmtms/cl_common_bo_helper=>FILTER_FOR_CHECK_CODE_VALU_OLD...more details | ||
| GET_ASSOC_TO_PARENT | Return Assoc. Key for the TO_PARENT-Association | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_ASSOC_TO_PARENT...more details | ||
| GET_ASSOC_TO_ROOT | Return Assoc. Key for the TO_ROOT-Association | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_ASSOC_TO_ROOT...more details | ||
| GET_BO_CONF_DATA | Get BO Model Data (static) | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_BO_CONF_DATA...more details | ||
| GET_BP_FROM_IATA_CC | Get business partner from IATA Carrier Code or AWB Prefix | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_BP_FROM_IATA_CC...more details | ||
| GET_BP_FROM_SCAC | Get business partner from SCAC | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_BP_FROM_SCAC...more details | ||
| GET_COND_ID_AND_KEY_FOR_TYPE | Get 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_TYPE | Return 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_TYPE | Return 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_TYPE | Return the Condition Key for a Single Cond. | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_COND_ROOTS_FOR_TYPE...more details | ||
| GET_FORKEY | Get Foreign Key of DB Table | Private |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_FORKEY...more details | ||
| GET_FORKEY_OLD | Get Foreign Key of DB Table | Private |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_FORKEY_OLD...more details | ||
| GET_HIGHEST_NUMBER | Determine the Hghest Number (Item/Stage) per FWO/FWQ | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_HIGHEST_NUMBER...more details | ||
| GET_IATA_AIRP_CODE_ALL | Get IATA Airport Codes | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_AIRP_CODE_ALL...more details | ||
| GET_IATA_AIRP_CODE_DESCR | Get single IATA Airport Code Description | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_AIRP_CODE_DESCR...more details | ||
| GET_IATA_FROM_BP | Get IATA Carrier Codes from business partner | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_FROM_BP...more details | ||
| GET_IATA_HANDL_CODE_ALL | Get IATA Handling Codes | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_IATA_HANDL_CODE_ALL...more details | ||
| GET_INC_STGTYP_ASG | Get incoterm and stage type assignment | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_INC_STGTYP_ASG...more details | ||
| GET_LOC_FROM_IATA | Get matching locations from IATA code(s) | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_LOC_FROM_IATA...more details | ||
| GET_LOC_FROM_UNLOCODE | Get matching locations from UNLOCODE(s) | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_LOC_FROM_UNLOCODE...more details | ||
| GET_MOVEMENT_TYPE_ALL | Get all Stage Types | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_MOVEMENT_TYPE_ALL...more details | ||
| GET_SCAC_FROM_BP | Get SCAC from business partner | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_SCAC_FROM_BP...more details | ||
| GET_SERVICE_DATE_RULE_DATES | Get the service date rules | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_SERVICE_DATE_RULE_DATES...more details | ||
| GET_STAGE_TORTY_ALL | Get TOR Types for table of Stages | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TORTY_ALL...more details | ||
| GET_STAGE_TYPE | Get Stage Type for a Type | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE...more details | ||
| GET_STAGE_TYPE_ALL | Get all Stage Types | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE_ALL...more details | ||
| GET_STAGE_TYPE_SEQUENCE | Get Stage Type Sequence for a Movement Type | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE_SEQUENCE...more details | ||
| GET_STAGE_TYPE_SEQUENCE_ALL | Get Stage Type Sequences | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_STAGE_TYPE_SEQUENCE_ALL...more details | ||
| GET_STRUC_REF_FOR_CODELIST | Get structure reference for a code list description | Protected |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_STRUC_REF_FOR_CODELIST...more details | ||
| GET_TEXT_COLLECTION_CONTENT | Returns the text collection content | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_TEXT_COLLECTION_CONTENT...more details | ||
| GET_TRMOD_ALL | Get all Transportation Modes | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_TRMOD_ALL...more details | ||
| GET_TRMOD_DEFAULT | Get Default Transportation Mode for Stage Type | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_TRMOD_DEFAULT...more details | ||
| GET_TRMOD_STGTYP | Get all Transportation Modes for Stage Type | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_TRMOD_STGTYP...more details | ||
| GET_TTAMT | Get TOR Type Assignment | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_TTAMT...more details | ||
| GET_TTAMT_ALL | Get all TOR Type Assignment | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_TTAMT_ALL...more details | ||
| GET_UOM_DIMENSION | Determine dimension for given UoM | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_UOM_DIMENSION...more details | ||
| GET_ZONE_FROM_LOC | Get matching Zones from Locations | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>GET_ZONE_FROM_LOC...more details | ||
| MSG_HELPER_GET_ROOT_KEY | Extract Message Root Keys and Filter Messages by Severity | Public |
| CALL METHOD /scmtms/cl_common_bo_helper=>MSG_HELPER_GET_ROOT_KEY...more details | ||
| SET_NUMBER | Set the Number for New Items and Stops | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_NO_AIRLC | Constant | 'NO_AIRLC' | LIKE STRING | Public | |
| C_NO_AIRLCAWB | Constant | 'NO_AIRLCAWB' | LIKE STRING | Public | |
| C_NO_AIRLCAWB_BP_FIT | Constant | 'NO_AIRLCAWB_BP_FIT' | LIKE STRING | Public | |
| C_NO_AIRLC_AIRLCAWB_FIT | Constant | 'NO_AIRLC_AIRLCAWB_FIT' | LIKE STRING | Public | |
| C_NO_AIRLC_BP_FIT | Constant | 'NO_AIRLC_BP_FIT' | LIKE STRING | Public | |
| C_NO_CHECK_DONE | Constant | 'NO_CHECK_DONE' | LIKE STRING | Public | |
| C_NO_SCAC | Constant | 'NO_SCAC' | LIKE STRING | Public | |
| C_NO_SCAC_BP_FIT | Constant | 'NO_SCAC_BP_FIT' | LIKE STRING | Public | |
| C_NO_VALID_AIRLC | Constant | 'NO_VALID_AIRLC' | LIKE STRING | Public | |
| C_NO_VALID_AIRLCAWB | Constant | 'NO_VALID_AIRLCAWB' | LIKE STRING | Public | |
| C_NO_VALID_AIRLCAWB_BP_FIT | Constant | 'NO_VALID_AIRLCAWB_BP_FIT' | LIKE STRING | Public | |
| C_NO_VALID_AIRLC_BP_FIT | Constant | 'NO_VALID_AIRLC_BP_FIT' | LIKE STRING | Public | |
| C_NO_VALID_SCAC | Constant | 'NO_VALID_SCAC' | LIKE STRING | Public | |
| C_NO_VALID_SCAC_BP_FIT | Constant | 'NO_VALID_SCAC_BP_FIT' | LIKE STRING | Public | |
| SO_UOM_CUST | Static Attribute | Access to Units of Measure | LIKE /SCMTMS/IF_CUST_UOM | Private | |
| ST_BUF_FOREIGN_KEY | Static Attribute | Table Type for buffer of foreign key | LIKE TT_BUF_FOREIGN_KEY | Public | |
| ST_CHECKTAB_SBUF | Static Attribute | single select buffer for checktable selects | LIKE TT_CHECKTAB_SBUF | Public | |
| ST_CODE_VALUE | Static Attribute | Single-Character Flag | LIKE TT_CODE_VALUE | Private | |
| ST_COND_BUFFER | Static Attribute | LIKE TT_COND_BUFFER | Private | ||
| ST_MOVEMENT_TYPE | Static Attribute | Buffer for Movement Type | LIKE /SCMTMS/T_MVMTY | Private | |
| ST_STAGE_TYPE | Static Attribute | Buffer for Stage Type | LIKE /SCMTMS/T_STGTY | Private | |
| ST_STAGE_TYPE_DESCR | Static Attribute | Text table for stage types | LIKE TT_STAGE_TYPE_DESCR | Private | |
| ST_TTAMT_BUFFER | Static Attribute | Table type for TOR Type Assignment | LIKE /SCMTMS/T_TTAMT | Private | |
| ST_UOM_DIMID | Static Attribute | UoM / DIMID buffer | LIKE 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