2008 Jul 01 2:50 PM
Hi experts, could you tell me a function, that can read the values of TVARV table?
2008 Jul 01 2:57 PM
Hi ,
Try this FM.
RS_VARIANT_VALUES_TECH_DATA u2013 Reads variant parameters of a report
Few Related FMs
RS_VARIANT_DELETE u2013 Deletes a variant from a program
RS_VARIANT_EXISTS u2013 Checks whether a variant exists for a report
RS_VARIANT_TEXT u2013 Returns short description of variant
RS_VARIANT_CONTENTS - Values of a variant returned in a table
Regards,
Sachin M M
Edited by: Sachin Mathapati on Jul 1, 2008 7:29 PM
Hi experts, could you tell me a function, that can read the values of TVARV table?
2008 Jul 01 2:57 PM
Hi ,
Try this FM.
RS_VARIANT_VALUES_TECH_DATA u2013 Reads variant parameters of a report
Few Related FMs
RS_VARIANT_DELETE u2013 Deletes a variant from a program
RS_VARIANT_EXISTS u2013 Checks whether a variant exists for a report
RS_VARIANT_TEXT u2013 Returns short description of variant
RS_VARIANT_CONTENTS - Values of a variant returned in a table
Regards,
Sachin M M
Edited by: Sachin Mathapati on Jul 1, 2008 7:29 PM
2008 Jul 01 3:02 PM
2008 Jul 01 3:04 PM
Hello White,
You can use the following FM's:
RFC_READ_TABLE
RS_VARIANT_CONTENTS
Thanks,
Greetson
2008 Jul 01 3:19 PM
Hi experts,
How can I use the function which you mentioned, because in TVARV:
tvarv-name has a type of RVARI_VNAM (char 30).
The function expecting a VARIANT type RSVAR-VARIANT (char 14)
If I want to pass a different type to the function it will give a dump. I cannot truncate the TVARV-NAME because it can be up to 30 characters. I can pass only up to 14 characters to the function,
2009 May 21 1:54 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |