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

Problem with Transaction Variant

Former Member
0 Likes
383

hi all,

I have to call standard transaction SM37 with some parameter values so that i m trying to make transaction variant in SHD0 but problem is that if i activate this variant then it reflects in standard transaction(SM37) also, while i need this variant must be applicable in my Z program only.

can anyone please help me?

regards.

2 REPLIES 2
Read only

Former Member
0 Likes
335

Hi,

This may happen because of the values of the parameters which you are providing, are not valid or not existing.

Check these values.

Read only

rvinod1982
Contributor
0 Likes
335

Hi,

The transaction variant created by SHD0 when activated will change the display of tcode SM37, irrespective of whether it is called directly or from a Z program. If you are calling SM37 from Z program, try

SUBMIT SAPLBTCH VIA SELECTION-SCREEN WITH SELECTION-TABLE rspar_tab AND RETURN.