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

How to save a varaints in module pool programming

Former Member
0 Likes
764

Hi All,

How to save a varaints in module pool programming.

Thanks in Advance.

GS.

Hi All,

How to save a varaints in module pool programming.

Thanks in Advance.

GS.

5 REPLIES 5
Read only

Former Member
0 Likes
681

Hi,

You can use /nSHDS to create a variant for your transaction.

cheers,

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
681

Hi,

Module pool programs cannot have selection screens.

If there is selection screen,then only you can create a variant.

Hope this answers your question.

Read only

Former Member
0 Likes
681

Hello Gaurav,

You can create variants only for selection screens. You cannot create variants for Module Pool Programming...

Regards

anshu

Read only

Former Member
0 Likes
681

Hi,

You can create the 'Parameter Transaction' so that whenever you run the particular transaction it will run with the initial value given when the Tcode was created and hence you can skip the initial screen of the module pool program.

To create Parameter transaction from SE93 you have to choose the last option i.e Parameter Transaction.

Hope this clarifies.

Rgds,

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
681

Hi,

Forgot my previous reply.

Just now I checked.

Create transaction[say.,zzz_test1] using SE93 [choose the option Program and screen] for your module pool program.

Then use SHDS transaction to create a variant[say zzz_v1] for the transaction you created above.

Then use SE93 [choose the option Transaction with Variant] to create another transaction zzz_test2 by mentioning the module pool program name and zzz_test1 transaction which you created and zzz_v1 variant which you created.

Then if you run the transaction ZZZ_test2,then you can see the variant values.

I created just now all these and it works.

Hope this is clear.

If not,get back.