SAP Reports / Programs

SAPDBCCLDB_AENR SAP ABAP Report - Log. Database CCLDB_AENR : Database Program







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


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 SAPDBCCLDB_AENR. "Basic submit
SUBMIT SAPDBCCLDB_AENR AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBCCLDB_AENR 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: 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





Selection Text: GS_STOBJ = D Standard Object
Selection Text: GD_DOKAR = Document Type
Selection Text: GD_DOKNR = Document Number
Selection Text: GD_DOKTL = Document Part
Selection Text: GD_DOKVR = D Document Version
Selection Text: GE_EQUNR = D Equipment
Selection Text: GE_STLAN = D BOM Usage
Selection Text: GE_WERKS = D Plant
Selection Text: GK_MATNR = D Material
Selection Text: GK_STLAN = D BOM Usage
Selection Text: GK_VBELN = D Sales Order
Selection Text: GK_VBPOS = D Position
Selection Text: GK_WERKS = D Plant
Selection Text: GM_MATNR = D Material
Selection Text: GM_STLAN = D BOM Usage
Selection Text: GM_WERKS = D Plant
Selection Text: GP_MATNR = D Material
Selection Text: GP_PSPNR = D WBS Element
Selection Text: GP_STLAN = D BOM Usage
Selection Text: GP_WERKS = D Plant
Selection Text: GS_STLAN = D BOM Usage
Title: Log. Database CCLDB_AENR : Database Program
Text Symbol: 001 = Change Requests in Status ...
Text Symbol: 002 = Change Orders in Status ...
Text Symbol: 009 = Additional Selection Option
Text Symbol: 010 = Output
Text Symbol: 011 = Object Management Record
Text Symbol: 012 = Customer Selection
Text Symbol: 013 = Material Master
Text Symbol: 014 = Routing
Text Symbol: 015 = Document
Text Symbol: 016 = Material BOM
Text Symbol: 017 = Document Structure
Text Symbol: 018 = Equipment BOM
Text Symbol: 019 = Order BOM
Text Symbol: 020 = WBS BOM
Text Symbol: 021 = Standard BOM
Text Symbol: 022 = Functional Location BOM
Text Symbol: 030 = Or





INCLUDES used within this REPORT SAPDBCCLDB_AENR

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


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