2010 Jun 03 8:48 AM
Hi,
I have been asked to update 180 variants of a certain program. I hoped that this could be done via a direct update in a table, but apparently variants are being stored in a structure.
I was wondering how to find out which database table(s) contain the data of this structure? Or another way of updating many variants without too much pain...
Thanks for all the help in advance!
Kind regards,
Mark
2010 Jun 03 9:05 AM
Variants are stored in VARID (header data) and VARI (actual content in compressed format).
You need function modules in group SVAR to read and change them with a little custom ABAP program.
Thomas
Variants are stored in VARID (header data) and VARI (actual content in compressed format).
You need function modules in group SVAR to read and change them with a little custom ABAP program.
Thomas
2010 Jun 03 9:05 AM
Variants are stored in VARID (header data) and VARI (actual content in compressed format).
You need function modules in group SVAR to read and change them with a little custom ABAP program.
Thomas
2010 Jun 03 9:14 AM
Hi Thomas,
I'm not an ABAP programmer, so creating a little program is no option for me.. Do you have another trick in your box to resolve my issue..
Kind regards,
Mark
2010 Jun 03 9:26 AM
Not really. Maybe try making a recording (ECATT, SHDB or so) for program RS_CHANGE_VARIANT and feed that with the program and variant names and the values to be changed.
Thomas
2010 Jun 03 10:22 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |