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

save variant in module pool

Former Member
0 Likes
614

Hi,

I like to save variant in module pool, where selection screen is defined in layout. So, i need to provide it the functionality like report.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

use tcode SHD0 for creating variant for u'r module pool.

S@meer

3 REPLIES 3
Read only

Former Member
0 Likes
581

use tcode SHD0 for creating variant for u'r module pool.

S@meer

Read only

0 Likes
580

By SHD0 transaction , only one can create a variant, then how to get variant.

Read only

messier31
Active Contributor
0 Likes
580

Hi,

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 SHDS.

Hope this helps you.

Enjoy SAP.

Pankaj Singh.