SAP Reports / Programs

SAPICDU_ SAP ABAP Report - Report SAPICDU_







SAPICDU_ 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 SAPICDU_ 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 SAPICDU_. "Basic submit
SUBMIT SAPICDU_ AND RETURN. "Return to original report after report execution complete
SUBMIT SAPICDU_ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Reusable
Selection Text: XTEXT = D .
Selection Text: XCOMPO = Application Component
Selection Text: XADIR = D .
Selection Text: REUSE = D .
Selection Text: LOOPC = D .
Selection Text: KEY1 = Database Procedure Proxy
Selection Text: DU_CR_ON = Created on
Selection Text: DU_CR_BY = Created by
Selection Text: DU_CR_AT = Created at
Selection Text: DU_CH_ON = Changed on
Selection Text: DU_CH_BY = Changed by
Selection Text: DU_CH_AT = Changed at
Title: Report SAPICDU_
Text Symbol: TFP = DB Procedure Proxies
Text Symbol: S02 = Additional selections
Text Symbol: S01 = Standard selections
Text Symbol: HDR = DB Procedure Proxy
Text Symbol: E01 = Settings
Text Symbol: CR2 = Database Procedure Proxies
Text Symbol: CR1 = Database Procedure Proxy
Text Symbol: 999 = Short Descript.
Text Symbol: 555 = Reusable
Text Symbol: 333 = Max. no. of hits
Text Symbol: 211 = Proxy
Text Symbol: 210 = DB Proxy
Text Symbol: 206 = Created at
Text Symbol: 205 = Created by
Text Symbol: 204 = Created on
Text Symbol: 203 = Changed at
Text Symbol: 202 = Changed by
Text Symbol: 201 = Changed on
Text Symbol: 106 = My own attribute
Text Symbol: 105 = Package
Text Symbol: 104 = Short Descript.


INCLUDES used within this REPORT SAPICDU_

INCLUDE ICDU_TOP.
INCLUDE ICDU_SEL.
INCLUDE ICDU_F01.




INCLUDE ICDU_F02.
INCLUDE ICDU_F03.
INCLUDE ICDU_F04.
INCLUDE ICDU_EVT.


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