PPH_TEST_ACCESS_MD04_SP02 is a standard Executable ABAP Report 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 PPH_TEST_ACCESS_MD04_SP02 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.
Selection Text: P_AGGR = Aggregation
Selection Text: P_MDPS = Raw Data
Selection Text: P_BERID = D .
Selection Text: P_MATNR = D .
Selection Text: P_WERKS = D .
Title: MDPSX and MD04 for New SAP HANA Union SP02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'MDPS' i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_mdps.
MDEZX_AUFBAUEN CALL FUNCTION 'MDEZX_AUFBAUEN' EXPORTING ecm61m = gs_cm61m emdkp = gs_mdkp ecm61b = gs_cm61b emt61d = gs_mt61d TABLES mdpsx = gt_mdps mdezx = gt_mdez.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'MDEZ' i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_mdez.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPH_TEST_ACCESS_MD04_SP02 - MDPSX and MD04 for New SAP HANA Union SP02 PPH_TEST_ACCESS_MD04_SP02 - MDPSX and MD04 for New SAP HANA Union SP02 PPH_TEST_ACCESS_MD04_SP01 - MDPSX and MD04 for New SAP HANA Union SP01 PPH_TEST_ACCESS_MD04_SP01 - MDPSX and MD04 for New SAP HANA Union SP01 PPH_SET_KZAUS - Set/Reset kzaus field in RESB PPH_SET_KZAUS - Set/Reset kzaus field in RESB