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

MMCLUF10 SAP ABAP INCLUDE - Classes Utility: Form Routines







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


Text pool values


Title: Classes Utility: Form Routines


INCLUDES used within this REPORT MMCLUF10

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:

CCCN_ECN_WITH_EFFECTIVITY call function 'CCCN_ECN_WITH_EFFECTIVITY' exporting eaennr = aennr importing flg_effectivity = flg_effectivity exceptions no_record_found = 1 others = 1.

CC_CHANGE_NUMBER_CHECK call function 'CC_CHANGE_NUMBER_CHECK' exporting eccin = xccin importing adatuv = xdatuv.

CLEF_ECM_PROCESSOR_INIT call function 'CLEF_ECM_PROCESSOR_INIT' exporting i_aennr = aennr key_date = sdatuv exceptions exit_from_dynpro = 1 ecm_init_error = 2 others = 2.

CLCA_PROCESS_CLASSTYPE call function 'CLCA_PROCESS_CLASSTYPE' exporting classtype = rmclf-klart dynpros = ' ' table = tcltt-obtab importing classtype = rmclf-klart typetext = rmclf-artxt exceptions not_found = 1 no_auth_klart = 2.

CLCA_PROCESS_CLASSTYPE call function 'CLCA_PROCESS_CLASSTYPE' exporting classtype = rmclf-klart dynpros = 'X' table = tcltt-obtab importing classtype = rmclf-klart typetext = rmclf-artxt exceptions not_found = 1 no_auth_klart = 2.

CLOB_SELECT_OBJECT_DATA call function 'CLOB_SELECT_OBJECT_DATA' exporting classtype = space table = l_obtab spras = sy-langu importing dynnr1 = l_dynnr1 object_text = obtxt exceptions table_not_found = 1 others = 2.

CLTB_GET_FUNCTIONS call function 'CLTB_GET_FUNCTIONS' exporting i_obtab = tcltt-obtab importing e_function_import = funcname_im e_function_export = funcname_ex e_function_pool = programx exceptions not_found = 1 others = 2.

CLTB_GET_FUNCTIONS call function 'CLTB_GET_FUNCTIONS' exporting i_obtab = tcltt-obtab importing e_function_import = funcname_im e_function_export = funcname_ex e_function_pool = programx exceptions not_found = 1 others = 2.

CLEF_ECM_PROCESSOR_INIT call function 'CLEF_ECM_PROCESSOR_INIT' exporting key_date = datuv tables t_param = t_param exceptions exit_from_dynpro = 1 ecm_init_error = 2 others = 2.

CLCA_PROCESS_CLASSTYPE call function 'CLCA_PROCESS_CLASSTYPE' exporting classtype = spacetype dynpros = 'X' objects_only = 'X' importing table = tcltt-obtab exceptions not_found = 1 no_auth_klart = 2.

CLSE_SELECT_KSSK call function 'CLSE_SELECT_KSSK' exporting add_kssk = 'X' mafid = 'O' * TABLE = TCLTT-OBTAB klart = klart objek = obj1 key_date = xdatuv * i_aennr = xaennr tables exp_kssk = xkssk exceptions no_entry_found = 1 set_classtype = 2.

CLSE_SELECT_KSSK call function 'CLSE_SELECT_KSSK' exporting add_kssk = 'X' mafid = 'O' * TABLE = TCLTT-OBTAB klart = klart objek = obj2 key_date = xdatuv * i_aennr = xaennr tables exp_kssk = xkssk exceptions no_entry_found = 1 set_classtype = 2.



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