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 complete variant Value

Former Member
0 Kudos

Hi,

We can read Variant value by using RS_VARIANT_CONTENTS.

I have to read complete variant of SAP standard program parameter which is length of char100.

By using above FM we can read upto char45.

How can i do this?

After this i have to concatenate some value to existing parameter then submit that to Report.

How can i submit this?

Thanks in Advance.

1 ACCEPTED SOLUTION

Former Member

Hi Try using FM :RS_VARIANT_FETCH

For changing you can use RS_VARIANT_CHANGE or RS_VARIANT_VALUE_SAVE.

2 REPLIES 2

Former Member

Hi Try using FM :RS_VARIANT_FETCH

For changing you can use RS_VARIANT_CHANGE or RS_VARIANT_VALUE_SAVE.

0 Kudos

This is not Helping us to read complete variant Values.

Can u suggest any other way?