SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

MMCSEF02 SAP ABAP INCLUDE - Event Generation Global Subroutines







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


Text pool values


Title: Event Generation Global Subroutines


INCLUDES used within this REPORT MMCSEF02

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:

MCS_NAME_CHECK CALL FUNCTION 'MCS_NAME_CHECK' EXPORTING I_NAME = DMCSE-ZEITP I_READ_MCS_PARAMETER = TRUE I_TYPE = 'E' IMPORTING E_FLG_ALLOWED = FLG_ALLOWED E_FLG_MCS = FLG_MCS E_FLG_SAPNAME = FLG_SAPNAME EXCEPTIONS OTHERS = 1.

MCS_UNIT_ENQUEUE_DEQUEUE CALL FUNCTION 'MCS_UNIT_ENQUEUE_DEQUEUE' EXPORTING I_FLG_DEQUEUE_ALL = TRUE EXCEPTIONS OTHERS = 1.

RV_COND_PROTOCOL_REFRESH CALL FUNCTION 'RV_COND_PROTOCOL_REFRESH'.

RV_COND_PROTOCOL_SHOW CALL FUNCTION 'RV_COND_PROTOCOL_SHOW'.

MCS_EVENT_ENQUEUE_DEQUEUE CALL FUNCTION 'MCS_EVENT_ENQUEUE_DEQUEUE' EXPORTING I_ZEITP = X_ZEITP I_FLG_ENQUEUE = TRUE IMPORTING E_USERNAME = L_USERNAME E_FLG_OK = HLP_SUBRC EXCEPTIONS INTERNAL_ERROR = 1 NO_INPUT_PARAMETERS = 2 OTHERS = 3.

MCS_EVENT_ENQUEUE_DEQUEUE CALL FUNCTION 'MCS_EVENT_ENQUEUE_DEQUEUE' EXPORTING I_FLG_DEQUEUE = TRUE EXCEPTIONS INTERNAL_ERROR = 1 NO_INPUT_PARAMETERS = 2 OTHERS = 3.

MCS_EVENT_UNIT_OBJECTS_CHECK CALL FUNCTION 'MCS_EVENT_UNIT_OBJECTS_CHECK' EXPORTING I_ZEITP = X_ZEITP NO_MESSAGE = FALSE EXCEPTIONS DISPLAY_ONLY = 1.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING F4_FORMNAME = 'HILFE_IDOC_F4' F4_PROGRAMNAME = 'SAPMMCSE' FORMNAME = 'IDOC_INPUT_CHECK' POPUP_TITLE = TEXT-010 PROGRAMNAME = 'SAPMMCSE' START_COLUMN = 28 IMPORTING RETURNCODE = EINGABE TABLES FIELDS = POPUP_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 01.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = DISPLAY FIELDNAME = FIELDNAME TABNAME = TABNAME IMPORTING SELECT_VALUE = VALUE TABLES VALUETAB = HF_VALUE_TAB FIELDS = HF_FIELD_TAB EXCEPTIONS OTHERS = 1.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING POPUP_TITLE = TEXT-011 START_COLUMN = 12 IMPORTING RETURNCODE = EINGABE TABLES FIELDS = DES_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 01.



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