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 variant creating a transaction

Former Member
0 Likes
347

Hi all,

I have a problem with the creation of a transaction.

I have a report with only one parameter. I created two variant for this report and from SE38 they work fine.

Now I wanto to create a transaction for the report. When I try to search (I'm in trx SE93) a variant for the report I inserted in the above field an information popup appears, saying that any good variant exist for the report.

How is it possible?

thanks for any help

enzo

Message was edited by: In particular I've seen that the matchcode call the function module RS_VARIANT_LIST_TSTC. IF I try it from SE37, it doens't work too.

Enzo Porcasi

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
303

Are your variant system-variants? (ie beginning with CUS&)

You better use system variant cause the transactions and program are nonlocal object and you variants are (i presume) local

regards

Hi all,

I have a problem with the creation of a transaction.

I have a report with only one parameter. I created two variant for this report and from SE38 they work fine.

Now I wanto to create a transaction for the report. When I try to search (I'm in trx SE93) a variant for the report I inserted in the above field an information popup appears, saying that any good variant exist for the report.

How is it possible?

thanks for any help

enzo

Message was edited by: In particular I've seen that the matchcode call the function module RS_VARIANT_LIST_TSTC. IF I try it from SE37, it doens't work too.

Enzo Porcasi

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
304

Are your variant system-variants? (ie beginning with CUS&)

You better use system variant cause the transactions and program are nonlocal object and you variants are (i presume) local

regards