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

EXPORT TO/IMPORT FROM DATABASE

Former Member
0 Likes
783

Hi,

does anyone know how to get variant contents (not using function modules) using

EXPORT TO/IMPORT FROM DATABASE....?

which ID shoud i use to get my report variant contents..?

Thanks,

Inna

6 REPLIES 6
Read only

Former Member
0 Likes
701

You cant get the variants using Export / Import

Read only

Former Member
0 Likes
701

try to analyze the function RS_VARIANT_CONTENTS

Read only

0 Likes
701

Function Module RS_VARIANT_CONTENTS cannot be used as most of our

variant content is greater than 45 chars and this FM has

limitation for 45 chars.

so now i am looking for something

<<<<

IMPORT from database vari(va) id 'xx'.

>>>>

so that if i get contents i can modify them and i can EXPORT to the database

Thanks,

Inna

Read only

Former Member
0 Likes
701

This question was discussed in this forum a few months ago. If you search using the FM name, you may be able to find it.

Rob

Read only

0 Likes
701

Here i am asking does anyone know hoe to use

EXPORT TO/IMPORT FROM DATABASE on VARI Table to get the variant contents...?

I know that we can use Functions. but due to length issue i just want read the contents from

database using the above stamt.

Read only

0 Likes
701

If I recall correctly, the poster of the other thread had the same problem as you. It mentioned that FM, so that was why I suggested using it as part of the search criteria.

Rob