‎2006 Aug 23 7:01 AM
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
‎2006 Aug 23 7:07 AM
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
‎2006 Aug 23 7:07 AM
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
‎2006 Aug 23 7:12 AM
how do i avoid going to the PAI select statemt which is getting back the same values which i dont need on screen.
‎2006 Aug 23 7:14 AM
‎2006 Aug 23 7:58 AM
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
‎2006 Aug 23 7:20 AM