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

save variant from dynpro

Former Member
0 Likes
806

Hello,

I use in my report a dynpro as first screen. The user can set the parameters in this dynpro.

The customer wants load and save variants like selection-screen-standard.

How can I use the features "variant fetch" and "variant save" for my own buttons ?

Jens

Hello,

I use in my report a dynpro as first screen. The user can set the parameters in this dynpro.

The customer wants load and save variants like selection-screen-standard.

How can I use the features "variant fetch" and "variant save" for my own buttons ?

Jens

3 REPLIES 3
Read only

prasanth_kasturi
Active Contributor
0 Likes
598

hi,

I have an idea

go to a standard selection screen

then in command field give /h and press enter

then press save button (to save the variant)

debugger starts and you can see the code whats written for the variant .

and you can implement the same on your screen.

regards

prasanth

Read only

Former Member
0 Likes
598

Hello,

this is a good idea.

When the server is available, I will try this solution.

Jens

Edited by: Jens Rommel on Jul 15, 2008 2:32 PM

Read only

Former Member
0 Likes
598

I solved the problem with standard-selection-screen, because it was too moch code.