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

Problem in Holding screen-field data

Former Member
0 Likes
903

Hi all,

In Module Pool , When i enter the value in a screen field and

then press enter ,value is automatically cleared .

Its Not Able to hold the data .

what can be the problem.

Kindly Suggest.

Thanks in advance.

Hi all,

In Module Pool , When i enter the value in a screen field and

then press enter ,value is automatically cleared .

Its Not Able to hold the data .

what can be the problem.

Kindly Suggest.

Thanks in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
867

Hi,

Use input/Output field instead of input field.

Read only

Former Member
0 Likes
867

In PBO you have to modify the screen field work area. then only it will be available.

You can debug and see, where this is getting cleared.

Read only

Former Member
0 Likes
867

Hi,

check in PAI and PBO whether you are clearing that variable.

Read only

Former Member
0 Likes
867

Hi...

In the screen attributes, please check the checkbox - Hold Data and check if it works

Read only

Former Member
0 Likes
867

thanks