Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Variant for Module Pool Screen with Table Control

Former Member
0 Likes
706

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

4 REPLIES 4
Read only

former_member187748
Active Contributor
0 Likes
614

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))

SAP Library - ABAP Workbench: Tools

Read only

Former Member
0 Likes
614

hi Sridhar

Sanjeev is right, and some source code you can refer this, http://scn.sap.com/docs/DOC-27331

regards,

Archer

Read only

Former Member
0 Likes
614

Hello All,

More info pls... will table control data be saved in variant ????

Thanks,

Sridhar

Read only

0 Likes
614

Do you check that link i mentioned, it seems conform to your requirement, save table control data in variant.  Any question?