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's values are too long.

Former Member
0 Kudos

Hi.

I'm using the FM "RS_VARIANT_CONTENTS" to get a certain Varinat's values.

The problem is that in the Variant I need there is a path field of 128chars long, and the VALUTAB of the FM only allows 45chars.

I Called SAP OSS but they cannot help me since this FM is not released, so they assume no liability.

Any help will be appreciated.

thanx

ayal.

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos

Ayal,

use logical path/filename (TA: FILE)

instead of real path or make your own

customer table to create short variables

Andreas