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

EE_CRM_CLASS_GENER_F01 SAP ABAP INCLUDE - Include EE_CRM_CLASS_GENER_F01







EE_CRM_CLASS_GENER_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter EE_CRM_CLASS_GENER_F01 into the relevant SAP transactions such as SE38 or SE80


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_F01. "Basic submit
SUBMIT EE_CRM_CLASS_GENER_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT EE_CRM_CLASS_GENER_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include EE_CRM_CLASS_GENER_F01


INCLUDES used within this REPORT EE_CRM_CLASS_GENER_F01

No INCLUDES are used within this REPORT code!


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:

CALO_INIT_API CALL FUNCTION 'CALO_INIT_API'.

CLSE_SELECT_USR01 CALL FUNCTION 'CLSE_SELECT_USR01' EXPORTING USERNAME = SY-UNAME IMPORTING DATE_FORMAT = DATEFORMAT.

MSG_STATUS CALL FUNCTION 'MSG_STATUS' IMPORTING Y_ACTIVE = ACTIVE.

MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING X_NO_DIALOG = 'X' IMPORTING Y_MSG_HANDLE = PROTO_HANDLE CHANGING XY_PARM = PARM_OPEN EXCEPTIONS FAILED = 1 SUBS_INVALID = 2 LOG_INVALID = 3 OTHERS = 4.

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING CLASS = $CLASS CLASSTYPE = $KLART CLASS_ACTIVITY = '1' IMPORTING RET_CODE = RET_CODE EXCEPTIONS OTHERS = 1.

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING X_MSG_HANDLE = PROTO_HANDLE X_ACTION = CO_MSG_DSPL.

ISU_SALES_SETTYPE_ATTRIBUTES CALL FUNCTION 'ISU_SALES_SETTYPE_ATTRIBUTES' EXPORTING X_SETTYPE = $SETTYPE X_WITH_TEXT = 'X' IMPORTING Y_TECHNICAL_FIELD_PROPERTIES = DFIES_TAB Y_FIELD_PROPERTIES = NAME_TAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CAMA_CHARACT_MAINTAIN CALL FUNCTION 'CAMA_CHARACT_MAINTAIN' TABLES CHARACT_DATA = T1 CHARACT_DESCRIPTION = T2 CHARACT_OBJECT = T3 EXCEPTIONS WARNING = 0 OTHERS = 1.

CAMA_CHARACT_SAVE CALL FUNCTION 'CAMA_CHARACT_SAVE' EXPORTING COMM_WAIT = 'X' EXCEPTIONS WARNING = 0 OTHERS = 1.

CAMA_CLASS_MAINTAIN CALL FUNCTION 'CAMA_CLASS_MAINTAIN' TABLES CLASS_DATA = T_CLCLASSES CLASS_DESCRIPTIONS = T_CLA_DESCR CLASS_CHARACTERISTICS = T_CHARS EXCEPTIONS WARNING = 0 OTHERS = 1.

CALO_LOG_READ_MESSAGES CALL FUNCTION 'CALO_LOG_READ_MESSAGES' TABLES MESSAGES_AND_PARAMETERS = MESSAGES_AND_PARAMETERS EXCEPTIONS WARNING = 0 ERROR = 1 OTHERS = 2.

CALO_INIT_API CALL FUNCTION 'CALO_INIT_API'.

CLSE_SELECT_CABN_VIA_NAMERANGE CALL FUNCTION 'CLSE_SELECT_CABN_VIA_NAMERANGE' TABLES IN_CABN = IN_CABN T_CABN = T_CABN EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-150 TEXT_QUESTION = TEXT_QUESTION ICON_BUTTON_1 = 'ICON_DELETE' TEXT_BUTTON_2 = TEXT-120 ICON_BUTTON_2 = 'ICON_CANCEL' DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 0.

CARD_CLASS_READ CALL FUNCTION 'CARD_CLASS_READ' EXPORTING CLASS = $CLASS CLASS_TYPE = $KLART IMPORTING RETURN = RETURN TABLES CHARACTERISTICS = CHARACTERISTICS.



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_F01 or its description.