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

SAPICMEA SAP ABAP Report - R/3 Repository Information System: Entity type attributes







SAPICMEA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Integration of new object in the ABAP/4 Repository Information System...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPICMEA 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 SAPICMEA. "Basic submit
SUBMIT SAPICMEA AND RETURN. "Return to original report after report execution complete
SUBMIT SAPICMEA 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 = Short description
Selection Text: XCOMPO = Application Component
Selection Text: XADIR = D Package
Selection Text: MEALUSER = Last Changed By
Selection Text: MEALDATE = Changed On
Selection Text: MEAIN2 = ?...(MEAIN2)
Selection Text: MEAIN1 = ?...(MEAIN1)
Selection Text: MEAFUSER = Created By
Selection Text: MEAFDATE = Created On
Selection Text: MEADTEL = Data Element
Selection Text: LOOPC = Maximum Number of Hits
Selection Text: KEY2 = Attribute
Selection Text: KEY1 = Entity Type
Title: R/3 Repository Information System: Entity type attributes
Text Symbol: U39 = E
Text Symbol: U11 = Created on
Text Symbol: U10 = Created by
Text Symbol: U07 = Last changed on
Text Symbol: U06 = Changed By
Text Symbol: U02 = Short Description
Text Symbol: U01 = Attribute
Text Symbol: TFP = Entity Type Attr.
Text Symbol: S02 = Additional Selections
Text Symbol: S01 = Standard Selections
Text Symbol: R02 = Not inherited
Text Symbol: R01 = Inherited
Text Symbol: HDR = Attribute
Text Symbol: E01 = Settings
Text Symbol: CR2 = Entity Type Attributes
Text Symbol: CR1 = Entity Type Attributes
Text Symbol: 999 = Short Descript.
Text Symbol: 555 = Reusable
Text Symbol: 333 = Maximum No. of Hits
Text Symbol: 304 = Data Element
Text Symbol: 130 = Package
Text Symbol: 104 = Key


INCLUDES used within this REPORT SAPICMEA

INCLUDE ICMEAF01. " FORM ROUTINES FÜR SUCHEN OBJEKT




INCLUDE ICMEAF02. " FORM ROUTINES FÜR CROSSREFERENZ OBJEKT


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