ATPBD001 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 ATPBD001 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ACBD - Display Shared Buffer: ATP Check
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: PA_ABAL = Compare with Database
Selection Text: PA_MARC = Compare with material master
Selection Text: PA_ROTA = Display Inconsistencies Only
Selection Text: SO_BERID = MRP area
Selection Text: SO_MATNR = Material
Selection Text: SO_MTVFP = Checking group
Selection Text: SO_WERKS = Plant
Title: ATP Server: Shared Buffer Monitor
Text Symbol: S00 = Load missing data
Text Symbol: S01 = Refresh data
Text Symbol: S02 = Display Inconsistencies Only
Text Symbol: S11 = RESB
Text Symbol: S12 = VBBE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SB_DISPLAY CALL FUNCTION 'SB_DISPLAY' EXPORTING P_MARC = PA_MARC P_RESB = PA_RESB P_RESBR = PA_RESBR P_VBBE = PA_VBBE P_VBBER = PA_VBBER P_ABAL = PA_ABAL P_ROTA = PA_ROTA TABLES P_WERKS = SO_WERKS P_MATNR = SO_MATNR P_BERID = SO_BERID P_MTVFP = SO_MTVFP.
MD_MRP_CHECK_DB_CLIENT CALL FUNCTION 'MD_MRP_CHECK_DB_CLIENT' EXCEPTIONS DIBR_NOT_ACTIVE = 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.