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

Variant texts

former_member299080
Participant
0 Likes
952

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
Read only

Former Member
0 Likes
868

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
Read only

former_member156446
Active Contributor
0 Likes
868

Tables:

VARIT Variant texts

VARID Variant directory

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

Read only

Former Member
0 Likes
869

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.

Read only

0 Likes
868

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

Read only

0 Likes
868

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

Check rob's reply in this thread:

Read only

Former Member
0 Likes
868

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