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

MMCLMFST SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-041 TEXTLINE1 = TEXT-042 TEXTLINE2 = SWO-KSCHL DEFAULTOPTION = 'N' IMPORTING ANSWER = ANSWER.

CBCM_SUBSCREEN_EXPORT * CALL FUNCTION 'CBCM_SUBSCREEN_EXPORT' * EXPORTING ERMCBC = RMCBC * MODIFY = SPACE.

CLSE_SELECT_KLAH CALL FUNCTION 'CLSE_SELECT_KLAH' TABLES IMP_EXP_KLAH = TKLAH EXCEPTIONS NO_ENTRY_FOUND = 4.

CUCQ_CHECK_CLASS_VIEWS * CALL FUNCTION 'CUCQ_CHECK_CLASS_VIEWS' * EXPORTING * CLASS_NUMBER = KLAH-CLINT * VIEWS_NEW = S_NEU * VIEWS_OLD = S_ALT * EXCEPTIONS * APPLICATION_VIEW_USED = 1.

CLSC_GET_ACTIVE_DEPVIEWS * CALL FUNCTION 'CLSC_GET_ACTIVE_DEPVIEWS' * EXPORTING DEPARTMENTAL_VIEWS = RMCLM-ABTAUS * INTERNAL_CLASSNUMBER = KLAH-CLINT * POPUP_FLAG = ' ' * KEY_DATE = RMCLM-DATUV * IMPORTING DEPARTMENTAL_VIEWS = RMCLM-ABTAUS * TABLES CHARACTERISTICS = XKSML.

CLSC_GET_ACTIVE_DEPVIEWS * CALL FUNCTION 'CLSC_GET_ACTIVE_DEPVIEWS' * EXPORTING DEPARTMENTAL_VIEWS = RMCLM-ABTAUS * INTERNAL_CLASSNUMBER = KLAH-CLINT * POPUP_FLAG = 'X' * KEY_DATE = RMCLM-DATUV * IMPORTING DEPARTMENTAL_VIEWS = RMCLM-ABTAUS * TABLES CHARACTERISTICS = XKSML.

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

DEQUEUE_ECKSSKXE CALL FUNCTION 'DEQUEUE_ECKSSKXE' EXPORTING KLART = KLART CLASS = CLASS.

CLSE_SELECT_SWOR CALL FUNCTION 'CLSE_SELECT_SWOR' TABLES IMP_EXP_SWOR = XSWOR EXCEPTIONS NO_ENTRY_FOUND = 1.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING DISPLAY = DISPLAY EDITOR_TITLE = TITLE HEADER = THEADER SAVE = 'X' IMPORTING FUNCTION = FUNCTION NEWHEADER = THEADER TABLES LINES = TLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 LINESIZE = 5.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = THEADER-TDID LANGUAGE = THEADER-TDSPRAS OBJECT = THEADER-TDOBJECT NAME = THEADER-TDNAME IMPORTING HEADER = THEADER "063245 TABLES LINES = TLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-009 TEXTLINE1 = TEXT-010 TEXTLINE2 = SY-LISEL(35) DEFAULTOPTION = 'N' IMPORTING ANSWER = ANSWER.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = TKLAT-TXTID LANGUAGE = RMCLM-NEUSP NAME = NAME OBJECT = 'KLAT' EXCEPTIONS NOT_FOUND = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEADER-TDID LANGUAGE = SPRAS NAME = THEADER-TDNAME OBJECT = 'KLAT' IMPORTING HEADER = THEADER TABLES LINES = TLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 NOT_FOUND = 6 REFERENCE_CHECK = 7.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = THEADER IMPORTING NEWHEADER = THEADER TABLES LINES = TLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = TXKLAT-TXTID LANGUAGE = TXKLAT-SPRAS NAME = THEADER-TDNAME OBJECT = 'KLAT' EXCEPTIONS NOT_FOUND = 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 MMCLMFST or its description.