SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

MV50AF0F_FCODE_FEAZ SAP ABAP INCLUDE - Include MV50AF0F_FCODE_FEAZ







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

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:

VBFS_TREE_LIST_DISPLAY * CALL FUNCTION 'VBFS_TREE_LIST_DISPLAY' ** EXPORTING ** I_VBFS_S_CB_PROGRAM = ** I_VBFS_CB_PROGRAM = ** I_VBFS_S_CB_USER_COMMAND = ** I_VBFS_CB_USER_COMMAND = ** I_VBFS_S_CB_GUI_STATUS = ** I_VBFS_CB_GUI_STATUS = ** I_VBFS_CALLED_BY = ' ' * TABLES * I_VBFS = CVBFS.

BAL_DSP_PROFILE_NO_TREE_GET call function 'BAL_DSP_PROFILE_NO_TREE_GET' importing e_s_display_profile = ls_display_profile.

LE_SHP_VBFS2BAL_DISPLAY call function 'LE_SHP_VBFS2BAL_DISPLAY' exporting is_appl_log_head = ls_appl_log_head it_vbfs = cvbfs[] is_display_profile = ls_display_profile exceptions no_log_needed = 0 profile_inconsistent = 0 internal_error = 0 no_data_available = 0 no_authority = 0 error_in_subfunctions = 0 others = 0.

RS_HDSYS_GET_TC_VARIANT CALL FUNCTION 'RS_HDSYS_GET_TC_VARIANT' IMPORTING TCVARIANT = gf_tcvariant FLAG_CLIENT_INDEPENDENT = lf_xclientind RC = lf_subrc.

RS_HDSYS_CALL_TC_VARIANT CALL FUNCTION 'RS_HDSYS_CALL_TC_VARIANT' EXPORTING TCODE = sy-tcode VARIANT = gf_tcvariant I_FLAG_CLIENT_INDEPENDENT = lf_xclientind CALL_MODE = space.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = ls_cvbfs-vbeln vbtyp = 'V'.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = ls_cvbfs-vbeln.



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