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_HELPERMethod 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 Name | Description | Visability |
| CHECK_CONDITON_USAGE | Checks usage of Conditions in Additional. Sel.. Attributes | Public |
| CALL METHOD /scmtms/cl_cond_helper=>CHECK_CONDITON_USAGE...more details | ||
| CHECK_EXISTENCE | Check existence of a specific condition | Public |
| CALL METHOD /scmtms/cl_cond_helper=>CHECK_EXISTENCE...more details | ||
| CHECK_IF_DATA_OBJECT_EXISTS | check if a data objects exists | Public |
| CALL METHOD /scmtms/cl_cond_helper=>CHECK_IF_DATA_OBJECT_EXISTS...more details | ||
| CHECK_NEW_NAME_IS_OK | Checks if a condition id is ok | Public |
| CALL METHOD /scmtms/cl_cond_helper=>CHECK_NEW_NAME_IS_OK...more details | ||
| COMPLETE_DAD_WITH_KEYS | Enrich raw DAD with node keys | Public |
| CALL METHOD /scmtms/cl_cond_helper=>COMPLETE_DAD_WITH_KEYS...more details | ||
| CONVERT_BRFPLUSMESS_TO_CO_MESS | Converts BRFplus message table into co_message | Public |
| CALL METHOD /scmtms/cl_cond_helper=>CONVERT_BRFPLUSMESS_TO_CO_MESS...more details | ||
|
| ||
| GET_BRF_APP_NAME_FOR_APP_KEY | Returns the applcation name for application key | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_BRF_APP_NAME_FOR_APP_KEY...more details | ||
| GET_CONDDECR_FROM_ID | Get the condition description for a given ID | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_CONDDECR_FROM_ID...more details | ||
| GET_CONDID_FROM_KEY | Get the condition ID for a given key | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_CONDID_FROM_KEY...more details | ||
| GET_CONDITIONS_FROM_IDS | Get the condition header for condition IDs | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_CONDITIONS_FROM_IDS...more details | ||
| GET_CONDITION_RESULTS | Get the condition result values | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_CONDITION_RESULTS...more details | ||
| GET_CONDKEY_FROM_ID | Get the condition KEY for a given ID | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_CONDKEY_FROM_ID...more details | ||
| GET_COND_DO_RESULT_DATA_ELEM | get the data element of a data access definition | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_COND_DO_RESULT_DATA_ELEM...more details | ||
| GET_COND_RESULT_DATA_ELEMENT | get the result data element of a condition | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_COND_RESULT_DATA_ELEMENT...more details | ||
| GET_DAD_DECR | Get the description for a data access definition | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_DAD_DECR...more details | ||
| GET_DATACRAWLER_RES_DATA_ELEM | get the result data element of a condition | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_DATACRAWLER_RES_DATA_ELEM...more details | ||
| GET_META_DATA_FOR_BO_FIELD | get meta data for bo field | Private |
| CALL METHOD /scmtms/cl_cond_helper=>GET_META_DATA_FOR_BO_FIELD...more details | ||
| GET_RESULT_VALUES | Returns the result values | Protected |
| CALL METHOD /scmtms/cl_cond_helper=>GET_RESULT_VALUES...more details | ||
| GET_SINGLETON | Get the singleton for the Helper | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_SINGLETON...more details | ||
| GET_VALUE_RANGE_OF_DOMAIN | get meta data for bo field | Public |
| CALL METHOD /scmtms/cl_cond_helper=>GET_VALUE_RANGE_OF_DOMAIN...more details | ||
| IS_TCM_COND | True if the given Condition Header is a TCM condition | Public |
| CALL METHOD /scmtms/cl_cond_helper=>IS_TCM_COND...more details | ||
| TRANSPORT_BRF_APPLICATION | transport BRF application | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| SO_SINGLETON | Static Attribute | Conditions Helper | LIKE /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