EE_CRM_CLASS_GENER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Class Generation for Set Type This report generates a class, including characteristics, from a 'flat' DDIC reference (table or structure)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter EE_CRM_CLASS_GENER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EE_CRM_CLASS_GENER - Generate class for set type
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: CHAR_INP = Characteristic ready for input
Selection Text: CLASS = Class
Selection Text: KLART = Class type
Selection Text: PROTOANZ = Display Log
Selection Text: SET_ID = Set type
Selection Text: WAERS = Currency key
Title: Generate Class for Set Type
Text Symbol: 140 = Delete Class
Text Symbol: 150 = Delete class
Text Symbol: 170 = No data was created
Text Symbol: 180 = Characteristics created
Text Symbol: 190 = Class &1 created but incomplete
Text Symbol: 050 = Characteristics
Text Symbol: 040 = Class for set category &
Text Symbol: 030 = Process information
Text Symbol: 020 = Class
Text Symbol: 010 = Set type
Text Symbol: 130 = Class type
Text Symbol: 120 = Cancel
Text Symbol: 110 = Display class
Text Symbol: 100 = Do you want to delete class &1 including all the characteristics?
Text Symbol: 090 = Generation
Text Symbol: 070 = New characteristics ready for input
001 Generate Class for Set Type
INCLUDE EE_CRM_CLASS_GENER_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
CTCV_GENERATE_PATTERN CALL FUNCTION 'CTCV_GENERATE_PATTERN' EXPORTING CHARACT_FORMAT = LWA_FORMAT USER_NEUTRAL = 'X' IMPORTING PATTERN = CABN-ATSCH EXCEPTIONS OTHERS = 1.
CAMA_CLASS_SAVE CALL FUNCTION 'CAMA_CLASS_SAVE' EXPORTING COMM_WAIT = 'X' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EE_CRM_CLASS_GENER - Generate Class for Set Type EE_CRM_CLASS_GENER - Generate Class for Set Type EE_CRM_CLASS_DELETE_TOP - EECRMCLASSDELETETOP EE_CRM_CLASS_DELETE_F01 - EECRMCLASSDELETEF01 EE_CRM_CLASS_DELETE - Delete class (including characteristics) EE_CRM_CLASS_DELETE - Delete class (including characteristics)