SAP Reports / Programs

PPH_CMP_MDPS_FIELDS SAP ABAP Report - OBSOLETE - Use PPH_CMP_MDPS_FIELDS_BERID instead







PPH_CMP_MDPS_FIELDS 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_CMP_MDPS_FIELDS 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 PPH_CMP_MDPS_FIELDS. "Basic submit
SUBMIT PPH_CMP_MDPS_FIELDS AND RETURN. "Return to original report after report execution complete
SUBMIT PPH_CMP_MDPS_FIELDS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_WERKS = D .
Selection Text: P_VBBE = Display detailed error results
Selection Text: P_RESB = RESB - Reservation
Selection Text: P_PROW = PROW
Selection Text: P_PLAF = PLAF - Planned order
Selection Text: P_NONAGG = Read non aggregated from HDB
Selection Text: P_MSSQ = MSSQ - Project stock
Selection Text: P_MSSL = MSSL
Selection Text: P_MSSA = MSSA - Indiv. customer stock
Selection Text: P_MSPR = MSPR - Project stock total
Selection Text: P_MSKA = MSKA - Customer Order on hand
Selection Text: P_MDUR = MDUR - Stock transfer res.
Selection Text: P_MDUB = MDUB - Stock Tr. for Rel. Ord.
Selection Text: P_MDUA = MDUA - Stock Tr. for Rel. Ord.
Selection Text: P_MDRELA = MDRELA - Delivery return
Selection Text: P_MDQM = MDQM - Inspection lot
Selection Text: P_MDPB = MDPB - Planned indep. rqmts.
Selection Text: P_MDLABS = MDLA_BS - Disp. notification
Selection Text: P_MDBSBS = MDBS_BS - Purchase order item
Selection Text: P_MATNR = D .
Selection Text: P_MARD = MARD - Stock
Selection Text: P_FLTOFF = Bypass all filters
Selection Text: P_EBAN = EBAN - Purchase requisition
Selection Text: P_DISPO = D .
Selection Text: P_DETAIL = Display detailed error results
Selection Text: P_BERID = MRP Area
Selection Text: P_AFPO = AFPO - Production order
Title: OBSOLETE - Use PPH_CMP_MDPS_FIELDS_BERID instead
Text Symbol: T03 = Options
Text Symbol: T02 = Filter
Text Symbol: T01 = Selection
Text Symbol: C01 = Missing row


INCLUDES used within this REPORT PPH_CMP_MDPS_FIELDS

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:

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.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = g_pf_status_set i_callback_user_command = g_user_command * I_STRUCTURE_NAME = * IS_LAYOUT = it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = it_events = gt_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_exception EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = g_user_command * I_STRUCTURE_NAME = * IS_LAYOUT = it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = it_events = gt_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = lt_statistic EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 4 IMPORTING et_events = rt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.



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