SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MVFSLF01 SAP ABAP INCLUDE - Include MVFSLF01







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

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:

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING GCLIENT = SY-MANDT GNAME = 'FSLS' TABLES ENQ = LOC_ENQ EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

FT_SLS_MASTER_DATA_MAINTENANCE CALL FUNCTION 'FT_SLS_MASTER_DATA_MAINTENANCE' EXPORTING I_STATUS = G_STATUS I_SLNUM = RVFSLS-SLNUM I_SLCAT = RVFSLS-SLCAT I_FSLS = XFSLS IMPORTING E_XFSLS = XFSLS E_YFSLS = YFSLS TABLES T_XFSLSN = XFSLSN T_XFSLSA = XFSLSA T_XFSLSW = XFSLSW T_YFSLSN = YFSLSN T_YFSLSA = YFSLSA T_YFSLSW = YFSLSW.

FT_SLS_SINGLE_MASTER_UPD_PREP CALL FUNCTION 'FT_SLS_SINGLE_MASTER_UPD_PREP' EXPORTING I_SLNUM = XFSLS-SLNUM I_XFSLS = XFSLS I_YFSLS = YFSLS I_FLAG_CDOC = 'X' TABLES I_T_XFSLSN = XFSLSN I_T_YFSLSN = YFSLSN I_T_XFSLSA = XFSLSA I_T_YFSLSA = YFSLSA I_T_XFSLSW = XFSLSW I_T_YFSLSW = YFSLSW.

DEQUEUE_EVFSLSE CALL FUNCTION 'DEQUEUE_EVFSLSE' EXPORTING MODE_FSLS = 'E' MANDT = SY-MANDT SLNUM = ITAB_SLNUM-SLNUM.

FT_SLS_DATA_READ CALL FUNCTION 'FT_SLS_DATA_READ' EXPORTING I_ENQUEUE_NECESSARY = G_ENQUEUE_NECESSARY I_SHOW_DELETED = FTSEL-SLDKZ I_BUFFER = ' ' TABLES T_SLNUM = ITAB_SLNUM T_FSLS = HELP_XFSLS T_FSLSN = XFSLSN T_FSLSA = XFSLSA T_FSLSW = XFSLSW EXCEPTIONS NO_DATA_SELECTED = 1 FOREIGN_LOCK = 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 MVFSLF01 or its description.