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

Dialog Programming

gopi_narendra
Active Contributor
0 Likes
526

Hi SDN's,

i am working on ECC6.0, and i face a peculiar problem. i clear a field value in screen X, and i presss enter. the first time values goes off and and i press enter 2nd time the value same comes back.

how is it possible to avoid this ?

Urgent HELP required please.

thanks in advance.

gopi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi Gopi,

Go to the debugging mode you would be able to find out why the values are getting populated again when you press enter after clearing the field values.

Regards

sangram

SAP consultant

5 REPLIES 5
Read only

Former Member
0 Likes
509

Hi Gopi,

Go to the debugging mode you would be able to find out why the values are getting populated again when you press enter after clearing the field values.

Regards

sangram

SAP consultant

Read only

0 Likes
508

how do i avoid going to the PAI select statemt which is getting back the same values which i dont need on screen.

Read only

0 Likes
508

put up a break-point were u need ur prog to start ...

Read only

0 Likes
508

Hi,

place the select statement in the module that handles a particulair function code, that differs from enter.

Or store the result of the select statement not in the variable of the screen field.

Hans

Read only

Former Member
0 Likes
508

HI use SUPRESS DIALOG STATEMENT

it can solve the problem