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

RV50QAF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

WS_DELIVERY_MONITOR CALL FUNCTION 'WS_DELIVERY_MONITOR' EXPORTING if_c_proctype = proctype if_c_parvw = if_parvw if_c_item_add = if_item if_c_anzpos = if_anzpo if_c_spdnr_add = if_spd_a if_c_flag_wm = if_fl_wm if_c_flag_fix = if_fl_fi if_c_refnum_add = if_refnu if_c_lgnum_head = if_lhead if_c_ref_gewei = if_refgw if_c_ref_voleh = if_refvo if_c_alakt = if_alakt if_c_komim = if_komim if_c_uncha = if_uncha "AIP TABLES it_c_vstel = if_vstel it_c_route = it_route it_c_aulwe = it_aulwe it_c_spdnr = it_spdnr it_c_kunag = it_kunag it_c_kunwe = it_kunwe it_c_partn = it_partn it_c_vkorg = it_vkorg it_c_kdgrp = it_kdgrp it_c_matnr = it_matnr it_c_wadat = it_wadat it_c_wadat_ist = it_wtist it_c_lddat = it_lddat it_c_lfdat = it_lfdat it_c_tddat = it_tddat it_c_kodat = it_kodat it_c_sammg = it_sammg it_c_tknum = it_tknum it_c_lfart = it_lfart it_c_vbeln = it_vbeln it_c_lstel = it_lstel it_c_exidv = it_exidv "46A it_c_charg = it_charg "46A it_c_lgnum = it_lgnum it_c_lgort = it_lgort it_c_lgtor = it_lgtor it_c_ablad = it_ablad it_c_vsbed = it_vsbed it_c_lprio = it_lprio it_c_kostk = it_kostk it_c_wbstk = it_wbstk it_c_fkstk = it_fkstk it_c_koquk = it_koquk it_c_lvstk = it_lvstk it_c_trsta = it_trsta it_c_pkstk = it_pkstk it_c_ernam = it_ernam it_c_erdat = it_erdat it_c_vtweg = it_vtweg it_c_spart = it_spart it_c_vlstk = it_vlstk it_c_prvbe = it_prvbe "HUM it_c_aufnr = it_aufnr "HUM it_c_abeln = it_abeln "AIP it_c_ebeln = it_ebeln "AIP it_c_vgsys = it_vgsys "AIP it_c_v2_outp_sel = i_kschln it_c_v4_outp_sel = i_kschl it_c_v5_outp_sel = i_kschl5 it_c_rstnr = it_rstnr it_c_cronr = it_cronr it_c_rmavd = it_rmavd EXCEPTIONS no_data_found = 1 wrong_proc_type = 2 error_delvry_update = 3 .

WS_LM_STATUS_SET CALL FUNCTION 'WS_LM_STATUS_SET' EXPORTING if_proctype = lf_proctype if_flag_wm = if_fl_wm if_flag_fix = if_fl_fi TABLES ct_kostk = it_kostk ct_kosta = lt_kosta ct_lvstk = it_lvstk ct_lvsta = lt_lvsta ct_wbstk = it_wbstk ct_bestk = it_bestk "AIP ct_vlstk = it_vlstk ct_koquk = it_koquk.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lf_programname dynumb = lf_dynpronumber translate_to_upper = 'X' TABLES dynpfields = lt_dynpro EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

CONVERSION_EXIT_PARVW_INPUT CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT' EXPORTING input = lf_parvw IMPORTING output = lf_parvw.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'VBPA' fieldname = lf_selfieldname searchhelp = lf_matchcode * SHLPPARAM = ' ' dynpprog = lf_programname dynpnr = lf_dynpronumber * DYNPROFIELD = ' ' * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES return_tab = lt_returnvalues EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = lx_restrict EXCEPTIONS too_late = 0 repeated = 0 selopt_without_options = 0 selopt_without_signs = 0 invalid_sign = 0 empty_option_list = 0 invalid_kind = 0 repeated_kind_a = 0 OTHERS = 0.

RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = if_progname variant = cf_variant EXCEPTIONS variant_not_existent = 1 variant_obsolete = 2 OTHERS = 3.

RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = if_progname variant = 'SAP&STANDARD' EXCEPTIONS variant_not_existent = 0 variant_obsolete = 0 OTHERS = 0.



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