SAPDBBAF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter SAPDBBAF 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: SO_VONPE = From period
Selection Text: SO_TABI = Table index
Selection Text: SO_SSKZF = Tax office stock ID
Selection Text: SO_SSKZB = BAV stock indicator
Selection Text: SO_SORTT = SortCat.
Selection Text: SO_SDVN = Program ID
Selection Text: SO_RTYPW = SEC
Selection Text: SO_RTYPI = RE
Selection Text: SO_RTYPG = MM
Selection Text: SO_RTYPD = PT
Selection Text: SO_KZBF = B/T stock ind.
Selection Text: SO_GJAHR = Fiscal year
Selection Text: SO_FLG_C = CO
Selection Text: SO_FLG_A = AM
Selection Text: SO_FLG_3 = Print log
Selection Text: SO_FLG_2 = FLAG
Selection Text: SO_FLG_1 = FLAG
Selection Text: SO_DATE = End of rep.period
Selection Text: SO_DATA = Start of rep.period
Selection Text: SO_BUKR = Company code
Selection Text: SO_BISPE = End
Selection Text: SO_BERDA = Start
Selection Text: SEL_BUKR = Company code
Selection Text: PA_QUART = Quarter
Title: BAV Regulatory Reporting Selection
Text Symbol: 005 = Data is incomplete due to missing authorization
Text Symbol: 004 = No partner
INCLUDE DBBAFTOP. "DATENDEFINITION
INCLUDE DBBAFINI. "INIT-VERARBEITUNG
INCLUDE DBBAFPBO. "PBO-VERARBEITUNG
INCLUDE DBBAFPAI. "PAI-VERARBEITUNG
INCLUDE DBBAFPBV. "PUT-ROUTINEN ZUM BAV
INCLUDE DBBAFPDI. "PUT-ROUTINEN ZUM IMMOBILIEN
INCLUDE DBBAFPDW. "PUT-ROUTINEN ZUM WERTPAPIERE
INCLUDE DBBAFPDD. "PUT-ROUTINEN ZUM DARLEHEN
INCLUDE DBBAFPDG. "PUT-ROUTINEN ZUM GELDHANDEL
INCLUDE DBBAFF00. "UNTERPROGRAMME DD,DW U. DI
INCLUDE DBBAFAUT. "BERECHTIGUNGSPRÜFUNG
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.