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

FV50XFPD SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

LE_POD_TVPOD_READ * CALL FUNCTION 'LE_POD_TVPOD_READ' * TABLES * IT_LIPS = XLIPS * ET_TVPOD = XTVPOD.

LE_POD_TVPOD_UPDATE CALL FUNCTION 'LE_POD_TVPOD_UPDATE' EXPORTING it_likp = likp TABLES it_lips = xlips it_tvpod = lt_tvpod EXCEPTIONS no_entry_lips = 1 "Keine LIPS vorhanden zero_quantities = 2 "Keine Abweichungen no_reason_found = 3 "Kein Grund angegeben diff_error = 4 "Abweichende Differenzmengen diff_round_error = 5 "Rundungsfehler undefined_reason = 6 "Grund nicht vorhanden negative_quantity = 7 "POD Menge wurde negativ OTHERS = 8. "sonstige

LE_POD_TVPOD_UPDATE CALL FUNCTION 'LE_POD_TVPOD_UPDATE' EXPORTING it_likp = likp TABLES it_lips = xlips it_tvpod = lt_tvpod EXCEPTIONS no_entry_lips = 1 "Keine LIPS vorhanden zero_quantities = 2 "Keine Abweichungen no_reason_found = 3 "Kein Grund angegeben diff_error = 4 "Abweichende Differenzmengen diff_round_error = 5 "Rundungsfehler undefined_reason = 6 "Grund nicht vorhanden negative_quantity = 7 "POD Menge wurde negativ OTHERS = 8. "sonstige

LE_POD_TVPOD_BUFFER_RESET CALL FUNCTION 'LE_POD_TVPOD_BUFFER_RESET' TABLES it_tvpod = gt_ytvpod[].

POPUP_TO_DECIDE_INFO CALL FUNCTION 'POPUP_TO_DECIDE_INFO' EXPORTING defaultoption = charn titel = text-072 textline1 = text-073 textline2 = text-074 start_column = 25 start_row = 6 IMPORTING answer = reaction EXCEPTIONS OTHERS = 1.

LE_POD_TVPOD_CONFIRM CALL FUNCTION 'LE_POD_TVPOD_CONFIRM' EXPORTING it_likp = likp TABLES xtvpod = gt_tvpod EXCEPTIONS is_confirmed = 1 subs_activity_started = 2 OTHERS = 3.

LE_POD_TVPOD_CONFIRM_CANCEL CALL FUNCTION 'LE_POD_TVPOD_CONFIRM_CANCEL' TABLES xtvpod = gt_tvpod EXCEPTIONS is_not_confirmed = 1 subs_activity_started = 2 OTHERS = 3.

LIPS_STATUS_MAINTAIN CALL FUNCTION 'LIPS_STATUS_MAINTAIN' EXPORTING f_likp = likp f_posnr = xlips-posnr * LAND1_WE = TABLES fxlips = xlips fxvbapf = xvbapf fxvbup = xvbup fyvbup = yvbup.

LE_POD_TVPODGT_READ_TEXT CALL FUNCTION 'LE_POD_TVPODGT_READ_TEXT' EXPORTING if_grund = if_gt_tvpod-grund IMPORTING es_tvpodgt = es_tvpodgt EXCEPTIONS no_key_specified = 1 no_value_selected = 2 OTHERS = 3.

LE_POD_DATA_PROCESSING CALL FUNCTION 'LE_POD_DATA_PROCESSING' EXPORTING it_likp = likp is_lips = lips if_podau = lf_podau if_trtyp = t180-trtyp if_dialog = space IMPORTING ef_lips_kzpod = lf_kzpod ef_lips_lfimg = lf_lfimg ef_lips_podrel = lf_podrel TABLES it_xlips = xlips it_ylips = ylips EXCEPTIONS error_tvpod_update = 1 no_default_reason_found = 2 pod_processing_data_missing = 3 item_not_pod_relevant = 4 OTHERS = 5.

SHP_QUANTITY_SET CALL FUNCTION 'SHP_QUANTITY_SET' EXPORTING if_action = 'A' * IF_RATIO = ' ' CHANGING cf_lfimg = lips-lfimg cf_lgmng = lips-lgmng cf_lfimg_flo = lips-lfimg_flo cf_lgmng_flo = lips-lgmng_flo cf_umvkz = lips-umvkz cf_umvkn = lips-umvkn cf_umrev = lips-umrev cf_akmng = lips-akmng EXCEPTIONS conversion_overflow = 1 essential_data_missing = 2 error = 3 OTHERS = 4.

LIPS_STATUS_MAINTAIN CALL FUNCTION 'LIPS_STATUS_MAINTAIN' EXPORTING f_likp = likp f_posnr = lips-posnr land1_we = kuwev-land1 TABLES fxlips = xlips fxvbapf = xvbapf fxvbup = xvbup fyvbup = yvbup "^_n_812904 fxvbfa = xvbfa. "XAN-SPE



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