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

EE_CRM_CLASS_DELETE_F01 SAP ABAP INCLUDE - EECRMCLASSDELETEF01







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


INCLUDES used within this REPORT EE_CRM_CLASS_DELETE_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'.

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 XKLAH = KLAH EXCEPTIONS OTHERS = 1.

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

CAMA_CLASS_MAINTAIN CALL FUNCTION 'CAMA_CLASS_MAINTAIN' TABLES CLASS_DATA = T_CLCLASSES 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'.

CAMA_CHARACT_MAINTAIN CALL FUNCTION 'CAMA_CHARACT_MAINTAIN' TABLES CHARACT_DATA = CHARACT_DATA EXCEPTIONS WARNING = 0 OTHERS = 1.

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

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

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.

CUCQ_GET_CONFIG_PARAM_CLASS CALL FUNCTION 'CUCQ_GET_CONFIG_PARAM_CLASS' EXPORTING CLASS_NUMBER = $CLINT DATE = SY-DATUM TABLES T_CUCO = T_CUCO 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_DELETE_F01 or its description.