Application Development 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: 

How to read variant info for a transaction

Former Member
0 Kudos

Hi,

I went through a couple of threads in this regards but could not find answer to my question. In my case I have a function module in which the logic requires me to read a variant say "Z020" in the J3AT transaction and read all the fields' values and use that in the function module.

Is there any function module available where I say read this variant name in this transaction ?

thks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Table RSRVARIANT contains values for the variant. In order to find related tables, search for RSRVARIANT* in SE11.

2 REPLIES 2

Former Member
0 Kudos

Table RSRVARIANT contains values for the variant. In order to find related tables, search for RSRVARIANT* in SE11.

0 Kudos

Hi,

Use RS_VARIANT_VALUES_TECH_DATA function module to fetch variants values.

Enter Report name which is linked to the transaction code and variant name for which you want to fetch the values. You will get all the values along with field names in VARIANT_VALUES which is tables parameter passed in to function module.

KR Jaideep,