PPH_CMP_MDPS_FIELDS_DISPO_COMP 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 PPH_CMP_MDPS_FIELDS_DISPO_COMP 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.
Title: Include PPH_CMP_MDPS_FIELDS_DISPO_COMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'PPH_MDPS_ABAP_EXT' TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'LORT' TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'MDLP' TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DQUP' TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DQUM' TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DQUM' TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
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_CMP_MDPS_FIELDS_DISPO_COMP - Include PPH_CMP_MDPS_FIELDS_DISPO_COMP PPH_CMP_MDPS_FIELDS_DISPO - Compare MRP (Single Item, single level) PPH_CMP_MDPS_FIELDS_DISPO - Compare MRP (Single Item, single level) PPH_CMP_MDPS_FIELDS_BERID - Compare MDPS PPH_CMP_MDPS_FIELDS_BERID - Compare MDPS PPH_CMP_MDPS_FIELDS - OBSOLETE - Use PPH_CMP_MDPS_FIELDS_BERID instead