SAP Reports / Programs

SAPDBIDF SAP ABAP Report - Real Estate Logical Database







SAPDBIDF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Complete database for Real Estate Features: Using the VIGETTAB field string, you can decide if you will implement GET events to the GETs that correspond to the database hierarchy...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPDBIDF 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 SAPDBIDF. "Basic submit
SUBMIT SAPDBIDF AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBIDF 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_KSTART = D Cost Center Category
Selection Text: P_JNOUEB = Exclude cross-BE SUs
Selection Text: P_DVON = D Date from
Selection Text: P_DSTICH = D Key date
Selection Text: P_DBIS = D Date to
Selection Text: P_BUKRS = D Company code
Selection Text: P_ABBLN = Settlement Identification
Selection Text: P_SELSCH = Select.profile object status
Selection Text: SO_SWENR = D Business entity
Selection Text: SO_SVWNR = D Management contract
Selection Text: SO_SNUNR = D Usage type
Selection Text: SO_SNKSL = D Service charge key
Selection Text: SO_SMIVE = D Lease-out
Selection Text: SO_SMENR = D Rental unit
Selection Text: SO_SGRNR = D Property
Selection Text: SO_SGENR = D Building
Selection Text: SO_ROLTP = Role
Selection Text: SO_PARTN = Partner
Selection Text: SO_KOSTL = Cost center vac./own usage
Selection Text: SO_GSBER = Logical business area
Selection Text: SO_GSBAE = Business area in SU
Selection Text: SO_ESMIV = D Collective lease-out
Selection Text: SO_EMPSL = D Settlement unit
Selection Text: SO_DFAEL = D Due date
Selection Text: P_SGENR = D Building
Selection Text: P_SGRNR = D Property
Selection Text: P_SMENR = D Rental unit
Selection Text: P_SMIVE = D Lease-out
Selection Text: P_SWENR = D Business entity
Selection Text: SO_BUKRS = D Company code
Selection Text: SO_BUKVW = Company code
Title: Real Estate Logical Database
Text Symbol: S03 = Selection using sets from Real Estate objects
Text Symbol: S02 = Selection via sets
Text Symbol: S01 = Selection via sets - active
Text Symbol: P02 = To
Text Symbol: P01 = Period
Text Symbol: 201 = Select Real Estate objects





Text Symbol: 100 = Object key for an object as parameter
Text Symbol: 034 = Status
Text Symbol: 033 = Standard selection
Text Symbol: 032 = Special status
Text Symbol: 031 = All objects
Text Symbol: 030 = Selection schema object status
Text Symbol: 020 = Mgmnt contract with status selection (status selection via TABLES VIOB01)
Text Symbol: 010 = Company code: parameters, rest select options
Text Symbol: 001 = Standard selection screen with select options


INCLUDES used within this REPORT SAPDBIDF

INCLUDE DBIDFTOP.
INCLUDE DBIDFO00.
INCLUDE DBIDFI00.
INCLUDE DBIDFFPT .
INCLUDE DBIDFFAU.
INCLUDE DBIDFF00.
INCLUDE DBIDFFCO.
INCLUDE DBIDFFUT.
INCLUDE DBIDFFCR.


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