PPH_CMP_MDPS_FIELDS_DISPO 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_DISPO 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_WERKS = D .
Selection Text: P_VBBE = Display detailed error results
Selection Text: P_RESB = RESB - Reservation
Selection Text: P_PROW = PROW
Selection Text: P_PLAUF = MRP Run Type
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_MDPSX = MDPSX - Planning data
Selection Text: P_MDPSO = MDPSO - Old Procurement Prop.
Selection Text: P_MDPSL = MDPSL - Old Proc. Prop. SLoc
Selection Text: P_MDPB = MDPB - Planned indep. rqmts.
Selection Text: P_MDLPY = MDLPY - MRP schedule lines
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_LORTX = LORTX - Storage Location Table
Selection Text: P_FLTOFF = Bypass all filters
Selection Text: P_EQUPX = EQUPX -Item in quota arrangem.
Selection Text: P_EQUMX = EQUMX - Cumulated qty in quot.
Selection Text: P_EQUKX = EQUKX - Quota File Header MRP
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: Compare MRP (Single Item, single level)
Text Symbol: T03 = Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = g_user_command * IT_EXCLUDING = .
REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = lv_tabname it_events = gt_events * IT_SORT = * I_TEXT = ' ' TABLES t_outtab = it_exception * EXCEPTIONS * PROGRAM_ERROR = 1 * MAXIMUM_OF_APPENDS_REACHED = 2 * OTHERS = 3 .
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 = it_exception * 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.
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 - 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 PPH_CMP_MDPS_FIELDS - OBSOLETE - Use PPH_CMP_MDPS_FIELDS_BERID instead