SAP Reports / Programs

SAPDBIDFPLUS SAP ABAP Report - Real Estate logical database







SAPDBIDFPLUS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Database for Real Estate Features: The VIGETTAB field string determines if other GET time points should be used in addition to those in 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 SAPDBIDFPLUS 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 SAPDBIDFPLUS. "Basic submit
SUBMIT SAPDBIDFPLUS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBIDFPLUS 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_SGENR = Building
Selection Text: P_SGRNR = Property
Selection Text: P_SMENR = Rental unit
Selection Text: P_SMIVE = Lease-out
Selection Text: P_SWENR = Business entity
Selection Text: SO_BUKRS = Company code
Selection Text: SO_BUKVW = Company code
Selection Text: SO_DFAEL = Due Date
Selection Text: SO_EMPSL = Settlement unit
Selection Text: SO_ESMIV = Collective lease-out
Selection Text: SO_GSBER = Business area of BE
Selection Text: SO_KOSTL = Cost center vac./own usage
Selection Text: SO_PARTN = Partner
Selection Text: SO_ROLTP = Role
Selection Text: SO_SGENR = Building
Selection Text: SO_SGRNR = Property
Selection Text: SO_SMENR = Rental unit
Selection Text: SO_SMIVE = Lease-out
Selection Text: SO_SNKSL = Service charge key
Selection Text: SO_SNUNR = Usage type
Selection Text: SO_SVWNR = Management contract
Selection Text: SO_SWENR = D Business entity
Selection Text: P_SELSCH = Select.profile object status
Selection Text: P_KSTART = Type of cost center
Selection Text: P_JNOUEB = Exclude cross-BE SUs
Selection Text: P_DVON = From Date
Selection Text: P_DSTICH = Key date
Selection Text: P_DBIS = To Date
Selection Text: P_BUKRS = Company Code
Selection Text: P_ABBLN = Settlement Identification
Title: Real Estate logical database
Text Symbol: 001 = Standard selection screen with select opt
Text Symbol: 010 = Company code: parameters, rest select options
Text Symbol: 020 = Mgmnt contract with status selection (status selection via TABLES VIOB01)
Text Symbol: 030 = Selection schema obj. status
Text Symbol: 031 = All objects
Text Symbol: 032 = Special status
Text Symbol: 033 = Standard select.





Text Symbol: 034 = -> Status
Text Symbol: 100 = Object key for an object as parameter
Text Symbol: 102 = Object key for 2 objects (for comparison)
Text Symbol: 201 = Select Real Estate Objects
Text Symbol: P01 = Period
Text Symbol: S01 = Selection via sets - active
Text Symbol: S02 = Selection via sets


INCLUDES used within this REPORT SAPDBIDFPLUS

INCLUDE DBIDFPLUSTOP.
INCLUDE DBIDFPLUSO00.
INCLUDE DBIDFPLUSI00.
INCLUDE DBIDFPLUSFPT.
INCLUDE DBIDFPLUSFAU.
INCLUDE DBIDFPLUSF00.
INCLUDE DBIDFPLUSFCO.
INCLUDE DBIDFPLUSFCR.


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