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

Creating Variants in Dialog Program

Former Member
0 Likes
714

Hi Experts,

I have a dialog program.On the First Screen , I need to create variants on SAVE button,ie whatever data is entered must be saved as a variant.

Does anyone know how to create variants on a dialog screen?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616

>

> Hi Experts,

>

> I have a dialog program.On the First Screen , I need to create variants on SAVE button,ie whatever data is entered must be saved as a variant.

>

> Does anyone know how to create variants on a dialog screen?

>

> Thanks.

The FM RS_CREATE_VARIANT can be used to save a variant from a dialog screen and also check this blog

3 REPLIES 3
Read only

Former Member
0 Likes
616

Hi,

You cannot create a variant to the dailog Program...intsead u can create the report program will the sceen fields and call the dailog program using call transaction passing data through BDC.

Thanks

Read only

Former Member
0 Likes
617

>

> Hi Experts,

>

> I have a dialog program.On the First Screen , I need to create variants on SAVE button,ie whatever data is entered must be saved as a variant.

>

> Does anyone know how to create variants on a dialog screen?

>

> Thanks.

The FM RS_CREATE_VARIANT can be used to save a variant from a dialog screen and also check this blog

Read only

Former Member
0 Likes
616

Hi,

Hope the following Threads will help you regarding your problem.(See viven chandar's post)

Hope it will be very helpful for you.

Thanks.

Nitesh