SAP /SCMTMS/CL_COND_HELPER OO Class - Condition Helper Class









/SCMTMS/CL_COND_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_COND_HELPER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMTMS/IF_COND_HELPER

Method list of /SCMTMS/CL_COND_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_CONDITON_USAGEChecks usage of Conditions in Additional. Sel.. AttributesPublic
CALL METHOD /scmtms/cl_cond_helper=>CHECK_CONDITON_USAGE...more details

CHECK_EXISTENCECheck existence of a specific conditionPublic
CALL METHOD /scmtms/cl_cond_helper=>CHECK_EXISTENCE...more details

CHECK_IF_DATA_OBJECT_EXISTScheck if a data objects existsPublic
CALL METHOD /scmtms/cl_cond_helper=>CHECK_IF_DATA_OBJECT_EXISTS...more details

CHECK_NEW_NAME_IS_OKChecks if a condition id is okPublic
CALL METHOD /scmtms/cl_cond_helper=>CHECK_NEW_NAME_IS_OK...more details

COMPLETE_DAD_WITH_KEYSEnrich raw DAD with node keysPublic
CALL METHOD /scmtms/cl_cond_helper=>COMPLETE_DAD_WITH_KEYS...more details

CONVERT_BRFPLUSMESS_TO_CO_MESSConverts BRFplus message table into co_messagePublic
CALL METHOD /scmtms/cl_cond_helper=>CONVERT_BRFPLUSMESS_TO_CO_MESS...more details

GET_BRF_APP_NAME_FOR_APP_KEYReturns the applcation name for application keyPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_BRF_APP_NAME_FOR_APP_KEY...more details

GET_CONDDECR_FROM_IDGet the condition description for a given IDPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_CONDDECR_FROM_ID...more details

GET_CONDID_FROM_KEYGet the condition ID for a given keyPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_CONDID_FROM_KEY...more details

GET_CONDITIONS_FROM_IDSGet the condition header for condition IDsPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_CONDITIONS_FROM_IDS...more details

GET_CONDITION_RESULTSGet the condition result valuesPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_CONDITION_RESULTS...more details

GET_CONDKEY_FROM_IDGet the condition KEY for a given IDPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_CONDKEY_FROM_ID...more details

GET_COND_DO_RESULT_DATA_ELEMget the data element of a data access definitionPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_COND_DO_RESULT_DATA_ELEM...more details

GET_COND_RESULT_DATA_ELEMENTget the result data element of a conditionPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_COND_RESULT_DATA_ELEMENT...more details

GET_DAD_DECRGet the description for a data access definitionPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_DAD_DECR...more details

GET_DATACRAWLER_RES_DATA_ELEMget the result data element of a conditionPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_DATACRAWLER_RES_DATA_ELEM...more details

GET_META_DATA_FOR_BO_FIELDget meta data for bo fieldPrivate
CALL METHOD /scmtms/cl_cond_helper=>GET_META_DATA_FOR_BO_FIELD...more details

GET_RESULT_VALUESReturns the result valuesProtected
CALL METHOD /scmtms/cl_cond_helper=>GET_RESULT_VALUES...more details

GET_SINGLETONGet the singleton for the HelperPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_SINGLETON...more details

GET_VALUE_RANGE_OF_DOMAINget meta data for bo fieldPublic
CALL METHOD /scmtms/cl_cond_helper=>GET_VALUE_RANGE_OF_DOMAIN...more details

IS_TCM_CONDTrue if the given Condition Header is a TCM conditionPublic
CALL METHOD /scmtms/cl_cond_helper=>IS_TCM_COND...more details

TRANSPORT_BRF_APPLICATIONtransport BRF applicationPublic
CALL METHOD /scmtms/cl_cond_helper=>TRANSPORT_BRF_APPLICATION...more details



/SCMTMS/CL_COND_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
SO_SINGLETONStatic AttributeConditions HelperLIKE
/SCMTMS/IF_COND_HELPER
Protected




/SCMTMS/CL_COND_HELPER types

TT_DOMAIN_VALUE_RANGE -

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!