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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.