2008 Jan 24 5:09 PM
Which SAP table saves the report variant details like sign,high and low value ?
VARID saves the variant details but does not save the sign,low & high value
Thanks®ards,
Jagan.
2008 Jan 24 5:44 PM
It looks like all the data is stored in VARI but in an encoded format in
field CLUSTR.
Just set a breakpoint where your program selects from table VARI and
find out how it parses the CLUSTR field into your
select-options/parameters.
Cheers,
Chaitanya.
Which SAP table saves the report variant details like sign,high and low value ?
VARID saves the variant details but does not save the sign,low & high value
Thanks®ards,
Jagan.
2008 Jan 24 5:44 PM
It looks like all the data is stored in VARI but in an encoded format in
field CLUSTR.
Just set a breakpoint where your program selects from table VARI and
find out how it parses the CLUSTR field into your
select-options/parameters.
Cheers,
Chaitanya.
2008 Jan 24 5:49 PM
The data of the variant is stored in table VARI (cluster/pool table) to read or update the data use the function modules of group SVAR,
Tables
Header VARID "Variant directory"
Text VARIT "Variant texts"
Data VARI "ABAP/4: Variant storage (similar to INDX)"
Function Modules
RS_VARIANT_LIST
RS_VARIANT_CHANGE
RS_VARIANT_CONTENTS
RS_VARIANT_COPY.
etc.
Regards
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |