‎2008 Oct 30 6:47 PM
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
‎2008 Oct 30 6:52 PM
‎2008 Oct 30 6:58 PM
‎2008 Oct 30 7:07 PM
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
‎2008 Oct 30 7:28 PM
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
‎2008 Oct 30 7:39 PM
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.
‎2008 Oct 30 7:42 PM
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