2006 Oct 10 7:09 AM
What is varient table name.
i need to update varient every time i have executed tha report.
How can i do it?
What is varient table name.
i need to update varient every time i have executed tha report.
How can i do it?
2006 Oct 10 7:12 AM
Hi,
use fm's from function froup SVAR
e.g. RS_VARIANT_CHANGE
A.
Message was edited by: Andreas Mann
2006 Oct 10 7:14 AM
You can use this FM to create the variant again
<b>end-of-selection.</b>
CALL FUNCTION 'RS_CREATE_VARIANT'
EXPORTING
CURR_REPORT = CURR_REPORT
CURR_VARIANT = CURR_VARIANT
VARI_DESC = VARI_DESC
TABLES
VARI_CONTENTS = VARI_CONTENTS
VARI_TEXT = VARI_TEXT
VSCREENS = VSCREENS
EXCEPTIONS
ILLEGAL_REPORT_OR_VARIANT = 1
ILLEGAL_VARIANTNAME = 2
NOT_AUTHORIZED = 3
NOT_EXECUTED = 4
REPORT_NOT_EXISTENT = 5
REPORT_NOT_SUPPLIED = 6
VARIANT_EXISTS = 7
VARIANT_LOCKED = 8
ERROR_MESSAGE = 9
OTHERS = 10.
2006 Oct 10 7:16 AM
Just FYI, Variants will be stored in table VARID.
Kind Regards
Eswar
2006 Oct 10 7:17 AM
Hi,
various tables associated with the variants are :
VAR
VARID
VARIS
Go to SE11 & do a search for VAR*. This will give u all the tables associated with variants.
Regards..
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |