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

another window

Former Member
0 Likes
381

Hi!

How would you implemwnt that requirement:

After klicking a button there must appear another window with

the possiblity to set or chooce some values and finally returns

(after this inputs) to the main programm .

reagards

ilhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

hi,

U can design two selection-screens and u can call those screens using

CALL SELECTION-SCREEN scrno.

2 REPLIES 2
Read only

Former Member
0 Likes
357

Hi,

When you click a byutton there will be a OK_code for this, then based on that code, goto that screen, and enter the feilds, when you press OK then call the orevios screen

Regards

Sudheer

Read only

Former Member
0 Likes
358

hi,

U can design two selection-screens and u can call those screens using

CALL SELECTION-SCREEN scrno.