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

Standard table for screen painter

Former Member
0 Likes
472

Hi ! :

I wish to know where is sap save data from screen painter.

i look table FELD , but isn't that i need.

when you are in se51 (screen painter) you can do a download in a txt file.

that file is generated with data from... what table?

if you can help me , thank you! and if you don't ... thank you to

regards!

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
433

Multiple tables. You can pull the definition with RS_SCREEN_IMPORT with mode 'SHOW'. If you want to see the table queries, turn on SQL trace before entering SE51 or before running that function.

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
434

Multiple tables. You can pull the definition with RS_SCREEN_IMPORT with mode 'SHOW'. If you want to see the table queries, turn on SQL trace before entering SE51 or before running that function.

Read only

Former Member
0 Likes
433

Thank You! it's all that i need.

Regards!