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 NameDescriptionVisability
CONSTRUCTORPublic
CALL METHOD /bobf/cl_epm_data_generator=>CONSTRUCTOR...more details

DESERIALIZE_BP_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>DESERIALIZE_BP_DATA...more details

DESERIALIZE_PRODUCT_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>DESERIALIZE_PRODUCT_DATA...more details

DESERIALIZE_SO_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>DESERIALIZE_SO_DATA...more details

EXECUTEPublic
CALL METHOD /bobf/cl_epm_data_generator=>EXECUTE...more details

GET_USER_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>GET_USER_DATA...more details

LOAD_MIME_FILEPrivate
CALL METHOD /bobf/cl_epm_data_generator=>LOAD_MIME_FILE...more details

MAP_BP_ADDRESSESPrivate
CALL METHOD /bobf/cl_epm_data_generator=>MAP_BP_ADDRESSES...more details

MAP_BP_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>MAP_BP_DATA...more details

MAP_PRODUCT_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>MAP_PRODUCT_DATA...more details

MAP_SO_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>MAP_SO_DATA...more details

MAP_SQ_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>MAP_SQ_DATA...more details

UPDATE_BP_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_BP_DATA...more details

UPDATE_PRODUCT_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_PRODUCT_DATA...more details

UPDATE_SO_DATAPrivate
CALL METHOD /bobf/cl_epm_data_generator=>UPDATE_SO_DATA...more details

UPDATE_SQ_DATAPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_RANDOM_USERInstance AttributeLIKE
CL_ABAP_RANDOM_INT
Private
MT_BP_ADDRESSInstance AttributeLIKE
Private
MT_BP_CONTACTInstance AttributeLIKE
Private
MT_BP_ROOTInstance AttributeLIKE
Private
MT_BUSINESS_PARTNERSInstance AttributeLIKE
Private
MT_CTIMESInstance AttributeLIKE
Private
MT_DTIMESInstance AttributeLIKE
Private
MT_NAMESInstance AttributeLIKE
Private
MT_PRODUCTSInstance AttributeLIKE
Private
MT_PRODUCT_NAMEInstance AttributeLIKE
Private
MT_PRODUCT_ROOTInstance AttributeLIKE
Private
MT_SALES_ORDERSInstance AttributeLIKE
Private
MT_SO_ITEMInstance AttributeLIKE
Private
MT_SO_NOTEInstance AttributeLIKE
Private
MT_SO_ROOTInstance AttributeLIKE
Private
MT_SQ_ITEMInstance AttributeLIKE
Private
MT_SQ_NOTEInstance AttributeLIKE
Private
MT_SQ_ROOTInstance AttributeLIKE
Private
MT_UTIMESInstance AttributeLIKE
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



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!