SAP Reports / Programs

SAPDBRECONTRACT SAP ABAP Report - documentation and ABAP source code







SAPDBRECONTRACT 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 SAPDBRECONTRACT 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 SAPDBRECONTRACT. "Basic submit
SUBMIT SAPDBRECONTRACT AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBRECONTRACT 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_OBJ_BD = D Building
Selection Text: P_OBJ_BE = D Business Entity
Selection Text: P_OBJ_PY = D Land
Selection Text: P_OBJ_RA = D Lease-Out
Selection Text: P_OBJ_RU = D Rental Unit
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_BUKRV = D Company Code
Selection Text: SO_ESMIV = D Collective Lease-Out
Selection Text: SO_GSBER = Logical Business Area
Selection Text: SO_PART1 = D Business Partner
Selection Text: SO_PART2 = D Business Partner
Selection Text: SO_RECNC = D Main contract
Selection Text: SO_RECNN = D Contract number
Selection Text: SO_RECNT = D Contract type
Selection Text: SO_ROLT1 = D Role category
Selection Text: SO_ROLT2 = D Role category
Selection Text: SO_SGENR = D Building
Selection Text: SO_SGRNR = D Land
Selection Text: SO_SMENR = D Rental Unit
Selection Text: SO_SMIVE = D Lease-Out
Selection Text: SO_SNUNR = D Usage Type
Selection Text: SO_SWENR = D Business Entity
Selection Text: P_OBJACT = D Object parameter active
Selection Text: P_HIERCH = D Hierarchy
Selection Text: P_DVON2 = D From Date
Selection Text: P_DVON1 = D From Date
Selection Text: P_DSTIC2 = D Key Date
Selection Text: P_DSTIC1 = D Key Date
Selection Text: P_DBIS2 = D To Date
Selection Text: P_DBIS1 = D To Date
Text Symbol: B01 = Object Parameters
Text Symbol: F01 = Contract Selection
Text Symbol: F02 = Select Real Estate Objects
Text Symbol: F03 = Object Type
Text Symbol: F04 = Hierarchy
Text Symbol: F05 = Status of Object Parameters
Text Symbol: P01 = Period
Text Symbol: P02 = to





Text Symbol: Q01 = Contract selections
Text Symbol: Q02 = Object selections
Text Symbol: R01 = Contract Parameters
Text Symbol: R02 = Object Parameters
Text Symbol: S01 = Selection Using Sets - Active
Text Symbol: S02 = Selection Using Sets
Text Symbol: S03 = Selection Using Sets of RE Objects


INCLUDES used within this REPORT SAPDBRECONTRACT

INCLUDE DBRECONTRACTTOP . " HEADER
INCLUDE DBRECONTRACTNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBRECONTRACTF01.


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