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

RV50QF01 SAP ABAP INCLUDE - Include LSWZ_WIZARD_TEMPLATEUSR







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

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:

RS_VARIANT_CATALOG call function 'RS_VARIANT_CATALOG' exporting report = i_report importing sel_variant = c_variant.

SD_SHIPMENT_EDIT_VARIANT call function 'SD_SHIPMENT_EDIT_VARIANT' exporting i_report = i_report i_variant = i_variant i_check_transportation = space exceptions others = 1.

RS_SUBMIT_INFO call function 'RS_SUBMIT_INFO' importing p_submit_info = ls_submit_info.

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'SELE' p_program = gc_progname tables p_exclude = excl_fcodes.

RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = gc_progname variant = gf_variant_main_prog tables l_params_nonv = l_params_nonv valutab = valutab exceptions variant_non_existent = 0 variant_obsolete = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt1 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt2 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt3 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt4 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt5 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt6 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt11 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt7 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt8 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt9 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt10 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt12 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt13 EXCEPTIONS OTHERS = 0. "^PL0K050908

ICON_CREATE





CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants text = '' info = text-023 IMPORTING RESULT = varmnt14 EXCEPTIONS OTHERS = 0. "^PL0K050908

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = i_report variant = i_variant importing r_c = l_retcode.

RS_VARIANT_TEXT call function 'RS_VARIANT_TEXT' exporting curr_report = i_report langu = sy-langu variant = i_variant importing v_text = l_vname exceptions others = 0.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = lf_tcode EXCEPTIONS OK = 1 NOT_OK = 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 RV50QF01 or its description.