ML05SFFC_FC038 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 ML05SFFC_FC038 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_LM_DATA_SELECTION_DUE CALL FUNCTION 'WS_LM_DATA_SELECTION_DUE' EXPORTING IF_PROCTYPE = 'K' * IF_PARVW = ' ' * IF_ITEM_ADD = ' ' IF_LGNUM_HEAD = ' ' TABLES IT_VSTEL = ITAB_VSTEL IT_ROUTE = ITAB_ROUTE * IT_AULWE = * IT_SPDNR = * IT_KUNAG = * IT_KUNWE = * IT_PARTN = * IT_VKORG = * IT_KDGRP = * IT_MATNR = * IT_WADAT = * IT_WADAT_IST = * IT_LDDAT = * IT_TDDAT = * IT_LFDAT = IT_KODAT = ITAB_KODAT IT_SAMMG = ITAB_SAMMG IT_TKNUM = ITAB_TKNUM * IT_LFART = * IT_VBELN = * IT_LSTEL = IT_LGNUM = ITAB_LGNUM * IT_LGORT = IT_LGTOR = ITAB_LGTOR * IT_ABLAD = * IT_VSBED = * IT_LPRIO = * IT_KOSTK = * IT_WBSTK = * IT_KOQUK = IT_LVSTK = ITAB_LVSTA * IT_TRSTA = * IT_PKSTK = * IT_ERNAM = * IT_ERDAT = * IT_VTWEG = * IT_SPART = ET_POSTAB = T_POSTAB EXCEPTIONS NO_DATA_FOUND = 1 WRONG_PROC_TYPE = 2 OTHERS = 3.
L_REF_DESELECT_DOC CALL FUNCTION 'L_REF_DESELECT_DOC' EXPORTING I_LGNUM = RL05S-LGNUM I_RBTYP = CON_REFNRBELEGTYP_L TABLES T_RBNUM = T_RBNUM.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.