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. |