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

PPH_TEST_SDM_API SAP ABAP Report - Program PPH_TEST_SDM_API







PPH_TEST_SDM_API 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_SDM_API 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_TEST_SDM_API. "Basic submit
SUBMIT PPH_TEST_SDM_API AND RETURN. "Return to original report after report execution complete
SUBMIT PPH_TEST_SDM_API 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_WKDAY = Number of workingdays
Selection Text: P_WERKS = Plant
Selection Text: P_VTWEG = Distribution Channel
Selection Text: P_VKORG = Sales Organization
Selection Text: P_SUPLST = Supply list
Selection Text: P_SPART = Division
Selection Text: P_READ = Read method
Selection Text: P_PRIO = Delivery Priority
Selection Text: P_PLAAB = MRP segment
Selection Text: P_MTART = Material Type
Selection Text: P_MATNR = Material
Selection Text: P_MATLST = Material KPI list
Selection Text: P_MAABC = ABC Indicator
Selection Text: P_LSPLST = Late supply list
Selection Text: P_LIFNR = Vendor
Selection Text: P_KUNNR = Customer
Selection Text: P_HORIZ = Display horizon
Selection Text: P_EVAL = Evaluation horizon
Selection Text: P_DISPO = MRP Controller
Selection Text: P_DEMLST = Demand list
Selection Text: P_CATEG = Customer categories
Selection Text: P_BESKZ = Procurement Type
Selection Text: P_BERID = MRP Area
Title: Program PPH_TEST_SDM_API
Text Symbol: T03 = Additional selection
Text Symbol: T02 = SDM_API Method
Text Symbol: T01 = Selection
Text Symbol: 017 = Close Available Quantities
Text Symbol: 016 = Purchase Requisition
Text Symbol: 015 = Planned Order
Text Symbol: 014 = Create Procurement Proposal
Text Symbol: 013 = Display Available Quantities
Text Symbol: 012 = Available Quantities
Text Symbol: 011 = Display Stock/Requirements List
Text Symbol: 010 = Stock/Requirements List
Text Symbol: 004 = Late Supply List
Text Symbol: 003 = Supply List
Text Symbol: 002 = Demand List





Text Symbol: 001 = Material List


INCLUDES used within this REPORT PPH_TEST_SDM_API

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:

No SAP FUNCTION MODULES are executed within this report code!



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