SAP Reports / Programs

SAPDBRECN SAP ABAP Report - Logical Database RECN : Database Program







SAPDBRECN 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 SAPDBRECN 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 SAPDBRECN. "Basic submit
SUBMIT SAPDBRECN AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBRECN 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_SEARCH = Search Help
Selection Text: P_USECTY = Limit Contract Types
Selection Text: P_USERSP = Person Responsible
Selection Text: S_RSPCN = Person Responsible
Selection Text: P_CNTYCC = D .
Selection Text: P_CNTYDC = D .
Selection Text: P_CNTYDP = D .
Selection Text: P_CNTYLC = D .
Selection Text: P_CNTYOC = D .
Selection Text: P_CNTYRC = D .
Selection Text: P_OBJHIE = D .
Selection Text: P_PARTNR = D .
Selection Text: P_SET = D .
Selection Text: P_SETTYP = D .
Selection Text: P_SIDCN = D .
Selection Text: P_USEOBJ = D .
Selection Text: P_USEPTN = D .
Selection Text: P_USESID = D .
Selection Text: SO_IDENT = D .
Selection Text: SO_PARTN = D .
Selection Text: SO_ROLE = D .
Selection Text: S_BENOCN = D .
Selection Text: S_BUKRS = D .
Selection Text: S_CNADJT = D .
Selection Text: S_CNBEG = D .
Selection Text: S_CNEND = D .
Selection Text: S_CNTXT = D .
Selection Text: S_CNTYPE = D .
Selection Text: S_GSBER = D .
Selection Text: S_NOTPER = D .
Selection Text: S_NOTREA = D .
Selection Text: S_PRCTR = D .
Selection Text: S_RBEAR = D .
Selection Text: S_RECNNR = D .
Selection Text: P_PPARTN = Consider Partner Hierarchy
Selection Text: P_DT_TO = to
Selection Text: P_DT_FR = Contract Validity
Title: Logical Database RECN : Database Program





Text Symbol: 001 = Data is being read ...
Text Symbol: 034 = Status
Text Symbol: 035 = Display Filter
Text Symbol: 036 = Partner
Text Symbol: 037 = Object
Text Symbol: 135 = Hide Filter
Text Symbol: 235 = Filter Active
Text Symbol: F1I = Selection via Sets
Text Symbol: F1Q = Selection via Sets
Text Symbol: S01 = Contract Selection
Text Symbol: S02 = Partner Selection
Text Symbol: S03 = Report Parameters
Text Symbol: S04 = Object Selection
Text Symbol: S05 = Limit Contract Types to...
Text Symbol: S06 = Period/key date
Text Symbol: S07 = Filter
Text Symbol: S11 = Contract
Text Symbol: S12 = Partner
Text Symbol: S13 = ReportParameter 1
Text Symbol: S14 = ReportParameter 2
Text Symbol: S15 = ReportParameter 3
Text Symbol: S16 = ReportParameter 4
Text Symbol: S17 = ReportParameter 5
Text Symbol: S91 = Company Code, Contract Number, Contract Type (Tab)
Text Symbol: S92 = Company Code, Contract Number, Contract Type
Text Symbol: S93 = 200 + Partner, Object, Dateslice and Filter
Text Symbol: S94 = 200 + Object, Dateslice
Text Symbol: S95 = 200 + Object
Text Symbol: S96 = 200 + Object, Partner
Text Symbol: S99 = Empty


INCLUDES used within this REPORT SAPDBRECN

INCLUDE DBRECNF95. " SEARCH HELP FORMS


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