SAP Function RS_EU_CROSS -

Parameter Reference Type Length Default Optional Text
I_ACTUAL_INCLUDE 0 SPACE X
I_ANSWER 0 X Internal Use
I_EDITOR_CALL 0 ' ' X Internal use
I_EXACT_SPELLING RSEUV-TDEXACT C 1 SPACE X Internal use
I_FINDSTRING 0 X Search string
I_FIND_OBJ_CLS EUOBJ-ID C 15 Class of object to be searched
I_SCOPE_OBJ 0 SPACE X Search area
I_SCOPE_OBJ_CLS EUOBJ-ID C 15 SPACE X Class of search area
I_WITH_NEXT 0 ' ' X Internal use
I_WITH_TEXTS 0 'X' X Internal use
MONITOR_ACTIVATION 0 'X' X Internal Use
WITH_GENERATED_OBJECTS SEU_BOOL C 1 ' ' X

Parameter Reference Type Length Text
O_ANSWER 0 Internal usage
O_FCODE 0 Last function code
O_NAVIGATION 0 Internal use
O_SCOPE_OBJ_CLS EUOBJ-ID C 15

Parameter Reference Length Optional Text
I_ACTUAL_SOURCE 0 X
I_MAINPROGRAMS 0 X Internal use
I_SCOPE_OBJECTS RSFIND 133 X
I_SCOPE_OBJECT_CLS 0 X

Exception Text
ILLEGAL_OBJECT Incorrect object type ( not in Workbench )
NOT_EXECUTED Processing cancelled
NOT_FOUND Nothing found
NO_CROSS_FOR_THIS_OBJECT No usages found for this object class
OBJECT_NOT_EXIST
WRONG_TYPE Incorrect object type

Functionality
This function searches for other usages of an object. Both objectclasses are specified in the IMPORT parameters. If no object class isspecified for the search area, a selection of possible object classesis offered to the user. If there is only one possible object class,this is used in the search. The result is placed in a list, from whichyou can get other where-used lists or naviagate to the found locations.The object classes refer to the classes used in the Workbench. If noobject name is passed, the user can specify this in a subsequent dialogbox (with F4).
The function module also uses the following function modules:
1. RS_EU_CROSSREF to search for usages
2. RS_EU_CROSSREF_LIST to display the list

Example
Usage of the domain 'EXAMPLE' in tables.
Object type of domains in the Workbench is 'DD_'.
Object type of tables in the Workbench is 'DT_'.
The following IMPORT parameters are specified:
I_FIND_OBJ_CLS = 'DD_'
I_SCOPE_OBJ_CLS = 'DT_'
I_FINDSTRING = 'BEISPIEL'
You can leave I_SCOPE_OBJ_CLS blank. If you do this, the systemdisplays a tree containing all the possible usage areas for a domainand you can choose one of these.