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

FV50PFLP_XLIPS_LOESCHEN_RC SAP ABAP INCLUDE - FV50PFLPXLIPSLOESCHENRC







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

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_CUMULATIVE_SET CALL FUNCTION 'SD_DELIVERY_CUMULATIVE_SET' EXPORTING f_xlips = xlips f_kuwev = kuwev f_likp = likp EXCEPTIONS OTHERS = 6.

LE_ATP_GET_VERSION CALL FUNCTION 'LE_ATP_GET_VERSION' IMPORTING atp_type = atp_type.

RV_REQ_DELETE_BY_NUMBER CALL FUNCTION 'RV_REQ_DELETE_BY_NUMBER' EXPORTING beleg_alt = xlips-vgbel beleg_neu = xlips-vbeln pos_alt = xlips-vgpos pos_neu = xlips-posnr.

LE_ATP_RV_REQ_DELETE_BY_NUMBER CALL FUNCTION 'LE_ATP_RV_REQ_DELETE_BY_NUMBER' EXPORTING beleg_alt = xlips-vgbel beleg_neu = xlips-vbeln pos_alt = xlips-vgpos pos_neu = xlips-posnr.

LE_ATP_AVBBD_DELETE CALL FUNCTION 'LE_ATP_AVBBD_DELETE' EXPORTING if_posnr = xlips-posnr.

RV_XVBUP_DELETE CALL FUNCTION 'RV_XVBUP_DELETE' EXPORTING f_vbeln = lips-vbeln f_posnr = lips-posnr TABLES fxvbup = xvbup fyvbup = yvbup.

LE_POD_TVPOD_DELETE CALL FUNCTION 'LE_POD_TVPOD_DELETE' EXPORTING is_lips = xlips.

EXPIMP_ITEM_DATA_MAINTAIN CALL FUNCTION 'EXPIMP_ITEM_DATA_MAINTAIN' EXPORTING exnum = likp-exnum expos = lips-posnr hland = tvst-aland trtyp = chard i_ft_basis = lf_merk_ahbas.

EHS002_BADI_EHS_DG_001_GET_OBJ CALL FUNCTION 'EHS002_BADI_EHS_DG_001_GET_OBJ' IMPORTING e_badi_object = l_badi_instance e_instance_exist = l_instance_exist.

EHS003_DGMSD_DELETE CALL FUNCTION 'EHS003_DGMSD_DELETE' EXPORTING i_vbeln = xlips-vbeln i_posnr = xlips-posnr i_vbtyp = likp-vbtyp EXCEPTIONS others_ = 1.

SHP_LIPSRF_DELETE CALL FUNCTION 'SHP_LIPSRF_DELETE' EXPORTING if_lipsrf_handle_obj = likp-handle if_lipsrf_handle = xlips-handle.

SHP_LIPSPO_DELETE CALL FUNCTION 'SHP_LIPSPO_DELETE' EXPORTING if_lipspo_handle_obj = likp-handle if_lipspo_handle_item = xlips-handle.

SHP_DLFLD_DELETE CALL FUNCTION 'SHP_DLFLD_DELETE' EXPORTING if_dlfld_handle_obj = likp-handle if_dlfld_handle_det = xlips-handle.

DELETE_SERNR_LS CALL FUNCTION 'DELETE_SERNR_LS' EXPORTING vbeln = xlips-vbeln posnr = xlips-posnr j_vorgang = lf_vorgang "n_599939 IMPORTING STATUS_NOT_ALLOWED = LF_STATUS_ERROR "v_n_1163886 EXCEPTIONS ERROR_MESSAGE.

RV_MESSAGES_DELETE CALL FUNCTION 'RV_MESSAGES_DELETE' EXPORTING msg_objky = lf_xobjky_pos delete_all_status = charx.

SD_DELIVERY_CUMULATIVE_RESET CALL FUNCTION 'SD_DELIVERY_CUMULATIVE_RESET' EXPORTING IF_VBELN = XLIPS-VBELN IF_POSNR = XLIPS-POSNR.

SD_CLEAR_ST_VBFA_VBELN CALL FUNCTION 'SD_CLEAR_ST_VBFA_VBELN'.

V51P_GET_TABLES CALL FUNCTION 'V51P_GET_TABLES' EXPORTING if_object = ls_packing-object IMPORTING et_xvekp = lt_header EXCEPTIONS OTHERS = 0.

V51F_DELETE_HU





CALL FUNCTION 'V51F_DELETE_HU' EXPORTING if_venum =
-venum EXCEPTIONS 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 FV50PFLP_XLIPS_LOESCHEN_RC or its description.