SAPDBCCLDB_AENR 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 SAPDBCCLDB_AENR 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: GS_WERKS = D Plant
Selection Text: GT_STLAN = D BOM Usage
Selection Text: GT_TPLNR = D Functional Location
Selection Text: GT_WERKS = D Plant
Selection Text: G_ANNAM = D Created By
Selection Text: G_CHG_NR = D Change Number
Selection Text: G_DATUV = D Valid From
Selection Text: G_DOKAR = D Document Type
Selection Text: G_DOKNR = D Document
Selection Text: G_DOKTL = D Document Part
Selection Text: G_DOKVR = D Document Version
Selection Text: G_MATNR = D Material
Selection Text: G_PLMATN = D Material
Selection Text: G_PLNNR = D Task List Group
Selection Text: G_PLNTY = D Task List Type
Selection Text: G_PLPLNT = D Plant
Selection Text: G_VARIA = Customer Variant
Selection Text: P_OICLOS = Completed
Selection Text: P_OILOCK = Locked
Selection Text: P_OISREL = Released
Selection Text: P_OIUNCO = Incomplete
Selection Text: P_OMRAND = AND Operation
Selection Text: P_OMROR = OR Operation
Selection Text: P_OMRSEL = With Object Management Records
Selection Text: P_OOBCHG = Object Changes Completed
Selection Text: P_OOBERR = Incorrect Object Changes
Selection Text: P_OOBPCL = Obj. Changes Partly Completed
Selection Text: P_OOBREL = Object Changes Released
Selection Text: P_RCHCKD = Checked
Selection Text: P_RICONV = Converted
Selection Text: P_RILOCK = Locked
Selection Text: P_RIREJC = Rejected
Selection Text: P_RISAPP = Approved
Selection Text: P_ROBJOK = Objects Checked
Selection Text: P_ROPEN = Created
Selection Text: P_RTOCHK = To Be Checked
Selection Text: P_SELSCH = Status Selection Profile
Selection Text: P_SWITCH = Additional Selection Option
INCLUDE DBCCLDB_AENRTOP . " HEADER
INCLUDE DBCCLDB_AENRNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBCCLDB_AENRF001 . " GEN. CONTROLLING ROUTINE
INCLUDE DBCCLDB_AENRF002 . " DB ROUTINES FOR ECN
INCLUDE DBCCLDB_AENRF003 . " DB ROUTINES FOR OMR
INCLUDE DBCCLDB_AENRF004 . " INT. ROUTINES FOR ECN
INCLUDE DBCCLDB_AENRF005 . " INT. ROUTINES FOR OMR
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.
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 SAPDBCCLDB_AENR or its description.