Hi!
I'm having some trouble creating a program which does the following:
1. The variant of a program is uploaded in an internal table
2. The internal table is modified (to change the parameters in the variant content)
3. The variant has to be saved
I used function RS_VARIANT_VALUES_TECH_DATA to upload the variant data in an internal table. The problem is when I want to save those values I modified, I cannot find any function to save it.
I took a look at this post:
name-of-table-that-stores-individual-variant-field
but I still cannot figure out a way to save them
Do you know a way to solve this problem? Thanks!
Edited by: Pablo Oscar Felitti on Feb 12, 2009 6:31 PM