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 set table

Former Member
0 Likes
1,976

hi all,

Could anyone tell me what's the basic set table's name? In another way, use T-code GS03, it displays basic set, the table's name displayed the set content is what i want to know.

Thanks very much!

Drizzt.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,470

Hello Drizzt

The set headers can be found in table <b>SETHEADER</b>. FI-SL settables can be found in <b>T800S</b> (T800Y contains the texts).

Regards

Uwe

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,471

Hello Drizzt

The set headers can be found in table <b>SETHEADER</b>. FI-SL settables can be found in <b>T800S</b> (T800Y contains the texts).

Regards

Uwe

Read only

0 Likes
1,470

thank you very much! Your kindly answer help me a lot!

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,470

Hello Drizzt

There are two tricks to find DB tables. If you have a search help (like in the case of the sets) then call the context menu (right-click) on the search help list and choose <b>"Technical Info"</b>. If the search help is based on DDIC search help then you can check the selection method of it.

However, in your case the search help list is based on an internal table. Therefore, I simply I performed a <b>trace</b> (transaction <b>ST05</b>) to see which table are read and used to fill the itab for the search help.

Regards

Uwe