SAP /BOBF/CL_EPM_DATA_GENERATOR OO Class - BOPF EPM data generator for product
/BOBF/CL_EPM_DATA_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_EPM_DATA_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_EPM_DATA_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 |
| CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_epm_data_generator=>CONSTRUCTOR...more details | ||
| DESERIALIZE_BP_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>DESERIALIZE_BP_DATA...more details | ||
| DESERIALIZE_PRODUCT_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>DESERIALIZE_PRODUCT_DATA...more details | ||
| DESERIALIZE_SO_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>DESERIALIZE_SO_DATA...more details | ||
| EXECUTE | Public | |
| CALL METHOD /bobf/cl_epm_data_generator=>EXECUTE...more details | ||
| GET_USER_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>GET_USER_DATA...more details | ||
|
| ||
| LOAD_MIME_FILE | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>LOAD_MIME_FILE...more details | ||
| MAP_BP_ADDRESSES | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>MAP_BP_ADDRESSES...more details | ||
| MAP_BP_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>MAP_BP_DATA...more details | ||
| MAP_PRODUCT_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>MAP_PRODUCT_DATA...more details | ||
| MAP_SO_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>MAP_SO_DATA...more details | ||
| MAP_SQ_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>MAP_SQ_DATA...more details | ||
| UPDATE_BP_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_BP_DATA...more details | ||
| UPDATE_PRODUCT_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_PRODUCT_DATA...more details | ||
| UPDATE_SO_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_SO_DATA...more details | ||
| UPDATE_SQ_DATA | Private | |
| CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_SQ_DATA...more details | ||
/BOBF/CL_EPM_DATA_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 |
| MO_RANDOM_USER | Instance Attribute | LIKE CL_ABAP_RANDOM_INT | Private | ||
| MT_BP_ADDRESS | Instance Attribute | LIKE | Private | ||
| MT_BP_CONTACT | Instance Attribute | LIKE | Private | ||
| MT_BP_ROOT | Instance Attribute | LIKE | Private | ||
| MT_BUSINESS_PARTNERS | Instance Attribute | LIKE | Private | ||
| MT_CTIMES | Instance Attribute | LIKE | Private | ||
| MT_DTIMES | Instance Attribute | LIKE | Private | ||
| MT_NAMES | Instance Attribute | LIKE | Private | ||
| MT_PRODUCTS | Instance Attribute | LIKE | Private | ||
| MT_PRODUCT_NAME | Instance Attribute | LIKE | Private | ||
| MT_PRODUCT_ROOT | Instance Attribute | LIKE | Private | ||
| MT_SALES_ORDERS | Instance Attribute | LIKE | Private | ||
| MT_SO_ITEM | Instance Attribute | LIKE | Private | ||
| MT_SO_NOTE | Instance Attribute | LIKE | Private | ||
| MT_SO_ROOT | Instance Attribute | LIKE | Private | ||
| MT_SQ_ITEM | Instance Attribute | LIKE | Private | ||
| MT_SQ_NOTE | Instance Attribute | LIKE | Private | ||
| MT_SQ_ROOT | Instance Attribute | LIKE | Private | ||
| MT_UTIMES | Instance Attribute | LIKE | Private |
/BOBF/CL_EPM_DATA_GENERATOR types
TT_ADDRESS -TY_ADDRESS -
TY_BP -
TY_DESCRIPTION -
TY_DIMENSIONS -
TY_EMAIL -
TY_PHONE -
TY_PRODUCT -
TY_PROD_NAME -
TY_SO -
TY_SO_ITEM -
TY_WEBADDRESS -
TY_WEB_RESOURCE -
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