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

Modification selection screen

Former Member
0 Likes
565

Hello,

I have to use submit command for my program. Can I change or customize selection-screen of called program as we do in AT selection screen output event. When I do submit it must be able to change the selection screen of the report I have called.

Regards,

Satya

4 REPLIES 4
Read only

Former Member
0 Likes
537

I do not think its possible, but someone else on the forum may have a better answer for you.

You can look at the F1 documentation for keyword SUBMIT to get a list of all additions possible with it.

Hope this helps.

Sudha

Read only

Former Member
0 Likes
537

It is not possible to change or customize the selection screen of the calling program as submit is used to call another program with the selection screen parameters.

Read only

0 Likes
537

Hi,

I found solution for this. Create a variant in the selection screen we want to customize and use this variant in submit command.

While creating variant you need to disable fields you required . ( It is possible when creating variant see down)

Regards,

Satya

Read only

Former Member
0 Likes
537

I don't think you can change the selection-screen of another program but you can define a variant and call the abap using the particular variant, which might resolve your issue.

Also, if you can specify what is exact requirement basically what part of selection-screen do you wish to change, it might be possible to give an another alternative.

<b>Thats is exactly what I had said in my reply...</b>

Message was edited by: Anurag Bankley