SAP /SCMTMS/CL_BUPA_DET_HELPER OO Class - business partner determination
/SCMTMS/CL_BUPA_DET_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_BUPA_DET_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_BUPA_DET_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_MULTI_ROLE | Private | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>CHECK_MULTI_ROLE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /scmtms/cl_bupa_det_helper=>CONSTRUCTOR...more details | ||
| CONV_BPID_TO_BPKEY | Convertes business partner id to business partner key | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>CONV_BPID_TO_BPKEY...more details | ||
| CREATE_MNDT_ROLES | Private | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>CREATE_MNDT_ROLES...more details | ||
| DETERMINE_BP | Determine roles and BP information | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>DETERMINE_BP...more details | ||
| DETERMINE_BP_MASS | Determine roles and BP information in Mass | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>DETERMINE_BP_MASS...more details | ||
|
| ||
| GET_BP_FROM_RELATION | Private | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>GET_BP_FROM_RELATION...more details | ||
| GET_BP_RELCAT | Determination of partners for src type relationship category | Private |
| CALL METHOD /scmtms/cl_bupa_det_helper=>GET_BP_RELCAT...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>GET_INSTANCE...more details | ||
| GET_PARTNER_REDETERMINE | Get trigger redetermine | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>GET_PARTNER_REDETERMINE...more details | ||
| PARTNER_DET_ACTIVE | IS a partner determination active at all? | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>PARTNER_DET_ACTIVE...more details | ||
| SET_FIXED_BP | Private | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>SET_FIXED_BP...more details | ||
| SET_FIXED_BP_MULTI | Private | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>SET_FIXED_BP_MULTI...more details | ||
| SET_PARTNER_REDETERMINE | Set trigger redetermine | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>SET_PARTNER_REDETERMINE...more details | ||
| UPDATE_PARTY_ID | Private | |
| CALL METHOD /scmtms/cl_bupa_det_helper=>UPDATE_PARTY_ID...more details | ||
| VALIDATE_BUPA | validates business partner for given party role | Public |
| CALL METHOD /scmtms/cl_bupa_det_helper=>VALIDATE_BUPA...more details | ||
/SCMTMS/CL_BUPA_DET_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 |
| GC_PARTNER_DETERM_ACTIVE | Constant | Partern determination potentionally relevant | 'X' | LIKE CHAR1 | Public |
| GC_PARTNER_DETERM_NOT_ACTIVE | Constant | Partern determination not relevant | 'N' | LIKE CHAR1 | Public |
| MO_CONTROLLER | Instance Attribute | /BOFU/IF_FBI_CONTROLLER_NEW | LIKE /BOFU/IF_FBI_CONTROLLER_NEW | Protected | |
| MO_INST | Static Attribute | business partner determination | LIKE /SCMTMS/CL_BUPA_DET_HELPER | Private | |
| MO_PARTNER_SCHEMA | Instance Attribute | Class for Partner Schema Customizing | LIKE /SCMTMS/IF_CUST_PARTNER_SCHEMA | Private | |
| MT_CUST_PARTY_ROLES | Instance Attribute | LIKE TT_PA_DET_ROLES | Private | ||
| MT_MULTI_PARTY | Instance Attribute | Table of /SCMTMS/PARTY_ROLE_CODE | LIKE /SCMTMS/T_PARTY_ROLE_CODES | Private | |
| MT_SRC_PARTIES | Instance Attribute | Table of soiurce parties | LIKE /SCMTMS/T_PARTY_ROLE_CODES | Private | |
| MV_PARTNER_REDETERMINE | Static Attribute | Trigger Redetermination | LIKE BOOLE_D | Private | |
| MV_PARTNER_SCHEMA | Instance Attribute | Partner Determination Schema | LIKE /SCMTMS/PARTNER_SCHEMA | Private | |
| SV_PARTNER_DETERM_ACTIVE | Static Attribute | Pertner Determination Active | LIKE CHAR1 | Public |
/SCMTMS/CL_BUPA_DET_HELPER types
TS_BDI_PARTY -TS_BO_DATA -
TS_PARTNER_KEY -
TS_PARTY -
TS_PARTY_INFO -
TS_PARTY_INFO_MULTI -
TS_PARTY_KEY -
TS_PA_DET_ROLES -
TS_REDETER -
TS_VALIDATE_BUPA -
TT_BDI_PARTY -
TT_BO_DATA -
TT_PARTNER_KEY -
TT_PARTY -
TT_PARTY_INFO -
TT_PARTY_INFO_MULTI -
TT_PARTY_KEY -
TT_PA_DET_ROLES -
TT_REDETER -
TT_VALIDATE_BUPA -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects