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 table with thestructure RSFINDLST. There, you can also find the possible objectclasses. The object classes refer to the classes used in the Workbench. Example Usage of 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 thus specified: IMPORTING I_FIND_OBJ_CLS = 'DD_' I_SCOPE_OBJ_CLS = 'DT_' TABLES I_FINDSTRINGS = 'EXAMPLE' Although you can pass several domains, the result table O_FOUNDS doesnot make it clear which domain is used in which table. Thisfunctionality supports recursivity. |