SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

SAPICMP SAP ABAP Report - R/3 Repository Information System: Module







SAPICMP 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 SAPICMP 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 SAPICMP. "Basic submit
SUBMIT SAPICMP AND RETURN. "Return to original report after report execution complete
SUBMIT SAPICMP 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: KEY1 = Software Module
Selection Text: LOOPC = Maximum no. of hits
Selection Text: REUSE = D Reusable
Selection Text: XADIR = D Package
Selection Text: XCOMPO = Application Component
Selection Text: XF_AZALL = ?...(XF_AZALL)
Selection Text: XF_AZNO = ?...(XF_AZNO)
Selection Text: XF_AZYES = ?...(XF_AZYES)
Selection Text: XF_BZALL = ?...(XF_BZALL)
Selection Text: XF_BZNO = ?...(XF_BZNO)
Selection Text: XF_BZYES = ?...(XF_BZYES)
Selection Text: XF_FDATE = Created On
Selection Text: XF_FUSER = Created By
Selection Text: XTEXT = Short description
Selection Text: XF_RELE = First Release
Selection Text: XF_OZYES = ?...(XF_OZYES)
Selection Text: XF_OZNO = ?...(XF_OZNO)
Selection Text: XF_OZALL = ?...(XF_OZALL)
Selection Text: XF_OBID = Transaction
Selection Text: XF_MAYES = ?...(XF_MAYES)
Selection Text: XF_MANO = ?...(XF_MANO)
Selection Text: XF_MAALL = ?...(XF_MAALL)
Selection Text: XF_LUSER = Last Changed By
Selection Text: XF_LRELE = D Last Changed in Release
Selection Text: XF_LDATE = Changed On
Title: R/3 Repository Information System: Module
Text Symbol: U29 = Function type:
Text Symbol: U28 = GUID
Text Symbol: U27 = IMG
Text Symbol: U26 = Software Module
Text Symbol: U25 = Function use:
Text Symbol: U22 = MT
Text Symbol: U21 = AL
Text Symbol: U20 = AC
Text Symbol: U19 = BL
Text Symbol: U18 = BC
Text Symbol: 333 = Max. no. of hits





Text Symbol: 555 = Reusable
Text Symbol: 999 = Short descriptn
Text Symbol: CR1 = Software Module
Text Symbol: CR2 = Modules
Text Symbol: E01 = Settings
Text Symbol: HDR = Software Module
Text Symbol: R00 = All
Text Symbol: R01 = Y
Text Symbol: R02 = No
Text Symbol: S01 = Standard selections
Text Symbol: S02 = Additional selections
Text Symbol: S16 = Online
Text Symbol: S17 = Online local
Text Symbol: S18 = Background
Text Symbol: S19 = Bckgr.-local
Text Symbol: S20 = Automatic
Text Symbol: S21 = Automatic: Local
Text Symbol: S22 = Manual
Text Symbol: S23 = Optional Function
Text Symbol: S24 = Functions
Text Symbol: S25 = Modules
Text Symbol: S27 = Scenarios
Text Symbol: TFP = Modules
Text Symbol: U01 = Processing Type
Text Symbol: U02 = Short Description
Text Symbol: U05 = Transaction(s)
Text Symbol: U06 = Changed By
Text Symbol: U07 = Chg.date
Text Symbol: U08 = FRel
Text Symbol: U10 = Created by
Text Symbol: U11 = Crtd. on
Text Symbol: U12 = OF
Text Symbol: U15 = Function ID
Text Symbol: U16 = OC
Text Symbol: U17 = OL


INCLUDES used within this REPORT SAPICMP

INCLUDE ICMPTOP.
INCLUDE ICMPSEL.
INCLUDE ICMPF01.
INCLUDE ICMPF02.





INCLUDE ICMPEVT.


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