SAP Reports / Programs | Cross-Application Components | Classification(CA-CL) SAP CA

MMCLFF10 SAP ABAP INCLUDE - documentation and ABAP source code







MMCLFF10 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 MMCLFF10 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 MMCLFF10. "Basic submit
SUBMIT MMCLFF10 AND RETURN. "Return to original report after report execution complete
SUBMIT MMCLFF10 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 MMCLFF10

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:

ENQUEUE_ECKSSKXE CALL FUNCTION 'ENQUEUE_ECKSSKXE' EXPORTING KLART = KLART CLASS = CLASS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

CLEF_EFFECTIVITY_USED CALL FUNCTION 'CLEF_EFFECTIVITY_USED' EXPORTING I_AENNR = RMCLF-AENNR1 I_CLASSTYPE = TCLA-KLART IMPORTING E_EFFE_AENNR = G_EFFECTIVITY_USED EXCEPTIONS KLART_NOT_ACTIVE = 3 OTHERS = 4.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING ECCIN = XCCIN FLG_DISPLAY = L_sTATUS IMPORTING flg_aepf = l_flg_aepf a_date_lo = l_date_aepf ADATUV = L_DATUM.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING KEY_DATE = RMCLF-DATUV1 I_AENNR = RMCLF-AENNR1 I_BATCH = KREUZ I_MAINTAIN_FLAG = KREUZ * i_no_pop_up = kreuz EXCEPTIONS ECM_INIT_ERROR = 1 EXIT_FROM_DYNPRO = 2 NO_MAINTENANCE_DATA = 3.

CUOB_GET_NUMBER CALL FUNCTION 'CUOB_GET_NUMBER' EXPORTING CLASS_TYPE = RMCLF-KLART OBJECT_ID = RMCLF-OBJEK TABLE = SOBTAB IMPORTING OBJECT_NUMBER = L_INOBJ EXCEPTIONS LOCK_PROBLEM = 01 OBJECT_NOT_FOUND = 02.

CLEF_AENNR_CHK_CLASSIFY CALL FUNCTION 'CLEF_AENNR_CHK_CLASSIFY' EXPORTING I_AENNR = rmclf-aennr I_TCLA = tcla i_objekt = L_OBJEK EXCEPTIONS AENNR_REQUIRED = 1 OTHERS = 2 .

CLCA_PROCESS_CLASSTYPE CALL FUNCTION 'CLCA_PROCESS_CLASSTYPE' EXPORTING CLASSTYPE = RMCLF-KLART DYNPROS = KREUZ MULTI_CLASSIF = MULTI_CLASS MODE = MODUS IMPORTING CLASSTYPE = RMCLF-KLART TYPETEXT = RMCLF-ARTXT MULTI_CLASSIF = MULTI_CLASS TABLE = SOBTAB PTABLE = POBTAB NO_CL_TRANS = NO_CLASS IMPTCLA = TCLA EXCEPTIONS NO_AUTH_KLART = 02.

CTMS_CLASS_OBJECT_DDB CALL FUNCTION 'CTMS_CLASS_OBJECT_DDB' EXPORTING CLASS = SPACE CLASSTYPE = RMCLF-KLART OBJECTID = SOBTAB OBJECT = RMCLF-OBJEK KEY_DATE = RMCLF-DATUV1 EXCEPTIONS NOT_FOUND = 1 NO_ALLOCATION_TO_CLASSES = 2 OTHERS = 3.

CLLA_CHANGE_DOC_CLASSIFICATION CALL FUNCTION 'CLLA_CHANGE_DOC_CLASSIFICATION' EXPORTING OBJECT = RMCLF-OBJEK CLASSTYPE = RMCLF-KLART OBJECT_TYPE = TAB EXCEPTIONS NO_DATA = 1 OTHERS = 2.

CLCA_PROCESS_CLASSTYPE CALL FUNCTION 'CLCA_PROCESS_CLASSTYPE' EXPORTING CLASSTYPE = RMCLF-KLART TABLE = L_TAB MULTI_CLASSIF = MULTI_CLASS MODE = MODUS FROMCL20 = FROMCL20 DYNPROS = 'X' OBJECTS_ONLY = 'X' OBJ_ONLY_CLASSTYPE = 'X' IMPORTING CLASSTYPE = RMCLF-KLART TYPETEXT = RMCLF-ARTXT MULTI_CLASSIF = MULTI_CLASS MULT_OBJ = MULTI_OBJ TABLE = SOBTAB PTABLE = POBTAB IMPTCLA = TCLA EXCEPTIONS NO_AUTH_KLART = 02.



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