Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Basic sets where used.

Former Member
0 Likes
3,105

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,

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
1,928

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

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
1,929

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