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: 

Variant texts

former_member299080
Participant
0 Kudos

Hi,

What does SAP have as a standard Function module to get the complete

text of a variant ? Do I have to create something myself ?

Thanks.

Marco

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you mean the description then Use FM RS_VARIANT_TEXT

Also look at se37 for all RS_VARIANT* FM's you will find what you need.

5 REPLIES 5

former_member156446
Active Contributor
0 Kudos

Tables:

VARIT Variant texts

VARID Variant directory

Edited by: Jay Sadaram on Oct 16, 2008 3:25 PM

Former Member
0 Kudos

If you mean the description then Use FM RS_VARIANT_TEXT

Also look at se37 for all RS_VARIANT* FM's you will find what you need.

0 Kudos

There is no SAP Functional module that can supply a variant field text that is longer then 45 characters. I just re-visited the Function modules that start with RS_VARIANT*.

Any suggestions?

Thanks,

Andy

0 Kudos

For field text longer than 45 char's use the IMPORT Statement.

Check rob's reply in this thread:

former_member188685
Active Contributor
0 Kudos

if you are looking for variants related to report programming then you can check the function module RS_VARIANT_INFO