SAP Reports / Programs | Production Planning and Control | Material Requirements Planning(PP-MRP) SAP PP

PPH_CMP_MDPS_FIELDS_DISPO SAP ABAP Report - Compare MRP (Single Item, single level)







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


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_DISPO. "Basic submit
SUBMIT PPH_CMP_MDPS_FIELDS_DISPO AND RETURN. "Return to original report after report execution complete
SUBMIT PPH_CMP_MDPS_FIELDS_DISPO 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_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





Text Symbol: T02 = Filter
Text Symbol: T01 = Selection
Text Symbol: C01 = Missing row
Text Symbol: 002 = Milisecs.
Text Symbol: 001 = Performance


INCLUDES used within this REPORT PPH_CMP_MDPS_FIELDS_DISPO

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:

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.



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