‎2010 Aug 27 12:59 PM
Hi
I created one screen and when I give values on screen and press enter the screen values are gettign cleared on screen .
I did not use any clear statement . Please give guidelines to this .
Thanks
‎2010 Aug 27 2:13 PM
Hi,
This may be because of following reason.
When ever you take action from module pool screen, your PAI is getting called, Say you fields name is BELNR, during PAI, the fields value transferred from screen variables to program variable. Similarly during PBO, the values getting transferred from program variable to screen variable.
During Enter , check whether your screen value is passed to program variable or not. if not that is the issue.
Second point is, You may use clear in your PAI anywhere.Debug and found that.
Thanks and Regards,
Senthil Kumar Anantham
‎2010 Aug 27 1:15 PM
Hi,
Then check you are refreshing all the screen values either in PAI or PBO. check refresh or clear statements
Regards,
Venkat Appikonda.
‎2010 Aug 27 1:30 PM
Hi Kamesh,
Put /h and press enter and see where the values are gettting cleared
i think you wiill solved query on your own once you debug the code.
Thanks and regards
Nilesh Gaikwad
‎2010 Aug 27 1:40 PM
- Did you write explicit FIELDS statements in PBO or PAI
- Did you define the dynpro fields in the program
answering these questions is going to put you on the way. (especially if answer is NO & NO)
If actual beginner, check [Screen Fields |http://help.sap.com/abapdocu_70/en/ABENABAP_DYNPROS_FIELDS.htm]
Regards,
Raymond
‎2010 Aug 27 2:13 PM
Hi,
This may be because of following reason.
When ever you take action from module pool screen, your PAI is getting called, Say you fields name is BELNR, during PAI, the fields value transferred from screen variables to program variable. Similarly during PBO, the values getting transferred from program variable to screen variable.
During Enter , check whether your screen value is passed to program variable or not. if not that is the issue.
Second point is, You may use clear in your PAI anywhere.Debug and found that.
Thanks and Regards,
Senthil Kumar Anantham
‎2010 Aug 31 9:59 AM