‎2011 Aug 25 9:52 AM
Hi Experts,
I have a question regarding sets and how to find the related ABAP code where the sets is being used.
The sets has been created via trx. GS01 and these sets has been added into various ABAP program where they are called via the 'SETNAME'
i.e.: SELECT * UP TO 1 ROWS FROM SETLEAF
WHERE SETCLASS = '0000'
AND SUBCLASS = SPACE
AND SETNAME = 'ZCN_SD_SET_TPDOC_TRADE'
AND VALFROM = KOMK-AUART_SD .
How can I search using the SETNAME (ZCN_SD_SET_TPDOC_TRADE) to find the corresponding code?
Please advice thanks,
Claus,
‎2011 Aug 26 4:32 PM
go to SE38 - menu Utilities / Find in source code
in field FIND put the name of the set
click on the arrow button next to the IN PROGRAM field
specify the list of programs that you want to search into (try to be more precise than Z* in order to avoid very long time)
to do so, click on button OTHER OBJECTS and put the name (including wild cards) of the programs
finally click on FIND button
it should do the job...
‎2011 Aug 26 4:32 PM
go to SE38 - menu Utilities / Find in source code
in field FIND put the name of the set
click on the arrow button next to the IN PROGRAM field
specify the list of programs that you want to search into (try to be more precise than Z* in order to avoid very long time)
to do so, click on button OTHER OBJECTS and put the name (including wild cards) of the programs
finally click on FIND button
it should do the job...