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

module pool

Former Member
0 Likes
1,251

hai,

my first screen is 1000 where i am giving some inputs but when i go into the next suppose 2000 and when i come back to screen 1000 i am unable to see the inputs which i gave before.

please help me out.

14 REPLIES 14
Read only

Former Member
0 Likes
1,236

Hi,

Declare the screen fields of screen 1 as global variables.

Best regards,

Prashant

Read only

Former Member
0 Likes
1,236

Hi,

Check if you are not clearing the values of the first screen elements.

If it is a table control, check whether you are modifying the corresponding internal table in pai..

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
1,236

Hi,

Have you holding your workareas. Try to hold your values in workarea.

Cheers!!

VEnk@

Read only

Former Member
0 Likes
1,236

hello raju, those variables are getting cleared either leaving to second screen or coming back to first screen.

check in those two places. dont clear there. ur problem will be solved.

Regards,

Ajay

Read only

Former Member
0 Likes
1,236

Hi,

Check ur screen layout. You need to declare ur I/O field as your work area. And also chk u r not clearing the value on first screen.

Thanks.

Nitesh

Read only

Former Member
0 Likes
1,236

Hello Raju,

check in 2 places.

1. at the time of leaving to 2nd screen

2. coming back to first screen.

dont clear the variables there.

ur problem will be solved.

Regards,

Ajay

Read only

Former Member
0 Likes
1,236

Hi Raju,

Did u check your screen layout where you need to put the same I/O field as your work area field?

Also check whether you are not clearing the work area before calling the first screen.

Thanks.

Nitesh

Read only

Former Member
0 Likes
1,236

Hi Raju,

Did u check your screen layout where you need to put the same I/O field as your work area field?

Also check whether you are not clearing the work area before calling the first screen.

Thanks.

Nitesh

Read only

Former Member
0 Likes
1,236

Hi Raju,

Did u check your screen layout where you need to put the same I/O field as your work area field?

Also check whether you are not clearing the work area before calling the first screen.

Thanks.

Nitesh

Read only

former_member206439
Contributor
0 Likes
1,236

Hi

Use

When 'BACK'.

Leave to screen 0.

It will come back to the initial screen

Read only

Former Member
0 Likes
1,236

Hi Raju,

Did u check your screen layout where you need to put the same I/O field as your work area field?

Also check whether you are not clearing the work area before calling the first screen.

Thanks.

Nitesh

Read only

0 Likes
1,236

Besides above answers, you can flag "SET" and "GET" in attribute fields on the screen-painter. In this case you won't need a global variable.

regards,

Alexandre

Read only

Former Member
0 Likes
1,236

Hi Raju,

Did u check your screen layout where you need to put the same I/O field as your work area field?

Also check whether you are not clearing the work area before calling the first screen.

Thanks.

Nitesh

Read only

Former Member
0 Likes
1,236

Hi Raju,

Did u check your screen layout where you need to put the same I/O field as your work area field?

Also check whether you are not clearing the work area before calling the first screen.

Thanks.

Nitesh