SAP /BOBF/CL_CONF_CIF_GENERATOR OO Class - BOPF Generator of Constants Interface
/BOBF/CL_CONF_CIF_GENERATOR 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 /BOBF/CL_CONF_CIF_GENERATOR 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 /BOBF/CL_CONF_CIF_GENERATOR 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 |
| CREATE_INTERFACE | Create the new constants interface | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>CREATE_INTERFACE...more details | ||
| DELETE_EMPTY_BEGIN_END_BLOCK | Deletes empty BEGIN - END block | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>DELETE_EMPTY_BEGIN_END_BLOCK...more details | ||
| GENERATE_CONSTANTS_INTERFACE | Generate Constants Interface | Public |
| CALL METHOD /bobf/cl_conf_cif_generator=>GENERATE_CONSTANTS_INTERFACE...more details | ||
| GET_DD03P | Private | |
| CALL METHOD /bobf/cl_conf_cif_generator=>GET_DD03P...more details | ||
| GET_INTERFACE_COMPONENTS | Get all components of an existing interface | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>GET_INTERFACE_COMPONENTS...more details | ||
| TRANSFORM_FOR_ACTION | Transform and add the action constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_ACTION...more details | ||
|
| ||
| TRANSFORM_FOR_ACTION_ATTR | Transform and add the action parameter attribute constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_ACTION_ATTR...more details | ||
| TRANSFORM_FOR_ALTERNATIVE_KEY | Transform and add the alternative key constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_ALTERNATIVE_KEY...more details | ||
| TRANSFORM_FOR_ASSOCIATION | Transform and add the association constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_ASSOCIATION...more details | ||
| TRANSFORM_FOR_ASSOCIATION_ATTR | Transform and add the association parameter attr. constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_ASSOCIATION_ATTR...more details | ||
| TRANSFORM_FOR_BO | Transform and add the business object constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_BO...more details | ||
| TRANSFORM_FOR_DETERMINATION | Transform and add the determination constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_DETERMINATION...more details | ||
| TRANSFORM_FOR_GROUP | Transform and add the group constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_GROUP...more details | ||
| TRANSFORM_FOR_NODE | Transform and add the node constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_NODE...more details | ||
| TRANSFORM_FOR_NODE_ATTRIBUTES | Transform and add the node attribute constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_NODE_ATTRIBUTES...more details | ||
| TRANSFORM_FOR_NODE_CAT | Transform and add the node category constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_NODE_CAT...more details | ||
| TRANSFORM_FOR_NODE_PREFIX | Transform and add the node prefix constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_NODE_PREFIX...more details | ||
| TRANSFORM_FOR_QUERY | Transform and add the query constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_QUERY...more details | ||
| TRANSFORM_FOR_QUERY_ATTRIBUTES | Transform and add the query attribute constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_QUERY_ATTRIBUTES...more details | ||
| TRANSFORM_FOR_QUERY_RESULT_TYP | Transform and add the query attribute constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_QUERY_RESULT_TYP...more details | ||
| TRANSFORM_FOR_STATUS_DERIVATOR | Transform and add the status derivator constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_STATUS_DERIVATOR...more details | ||
| TRANSFORM_FOR_STATUS_VARIABLE | Transform and add the status attribute constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_STATUS_VARIABLE...more details | ||
| TRANSFORM_FOR_VALIDATION | Transform and add the validation constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_VALIDATION...more details | ||
| TRANSFORM_FOR_VALUE_SET | Transform and add the value set constants | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_FOR_VALUE_SET...more details | ||
| TRANSFORM_MODEL_VERSION | Transform and add model version | Private |
| CALL METHOD /bobf/cl_conf_cif_generator=>TRANSFORM_MODEL_VERSION...more details | ||
/BOBF/CL_CONF_CIF_GENERATOR 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_ATTRIBUTE_NAME | Constant | LIKE | Private | ||
| GC_BEGIN_OF | Constant | BEGIN OF structure | ` BEGIN OF ` | LIKE STRING | Private |
| GC_END_OF | Constant | END OF structure | ` END OF ` | LIKE STRING | Private |
| SO_BOPF | Static Attribute | Interface for the Service Layer | LIKE /BOBF/IF_FRW_SERVICE_LAYER | Private | |
| SO_MESSAGE | Static Attribute | Interface for Message Class | LIKE /BOBF/IF_FRW_MESSAGE | Private | |
| ST_ASSOC | Static Attribute | Business object associations | LIKE /BOBF/T_CONF_ASSOC | Private | |
| ST_ATTRIBUTES | Static Attribute | Attributes of a class | LIKE SEO_ATTRIBUTES | Private | |
| ST_INTERFACE_COMPONENT | Static Attribute | LIKE TT_INTERFACE_COMPONENT | Private | ||
| ST_NODE | Static Attribute | Business object nodes | LIKE /BOBF/T_CONF_NODE | Private | |
| ST_TYPESRC | Static Attribute | Types of an attribute | LIKE SEOO_TYPESRC | Private | |
| SV_BO_KEY | Static Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Private | |
| SV_BO_VERSION_KEY | Static Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Private | |
| SV_INTERFACE_NAME | Static Attribute | Object Type Name | LIKE SEOCLSNAME | Private |
/BOBF/CL_CONF_CIF_GENERATOR types
TT_DD03P -TT_INTERFACE_COMPONENT -
TY_INTERFACE_COMPONENT - Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects