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

MMCS3F10_CHECK_INFOSTR_EMPTY SAP ABAP INCLUDE - MMCS3F10CHECKINFOSTREMPTY







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

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_INFO_STRUCTURE_CONSISTENT CALL FUNCTION 'MCS_INFO_STRUCTURE_CONSISTENT' EXPORTING I_FLG_TEST = ' ' I_MCINF = HLP_MCINF I_FLG_NO_PROT = CG_FLG_NO_PROT IMPORTING E_FLG_DOM_FAULT = CG_FLG_DOM_FAULT E_FLG_DTEL_FAULT = CG_FLG_DTEL_FAULT E_FLG_FIELD_FAULT = CG_FLG_FIELD_FAULT E_FLG_UNIT_FAULT = CG_FLG_UNIT_FAULT TABLES T_TMC1D = XTMC1D T_TMC1K = XTMC1K EXCEPTIONS MCINF_NOT_DEFINED = 01 TABLE_NOT_ACTIVE = 02.

MCS_INFO_STATUS_GET CALL FUNCTION 'MCS_INFO_STATUS_GET' EXPORTING I_GSTRU = CG_GSTRU I_MCINF = HLP_MCINF I_CLIENT = SPACE IMPORTING E_FLG_DATA = CG_FLG_DATA.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-420 DIAGNOSETEXT3 = TEXT-422 TEXTLINE1 = TEXT-423 TEXTLINE2 = TEXT-424 TITEL = TEXT-425 IMPORTING ANSWER = CG_HLP_ANSWER.

MC_SELVS_DELETE_ALL CALL FUNCTION 'MC_SELVS_DELETE_ALL' EXPORTING I_MANDT = SPACE I_INFO_STRUCTURE = HLP_MCINF I_GENERATED_STRUCTURE = HLP_GSTRU EXCEPTIONS INFO_STRUCTURE_NOT_FOUND = 1 NO_SELVS_FOUND = 2 OTHERS = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * DEFAULTOPTION = 'N' * DIAGNOSETEXT1 = TEXT-433 * DIAGNOSETEXT2 = TEXT-434 * DIAGNOSETEXT3 = TEXT-435 * TEXTLINE1 = TEXT-436 * TEXTLINE2 = ' ' * TITEL = TEXT-437 * CANCEL_DISPLAY = ' ' * IMPORTING * ANSWER = CG_HLP_ANSWER.

MC_SELVS_DELETE_ALL * CALL FUNCTION 'MC_SELVS_DELETE_ALL' * EXPORTING * I_MANDT = SPACE * I_INFO_STRUCTURE = HLP_MCINF * I_GENERATED_STRUCTURE = HLP_GSTRU * EXCEPTIONS * INFO_STRUCTURE_NOT_FOUND = 1 * NO_SELVS_FOUND = 2 * OTHERS = 3.

MC_SELVS_DELETE_ALL CALL FUNCTION 'MC_SELVS_DELETE_ALL' EXPORTING I_MANDT = SPACE I_INFO_STRUCTURE = HLP_MCINF I_GENERATED_STRUCTURE = HLP_GSTRU EXCEPTIONS INFO_STRUCTURE_NOT_FOUND = 1 NO_SELVS_FOUND = 2 OTHERS = 3.



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