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 NameDescriptionVisability
CHECK_MULTI_ROLEPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>CHECK_MULTI_ROLE...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>CONSTRUCTOR...more details

CONV_BPID_TO_BPKEYConvertes business partner id to business partner keyPublic
CALL METHOD /scmtms/cl_bupa_det_helper=>CONV_BPID_TO_BPKEY...more details

CREATE_MNDT_ROLESPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>CREATE_MNDT_ROLES...more details

DETERMINE_BPDetermine roles and BP informationPublic
CALL METHOD /scmtms/cl_bupa_det_helper=>DETERMINE_BP...more details

DETERMINE_BP_MASSDetermine roles and BP information in MassPublic
CALL METHOD /scmtms/cl_bupa_det_helper=>DETERMINE_BP_MASS...more details

GET_BP_FROM_RELATIONPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>GET_BP_FROM_RELATION...more details

GET_BP_RELCATDetermination of partners for src type relationship categoryPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>GET_BP_RELCAT...more details

GET_INSTANCEPublic
CALL METHOD /scmtms/cl_bupa_det_helper=>GET_INSTANCE...more details

GET_PARTNER_REDETERMINEGet trigger redeterminePublic
CALL METHOD /scmtms/cl_bupa_det_helper=>GET_PARTNER_REDETERMINE...more details

PARTNER_DET_ACTIVEIS a partner determination active at all?Public
CALL METHOD /scmtms/cl_bupa_det_helper=>PARTNER_DET_ACTIVE...more details

SET_FIXED_BPPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>SET_FIXED_BP...more details

SET_FIXED_BP_MULTIPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>SET_FIXED_BP_MULTI...more details

SET_PARTNER_REDETERMINESet trigger redeterminePublic
CALL METHOD /scmtms/cl_bupa_det_helper=>SET_PARTNER_REDETERMINE...more details

UPDATE_PARTY_IDPrivate
CALL METHOD /scmtms/cl_bupa_det_helper=>UPDATE_PARTY_ID...more details

VALIDATE_BUPAvalidates business partner for given party rolePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_PARTNER_DETERM_ACTIVEConstantPartern determination potentionally relevant'X'LIKE
CHAR1
Public
GC_PARTNER_DETERM_NOT_ACTIVEConstantPartern determination not relevant'N'LIKE
CHAR1
Public
MO_CONTROLLERInstance Attribute/BOFU/IF_FBI_CONTROLLER_NEWLIKE
/BOFU/IF_FBI_CONTROLLER_NEW
Protected
MO_INSTStatic Attributebusiness partner determinationLIKE
/SCMTMS/CL_BUPA_DET_HELPER
Private
MO_PARTNER_SCHEMAInstance AttributeClass for Partner Schema CustomizingLIKE
/SCMTMS/IF_CUST_PARTNER_SCHEMA
Private
MT_CUST_PARTY_ROLESInstance AttributeLIKE
TT_PA_DET_ROLES
Private
MT_MULTI_PARTYInstance AttributeTable of /SCMTMS/PARTY_ROLE_CODELIKE
/SCMTMS/T_PARTY_ROLE_CODES
Private
MT_SRC_PARTIESInstance AttributeTable of soiurce partiesLIKE
/SCMTMS/T_PARTY_ROLE_CODES
Private
MV_PARTNER_REDETERMINEStatic AttributeTrigger RedeterminationLIKE
BOOLE_D
Private
MV_PARTNER_SCHEMAInstance AttributePartner Determination SchemaLIKE
/SCMTMS/PARTNER_SCHEMA
Private
SV_PARTNER_DETERM_ACTIVEStatic AttributePertner Determination ActiveLIKE
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



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!