SAP Reports / Programs | Integration: Customer Relationship Management | SAP Utilities | Integration: Customer Relationship Management(IS-U-CS-CRM) SAP IS

EE_CRM_CLASS_GENER SAP ABAP Report - Generate Class for Set Type







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EE_CRM_CLASS_GENER - Generate class for set type


ABAP code to call this SAP report using the submit statement

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.






SUBMIT EE_CRM_CLASS_GENER. "Basic submit
SUBMIT EE_CRM_CLASS_GENER AND RETURN. "Return to original report after report execution complete
SUBMIT EE_CRM_CLASS_GENER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT EE_CRM_CLASS_GENER

INCLUDE EE_CRM_CLASS_GENER_TOP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EE_CRM_CLASS_GENER or its description.