SHP_ATP_CHECK_GROUPTEST 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 SHP_ATP_CHECK_GROUPTEST into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_control = charx if_handle = lips-handle is_v50agl = v50agl if_positionsgenerieren = ' ' if_kz_bedarfe_verechnen = charx if_kz_pos_detailbild = ' ' if_lipsd_updkz = xlips-updkz if_slips_tabix = '1' if_t185f_aktyp = 'V' if_t180_trtyp = t180-trtyp map_item = charx is_likp = likp is_lips = lips if_save_287_menge = zero_lgmng if_save_287_menge_flo = zero_lgmng_flo if_kclips_lfimg = zero_lgmng if_kclips_lgmng = zero_lgmng if_kclips_lfimg_old = zero_lgmng if_kclips_lgmng_old = zero_lgmng if_t001w_fabkl = t001w-fabkl if_besta = lf_besta map_item_old = charx is_lips_old = *lips is_likp_old = *likp if_besta_old = lf_besta_old IMPORTING es_item_control = ls_shp_atp_item_control es_item = ls_shp_atp_item es_item_old = ls_shp_atp_item_old.
LE_ATP_GET_GROUP_STACK CALL FUNCTION 'LE_ATP_GET_GROUP_STACK' TABLES et_group_stack = lt_shp_atp_grp_sort.
LE_ATP_CHECK_GROUP CALL FUNCTION 'LE_ATP_CHECK_GROUP' EXPORTING if_perform_prestep = space if_perform_check = charx if_sorted_check = charx if_simulated_check = charx is_item = lt_shp_atp_item is_i_control = lt_shp_atp_item_control is_cvbap = cvbap TABLES lt_cvbap = cvbap lt_ekpo = lt_shp_atp_ekpo lt_eket = lt_shp_atp_eket lt_item = lt_shp_atp_item lt_i_control = lt_shp_atp_item_control lt_sort = lt_shp_atp_grp_sort lt_outdata = lt_shp_atp_grp_outdata * EXCEPTIONS * ENQUEUE_FEHLER = 1 * MARC_MATNR_GESPERRT = 2 * MARC_VPMAT_GESPERRT = 3 * OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.