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

changing selection screen fields

kamali
Explorer
1,311

st13-customer defined-report-

i want to change teh feilds of selection screen in that report. I couldnt find information about the fields and all. I checked teh program its a n include which cant have text elements. in main program i checked no sign. since i am a newbie help me out. where to find the slecetuon screen feilds and modify it.

3 REPLIES 3
Read only

venkateswaran_k
Active Contributor
0 Likes
1,259

Hi kamali

You open your program in SE38. Then Goto (Tool bar) and go as below shown in image.

GoTo --> Text Elements --> Selection Texts -->

There you will see all parameters, You can change there.

Read only

0 Likes
1,259

Hi I did not see your question completely.

You are executing the t-code ST13.

Actually the program name is dynamically selected from the routine REGISTRY_GET_PROGNAME.

You debug this routine - put break point at last . get the value of the program name it return.

Then go to SE38 as mentioned above and see the selection texts.

Read only

0 Likes
1,259

in st13 , i want to change the slection screen field of a customer defined report. i dont see any text element list in that correspoding program of that report.