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

Is it possible to save a variant in Module Pool program

Former Member
0 Likes
3,766

Hi,

We have got a requirement to save a Variant for the user selections in Module Pool Program. Is it possible to save a variant in a Module Pool Program?

Please let me know how to do that if it is possible.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,877

hi Dagny,

You can't have variants for module pool. It is possible only for selection screen.

You have following alternatives :-

1. Create a report with same selection screen as you have now in module pool.

And then make a call screen to your intial module pool.

In this way you can all the advantage of variants as well as module pool.

OR

2. Create a transaction variant using transaction SHDO.

Hope it is helpful.

and do search the form , it is already answered before.

regards

venkat

Hi,

We have got a requirement to save a Variant for the user selections in Module Pool Program. Is it possible to save a variant in a Module Pool Program?

Please let me know how to do that if it is possible.

Thanks in Advance.

5 REPLIES 5
Read only

Former Member
0 Likes
1,877

Hi,

It is Posiible ..

IF you want create Varaint for a Module pool or standard Transaction..

you Need to Go to --> T-code SHDO and create Screen Varaint or transaction Variant for the screen.

Regards,

Prabhudas

Read only

Former Member
0 Likes
1,877

Hi,

Variant saving for Module Pool is not possible. But u can use SHD0 transaction to create a variant transaction.

Amitava

Read only

0 Likes
1,877

Hi All,

Thanks for the responses, canu be more clear as to what is meant my variant transaction and how do we go about creating it?

By creating this, can we save variants for Module Pools too as we do for reports?

Please let me know.

Thanks

Read only

Former Member
0 Likes
1,878

hi Dagny,

You can't have variants for module pool. It is possible only for selection screen.

You have following alternatives :-

1. Create a report with same selection screen as you have now in module pool.

And then make a call screen to your intial module pool.

In this way you can all the advantage of variants as well as module pool.

OR

2. Create a transaction variant using transaction SHDO.

Hope it is helpful.

and do search the form , it is already answered before.

regards

venkat

Read only

Former Member
0 Likes
1,877

solvd