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

FV50PFLP_LES_ATP_PRUEFEN SAP ABAP INCLUDE - FV50PFLPLESATPPRUEFEN







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

INCLUDE SHP_ATP_INTDATA.


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_ATP_INT_PREPARE_FOR_UCDEL CALL FUNCTION 'LE_ATP_INT_PREPARE_FOR_UCDEL' EXPORTING ip_create_uclief = v50agl-create_uclief ip_ucdel_to_del = v50agl-ucdel_to_del if_mandt = lips-mandt if_vbeln = lips-vbeln if_posnr = lips-posnr IMPORTING ef_besta = lf_besta ef_besta_old = lf_besta_old TABLES it_xvbup = xvbup it_yvbup = yvbup.

LE_ATP_INT_MAP_DEL_TO_ATP CALL FUNCTION 'LE_ATP_INT_MAP_DEL_TO_ATP' EXPORTING map_item_ctrl_check = charx if_lips_noatp = lips-noatp if_lipsd_quan_no_check = lipsd-quan_no_check if_kommirueckmeldung = v50agl-kommirueckmeldung if_tvlk_aufer = tvlk-aufer if_pstyv = lips-pstyv if_rsnum = lips-rsnum map_item_control = charx if_handle = lips-handle is_v50agl = v50agl if_positionsgenerieren = positionsgenerieren if_kz_bedarfe_verechnen = kz_bedarfe_verrechnen if_kz_pos_detailbild = kz_chsp_posdetailbild if_lipsd_updkz = xlips-updkz if_slips_tabix = slips-tabix if_t185f_aktyp = t185f-aktyp if_t180_trtyp = t180-trtyp map_item = charx is_likp = likp is_lips = lips is_kuwev = kuwev if_save_287_menge = save_287_menge if_save_287_menge_flo = save_287_menge_flo if_kclips_lfimg = kclips-lfimg if_kclips_lgmng = kclips-lgmng if_kclips_lfimg_old = kclips-lfimg_old if_kclips_lgmng_old = kclips-lgmng_old if_t001w_fabkl = t001w-fabkl if_logsyspre = xvbap-logsysb if_besta = lf_besta map_item_old = charx is_lips_old = *lips is_likp_old = *likp if_besta_old = lf_besta_old map_vbak = charx is_cvbak = cvbak map_vbapf = charx is_xvbapf = xvbapf read_xvbep = charx is_xvbap = xvbap read_mat = charx create_ekpo = charx if_lips_overpick_diff = gf_lips_overpick_diff IMPORTING es_item_control = ls_shp_atp_item_control es_item = ls_shp_atp_item es_item_old = ls_shp_atp_item_old es_atpvbak = ls_shp_atp_vbak es_atpvbapf = ls_shp_atp_vbapf es_mat = ls_shp_atp_mat TABLES fxvbep = xvbep ftmat = lt_shp_atp_mat ftcvbap = cvbap fxekpo = xekpo fxeket = xeket fxlips = xlips fptekpo = lt_shp_atp_ekpo fpteket = lt_shp_atp_eket CHANGING cs_tvlp = tvlp.

LE_ATP_INT_MAP_DEL_TO_ATP CALL FUNCTION 'LE_ATP_INT_MAP_DEL_TO_ATP' EXPORTING is_likp = likp is_lips = lips read_prosa = charx TABLES fxvbep = xvbep ftmat = lt_shp_atp_mat ftcvbap = cvbap.

LE_ATP_CHECK_SINGLE CALL FUNCTION 'LE_ATP_CHECK_SINGLE' EXPORTING is_item = ls_shp_atp_item is_item_old = ls_shp_atp_item_old is_vbapf = ls_shp_atp_vbapf is_vbak = ls_shp_atp_vbak is_i_control = ls_shp_atp_item_control is_xvbap = xvbap is_cvbap = cvbap is_mat = ls_shp_atp_mat IMPORTING es_atpcheck_item = ls_shp_atp_check_outdata ef_bedarfe_verrechnen = kz_bedarfe_verrechnen ef_rv_get_ok = lf_rv_get_ok ef_vbak_vbtyp = cvbak-vbtyp TABLES lt_xvbap = xvbap lt_cvbap = cvbap lt_mat = lt_shp_atp_mat lt_vbep = xvbep lt_vbup = xvbup lt_or_vbpa = cvbpa lt_shp_vbpa = xvbpa lt_vbfa = xvbfa lt_ekpo = lt_shp_atp_ekpo lt_eket = lt_shp_atp_eket EXCEPTIONS enqueue_fehler = 1 marc_matnr_gesperrt = 2 marc_vpmat_gesperrt = 3 OTHERS = 4.

LE_ATP_INT_MAP_ATP_TO_DEL CALL FUNCTION 'LE_ATP_INT_MAP_ATP_TO_DEL' EXPORTING is_item_outdata = ls_shp_atp_check_outdata IMPORTING es_shp_set_of_quantity = cs_quan_new CHANGING cs_lips = lips cs_lips_old = *lips cs_lipsd = lipsd.



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