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

FV50UXXX SAP ABAP INCLUDE - Incompletion - Shipping: FORM Routines for Checking Dynamic Fields







FV50UXXX 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 FV50UXXX 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 FV50UXXX. "Basic submit
SUBMIT FV50UXXX AND RETURN. "Return to original report after report execution complete
SUBMIT FV50UXXX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Incompletion - Shipping: FORM Routines for Checking Dynamic Fields


INCLUDES used within this REPORT FV50UXXX

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:

SD_DELIVERY_SUBSEQUENT_ALLOWED call function 'SD_DELIVERY_SUBSEQUENT_ALLOWED' exporting blikp = likp blips = xlips * BTVLK = ' ' btvlp = tvlp bvbuk = xvbuk bvbup = xvbup fofun = fofun_wa * BVBPA = ' ' bcaller = 'UCDL' exceptions error = 1 warning = 2 others = 3.

SD_DELIVERY_SUBSEQUENT_ALLOWED call function 'SD_DELIVERY_SUBSEQUENT_ALLOWED' EXPORTING blikp = likp btvlk = tvlk bvbuk = xvbuk fofun = fofun_wa bvbpa = vbpa bcaller = 'UCDL' EXCEPTIONS error = 1 warning = 2 others = 3.

SD_DELIVERY_SUBSEQUENT_ALLOWED call function 'SD_DELIVERY_SUBSEQUENT_ALLOWED' EXPORTING blikp = likp bvbuk = xvbuk fofun = fofun_kommi bcaller = 'UCDL' EXCEPTIONS error = 01 warning = 02.

SD_DELIVERY_SUBSEQUENT_ALLOWED call function 'SD_DELIVERY_SUBSEQUENT_ALLOWED' EXPORTING blikp = likp bvbuk = xvbuk fofun = fofun_packen bcaller = 'UCDL' EXCEPTIONS error = 01 warning = 02.

RV_EXPORT_CONTROL_DELIVERY call function 'RV_EXPORT_CONTROL_DELIVERY' EXPORTING export_date_new = h_datum consignee_new = likp-kunnr export_number = likp-exnum line_lips = h_record_lips i_prot_active = ' ' i_predecessor_document = tvlk-aufer IMPORTING e_protocol = h_protokoll TABLES i_vbpavb = xvbpa.

EHS003_UC_DELIVERY call function 'EHS003_UC_DELIVERY' EXPORTING i_lipstab = xlips[] i_tvsttab = tvst i_vbpatab = xvbpa[] i_trtyp = t180-trtyp cs_likp = ls_likpvb i_vbtyp = ls_likpvb-vbtyp IMPORTING e_voggt = lf_voggt TABLES xvbuv = xvbuv e_usx_logtab = e_usx_logtab CHANGING cf_dataloss = r185d-dataloss EXCEPTIONS dg_error = 0 others_ = 0.

WS_GG_CHECK_COMPLETE call function 'WS_GG_CHECK_COMPLETE' EXPORTING is_tvst = tvst if_startmodus = '3' it_vbpa = xvbpa[] TABLES it_lips = xlips CHANGING cs_likp = ls_likpvb cf_dataloss = r185d-dataloss EXCEPTIONS pruefung_nicht_aktiv = 0 keine_gg_relevanten_positionen = 0 others = 0.

XSI_COMPLETE call function 'XSI_COMPLETE' EXPORTING i_likp = likp IMPORTING p_complete = .



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