SAP Reports / Programs

ATPBD001 SAP ABAP Report - ATP Server: Shared Buffer Monitor







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ACBD - Display Shared Buffer: ATP Check


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


INCLUDES used within this REPORT ATPBD001

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:

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.



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