‎2014 Apr 09 6:58 AM
Hello All,
I have module pool screen, which contains editable table control, radio buttons, Paramters etc.
Now the customer is asking for saving the data as a variant, how do I achieve this functionality ???
Please give some example programs or some useful link.
Thanks,
Sridhar
‎2014 Apr 09 7:06 AM
Hi Sridhar,
have you searched this forum for your queries , there are some function module which you can use
RS_CREATE_VARIANT
RS_RWSET_SAVE_VARIANT
you can refer these thread of wiki help for bettter understanding.
Transaction Variants and Screen Variants (SAP Library - Changing the SAP Standard (BC))
‎2014 Apr 09 7:39 AM
hi Sridhar
Sanjeev is right, and some source code you can refer this, http://scn.sap.com/docs/DOC-27331
regards,
Archer
‎2014 Apr 10 12:49 PM
Hello All,
More info pls... will table control data be saved in variant ????
Thanks,
Sridhar
‎2014 Apr 10 12:57 PM
Do you check that link i mentioned, it seems conform to your requirement, save table control data in variant. Any question?