SAP Reports / Programs

LCEXTT02 SAP ABAP Report - documentation and ABAP source code







LCEXTT02 is a standard Executable ABAP Report 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 LCEXTT02 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 LCEXTT02. "Basic submit
SUBMIT LCEXTT02 AND RETURN. "Return to original report after report execution complete
SUBMIT LCEXTT02 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 LCEXTT02

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:

CIF_EXT_STOCK_OUTBOUND CALL FUNCTION 'CIF_EXT_STOCK_OUTBOUND' EXPORTING IS_CONTROL_PARAMETER = %_IIS_CONTROL_PARAMETER I_METHOD = %_II_METHOD TABLES IT_FILTER_DESTINATIONS = %_OIT_FILTER_DESTINATIONS IT_DESTINATIONS = %_OIT_DESTINATIONS IT_DESTINATION_MODES = %_OIT_DESTINATION_MODES IT_STOCK_CHANNELS = %_OIT_STOCK_CHANNELS IT_MARD = %_OIT_MARD IT_MCHB = %_OIT_MCHB IT_MKOL = %_OIT_MKOL IT_MSKU = %_OIT_MSKU IT_MSLB = %_OIT_MSLB IT_MSPR = %_OIT_MSPR IT_MSKA = %_OIT_MSKA IT_MARD_X = %_OIT_MARD_X IT_MCHB_X = %_OIT_MCHB_X IT_MKOL_X = %_OIT_MKOL_X IT_MSKU_X = %_OIT_MSKU_X IT_MSLB_X = %_OIT_MSLB_X IT_MSPR_X = %_OIT_MSPR_X IT_MSKA_X = %_OIT_MSKA_X CT_MARD = %_OCT_MARD CT_MCHB = %_OCT_MCHB CT_MKOL = %_OCT_MKOL CT_MSKU = %_OCT_MSKU CT_MSLB = %_OCT_MSLB CT_MSPR = %_OCT_MSPR CT_MSKA = %_OCT_MSKA CT_MARD_X = %_OCT_MARD_X CT_MCHB_X = %_OCT_MCHB_X CT_MKOL_X = %_OCT_MKOL_X CT_MSKU_X = %_OCT_MSKU_X CT_MSLB_X = %_OCT_MSLB_X CT_MSPR_X = %_OCT_MSPR_X CT_MSKA_X = %_OCT_MSKA_X EXTENSIONOUT = %_OEXTENSIONOUT EXCEPTIONS EXIT_FAILURE = 001.

CIF_EXT_STOCK_OUTBOUND CALL FUNCTION 'CIF_EXT_STOCK_OUTBOUND' DESTINATION DESTI EXPORTING IS_CONTROL_PARAMETER = %_IIS_CONTROL_PARAMETER I_METHOD = %_II_METHOD TABLES IT_FILTER_DESTINATIONS = %_OIT_FILTER_DESTINATIONS IT_DESTINATIONS = %_OIT_DESTINATIONS IT_DESTINATION_MODES = %_OIT_DESTINATION_MODES IT_STOCK_CHANNELS = %_OIT_STOCK_CHANNELS IT_MARD = %_OIT_MARD IT_MCHB = %_OIT_MCHB IT_MKOL = %_OIT_MKOL IT_MSKU = %_OIT_MSKU IT_MSLB = %_OIT_MSLB IT_MSPR = %_OIT_MSPR IT_MSKA = %_OIT_MSKA IT_MARD_X = %_OIT_MARD_X IT_MCHB_X = %_OIT_MCHB_X IT_MKOL_X = %_OIT_MKOL_X IT_MSKU_X = %_OIT_MSKU_X IT_MSLB_X = %_OIT_MSLB_X IT_MSPR_X = %_OIT_MSPR_X IT_MSKA_X = %_OIT_MSKA_X CT_MARD = %_OCT_MARD CT_MCHB = %_OCT_MCHB CT_MKOL = %_OCT_MKOL CT_MSKU = %_OCT_MSKU CT_MSLB = %_OCT_MSLB CT_MSPR = %_OCT_MSPR CT_MSKA = %_OCT_MSKA CT_MARD_X = %_OCT_MARD_X CT_MCHB_X = %_OCT_MCHB_X CT_MKOL_X = %_OCT_MKOL_X CT_MSKU_X = %_OCT_MSKU_X CT_MSLB_X = %_OCT_MSLB_X CT_MSPR_X = %_OCT_MSPR_X CT_MSKA_X = %_OCT_MSKA_X EXTENSIONOUT = %_OEXTENSIONOUT EXCEPTIONS EXIT_FAILURE = 001.



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