SAP /SCMB/CL_BPTM_HELPER OO Class - helper class for TM specific BP fields processing
/SCMB/CL_BPTM_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 /SCMB/CL_BPTM_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 /SCMB/CL_BPTM_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 |
| ADD_MSG2BAPIRET | Add message from SY stucture to BAPIRET2 table | Private |
| CALL METHOD /scmb/cl_bptm_helper=>ADD_MSG2BAPIRET...more details | ||
| CHECK4UIBUFFER_CHANGE | Check for changes in buffer | Public |
| CALL METHOD /scmb/cl_bptm_helper=>CHECK4UIBUFFER_CHANGE...more details | ||
| CHECK_ORG_HIERARCHY | Check correctness of organization hierarchy | Public |
| CALL METHOD /scmb/cl_bptm_helper=>CHECK_ORG_HIERARCHY...more details | ||
| CHECK_TM_FEATURE_SWITCH | Check field relevance via TM feature switch | Public |
| CALL METHOD /scmb/cl_bptm_helper=>CHECK_TM_FEATURE_SWITCH...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /scmb/cl_bptm_helper=>CONSTRUCTOR...more details | ||
| GET_BP_PARTNER_FUNC_TEXT | Obsolete | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_BP_PARTNER_FUNC_TEXT...more details | ||
|
| ||
| GET_COUNTRY_DESCR | Read single country text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_COUNTRY_DESCR...more details | ||
| GET_CUSTOMER_ACC_GRP_TEXT | Read Customer Account Group Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_CUSTOMER_ACC_GRP_TEXT...more details | ||
| GET_DELIVERY_PRIORITY_TEXT | Read Delivery Priority Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_DELIVERY_PRIORITY_TEXT...more details | ||
| GET_IATA_TABLE | Get list of IATA of a business partner | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_IATA_TABLE...more details | ||
| GET_INDUSTRY_KEY_TEXT | Read Industry Key Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_INDUSTRY_KEY_TEXT...more details | ||
| GET_INSTANCE | Get instance of Business Partner Helper class | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_INSTANCE...more details | ||
| GET_ORGUNIT_TEXT | Read single org unit description | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_ORGUNIT_TEXT...more details | ||
| GET_PAR_FUNC | Get Partner Function/Partner Role | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_PAR_FUNC...more details | ||
| GET_PAR_FUNC_TEXT | Get Partner Function/Partner Role Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_PAR_FUNC_TEXT...more details | ||
| GET_PAYMENT_TERM_TEXT | Read Payment Terms Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_PAYMENT_TERM_TEXT...more details | ||
| GET_PTRO_CODE_TEXT | Read Party Role Code Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_PTRO_CODE_TEXT...more details | ||
| GET_SCAC_TABLE | Get list of SCAC of a business partner | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_SCAC_TABLE...more details | ||
| GET_TRANSP_SRV_LVL_TEXT | Read Transp. Service Level Code Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_TRANSP_SRV_LVL_TEXT...more details | ||
| GET_TXT_TYPE_TEXT | Read Additional Text Type Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_TXT_TYPE_TEXT...more details | ||
| GET_VENDOR_ACC_GRP_TEXT | Read Vendor Account Group Text | Public |
| CALL METHOD /scmb/cl_bptm_helper=>GET_VENDOR_ACC_GRP_TEXT...more details | ||
| MAP_CMP_INT2UI | Map Company Org data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_CMP_INT2UI...more details | ||
| MAP_GEN_INT2UI | Map general data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_GEN_INT2UI...more details | ||
| MAP_ORG_EXT2INT | Map external Org Unit IDs into HR Object IDs (internal ID) | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_ORG_EXT2INT...more details | ||
| MAP_ORG_INT2UI | Map Organization data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_ORG_INT2UI...more details | ||
| MAP_ORG_LOGQS2INT | Map external org unit id with logqs into HR object id | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_ORG_LOGQS2INT...more details | ||
| MAP_REG_INT2UI | Map Supplied Regions data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_REG_INT2UI...more details | ||
| MAP_REL_INT2UI | Map Partner Function data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_REL_INT2UI...more details | ||
| MAP_SC_INT2UI | Map Carr Srvc Code DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_SC_INT2UI...more details | ||
| MAP_SLC_INT2UI | Map slc data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_SLC_INT2UI...more details | ||
| MAP_TMPURORG2ERPPURORG | Map TM Purchase Org Data to ERP Purchase Org Data | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_TMPURORG2ERPPURORG...more details | ||
| MAP_TMSLSORG2ERPSLSAREA | Map TM Sales Org Data to ERP Sales Area | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_TMSLSORG2ERPSLSAREA...more details | ||
| MAP_TXT_INT2UI | Map TXT data DB -> UI | Private |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_TXT_INT2UI...more details | ||
| MAP_VSBED2TSLC | Map Shipping Condition to Transportation Service Level Code | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MAP_VSBED2TSLC...more details | ||
| MODIFY_UIBUFFER_CMP | Modify buffer for company orgs | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_CMP...more details | ||
| MODIFY_UIBUFFER_GEN | Modify buffer for general data | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_GEN...more details | ||
| MODIFY_UIBUFFER_IOU | Obsolete | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_IOU...more details | ||
| MODIFY_UIBUFFER_ORG | Modify buffer for orgs | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_ORG...more details | ||
| MODIFY_UIBUFFER_REG | Modify buffer for vendor regions | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_REG...more details | ||
| MODIFY_UIBUFFER_REL | Modify buffer for partner functions | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_REL...more details | ||
| MODIFY_UIBUFFER_SC | Modify Buffer for Carr Srvc. Code | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_SC...more details | ||
| MODIFY_UIBUFFER_SLC | Modify Buffer for SLC | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_SLC...more details | ||
| MODIFY_UIBUFFER_TXT | Modify buffer for add. texts | Public |
| CALL METHOD /scmb/cl_bptm_helper=>MODIFY_UIBUFFER_TXT...more details | ||
| POST_TMBPCMP | Write data of table /SCMB/D_BPTMCMP into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPCMP...more details | ||
| POST_TMBPGEN | Write data of table /SCMB/D_BPTMGEN into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPGEN...more details | ||
| POST_TMBPIOU | Obsolete | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPIOU...more details | ||
| POST_TMBPORG | Write data of table /SCMB/D_BPTMORG into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPORG...more details | ||
| POST_TMBPREG | Write data of table /SCMB/D_BPTMREG into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPREG...more details | ||
| POST_TMBPREL | Write data of table /SCMB/D_BPTMREL into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPREL...more details | ||
| POST_TMBPSC | Write data of table /SCMB/D_BPTMSC into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPSC...more details | ||
| POST_TMBPSLC | Write data of table /SCMB/D_BPTMSLC into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPSLC...more details | ||
| POST_TMBPTXT | Write data of table /SCMB/D_BPTMTXT into DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>POST_TMBPTXT...more details | ||
| PRE_PROCESS_CDO_SC | Change Documents Adjustments for Carr Srvc Codes | Private |
| CALL METHOD /scmb/cl_bptm_helper=>PRE_PROCESS_CDO_SC...more details | ||
| READ_BP_PARTNER_FUNC | Obsolete | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_BP_PARTNER_FUNC...more details | ||
| READ_COUNTRY_DESCR | Read Country Description | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_COUNTRY_DESCR...more details | ||
| READ_CUSTOMER_ACC_GRP | Read Customer Account Group Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_CUSTOMER_ACC_GRP...more details | ||
| READ_DATA_MASS | Read TM BP data (mass) | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_DATA_MASS...more details | ||
| READ_DATA_SINGLE | Read TM BP data | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_DATA_SINGLE...more details | ||
| READ_DELIVERY_PRIORITY | Read Delivery Priority Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_DELIVERY_PRIORITY...more details | ||
| READ_INDUSTRY_KEY | Read Industry Key Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_INDUSTRY_KEY...more details | ||
| READ_PAYMENT_TERM | Read Payment Terms Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_PAYMENT_TERM...more details | ||
| READ_PTRO_CODE | Read Party Role Code Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_PTRO_CODE...more details | ||
| READ_SC_DESC | Read the Carr Srvc. Code description | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_SC_DESC...more details | ||
| READ_SLC_DESC | Read BP Service Level Code Description | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_SLC_DESC...more details | ||
| READ_TRANSP_SRV_LVL | Read Transportation Service Level Code Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_TRANSP_SRV_LVL...more details | ||
| READ_TXT_TYPE | Read Additional Text Type Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_TXT_TYPE...more details | ||
| READ_UIDATA_SINGLE | Read TM BP data for UI | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_UIDATA_SINGLE...more details | ||
| READ_VENDOR_ACC_GRP | Read Vendor Account Group Customizing | Public |
| CALL METHOD /scmb/cl_bptm_helper=>READ_VENDOR_ACC_GRP...more details | ||
| REFRESH_REFORGS | Refresh referencing org units from table | Private |
| CALL METHOD /scmb/cl_bptm_helper=>REFRESH_REFORGS...more details | ||
| REMOVE_REFORGS | Remove referencing org units from table | Private |
| CALL METHOD /scmb/cl_bptm_helper=>REMOVE_REFORGS...more details | ||
| REPLACE_TEMP_BP_IDS | Replace temporary BP IDs by final IDs | Public |
| CALL METHOD /scmb/cl_bptm_helper=>REPLACE_TEMP_BP_IDS...more details | ||
| SAVE_FROM_UIBUFFER | Save data of UI buffer to DB | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SAVE_FROM_UIBUFFER...more details | ||
| SET_BUPA_CHANGED | Check for changes in buffer | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_BUPA_CHANGED...more details | ||
| SET_UIBUFFER_CMP_MARKED | Set a UI buffer line as marked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_CMP_MARKED...more details | ||
| SET_UIBUFFER_ORG_MARKED | Set a UI buffer line as marked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_ORG_MARKED...more details | ||
| SET_UIBUFFER_REG_MARKED | Set a UI buffer line as marked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_REG_MARKED...more details | ||
| SET_UIBUFFER_REL_MARKED | Set a UI buffer line as marked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_REL_MARKED...more details | ||
| SET_UIBUFFER_SC_UNMARKED | Set a UI Buffer line as unmarked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_SC_UNMARKED...more details | ||
| SET_UIBUFFER_SLC_MARKED | Set a UI Buffer line as marked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_SLC_MARKED...more details | ||
| SET_UIBUFFER_TXT_MARKED | Set a UI buffer line as marked | Public |
| CALL METHOD /scmb/cl_bptm_helper=>SET_UIBUFFER_TXT_MARKED...more details | ||
| WRITE_CDO | Write change document data | Private |
| CALL METHOD /scmb/cl_bptm_helper=>WRITE_CDO...more details | ||
/SCMB/CL_BPTM_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_BPID_IATA | Constant | BP Id. Category: IATA Carrier Code | 'TM0001' | LIKE BU_ID_CATEGORY | Public |
| C_BPID_SCAC | Constant | BP Id. Category: SCAC | 'BUP006' | LIKE BU_ID_CATEGORY | Public |
| C_BPRELCAT_CARRIER | Constant | Business Partner Relationship Category | 'TM0001' | LIKE BU_RELTYP | Public |
| C_BPRELCAT_COMMPARTNER | Constant | Business Partner Relationship Category | 'TM0002' | LIKE BU_RELTYP | Public |
| C_BPROLE_CARRIER | Constant | BP Role: Carrier | 'CRM010' | LIKE BU_PARTNERROLE | Public |
| C_BPROLE_ORGINT | Constant | BP Role: Org. Unit | 'BUP004' | LIKE BU_PARTNERROLE | Public |
| C_BPVIEW_CARRIER | Constant | BP View: Carrier | 'BPTM02' | LIKE BU_BPVIEW | Public |
| C_CREATE | Constant | Buffer Change Mode Create | 'C' | LIKE CHAR1 | Public |
| C_DELETE | Constant | Buffer Change Mode Delete | 'D' | LIKE CHAR1 | Public |
| C_MAINTAIN | Constant | Buffer Change Mode Update / Create | 'M' | LIKE CHAR1 | Public |
| C_UPDATE | Constant | Buffer Change Mode Update | 'U' | LIKE CHAR1 | Public |
| C_UPD_DELETE | Constant | Buffer Change Mode Delete (after update) | 'R' | LIKE CHAR1 | Public |
| MO_INST | Static Attribute | helper class for TM specific BP fields processing | LIKE /SCMB/CL_BPTM_HELPER | Private | |
| MT_BUFFER | Instance Attribute | LIKE TT_BUF | Private | ||
| MT_BUFFER_UI | Instance Attribute | LIKE TT_BUF_UI | Private | ||
| MT_PARTNER_FUNC | Instance Attribute | Partner Function/Partner Role Table Type | LIKE TPAR_TT | Private | |
| MT_PARTNER_FUNC_TEXT | Instance Attribute | Partner Function/Partner Role Text Table Type | LIKE TPART_TT | Private | |
| MT_PTRO_CODE | Instance Attribute | Party Role Codes | LIKE /SCMB/T_PTRO | Private | |
| MT_TXT_TYPE | Instance Attribute | Table Type: BP Additional Text Type | LIKE /SCMB/T_BPTMTXT_STR | Private | |
| MV_PTRO_READ_ALL | Instance Attribute | ABAP_FALSE | LIKE ABAP_BOOL | Private | |
| MV_TXT_TYPE_READ_ALL | Instance Attribute | ABAP_FALSE | LIKE ABAP_BOOL | Private | |
| SC_TM_FEATURE | Constant | TM Features related to BP Master | LIKE | Public |
/SCMB/CL_BPTM_HELPER types
TT_BUF -TT_BUF_UI -
TY_BUF -
TY_BUF_UI -
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects