‎2010 Jan 20 11:17 AM
Hi,
I have copied QE73 and modifying the code. I am facing a problem while saving the data.
I have placed one input text box and one pushbutton.
If I enter data in text box and click the push button, the text box data should be populate in table control. upto this point ok
After populating the data while click the save button the table control data is cleared.
After populating the data, if do any single operations in table control data and click the save button, it is saving the data.
Can please provide some solution.
Thanks,
Mahahe
‎2010 Jan 20 11:29 AM
Hi Mahahe,
Did you try checking PAI of that screen in debug mode: Whether proper function code is sent on clicking of SAVE button or not in both the cases.
Regards,
Swarna Munukoti
‎2010 Jan 20 11:29 AM
Hi Mahahe,
Did you try checking PAI of that screen in debug mode: Whether proper function code is sent on clicking of SAVE button or not in both the cases.
Regards,
Swarna Munukoti
‎2010 Jan 20 12:09 PM
Hi Mahahe,
Please check when u click on SAVE button is there any clear statement
Thanks
Surendra P
‎2010 Jan 21 5:20 AM
Hi
just run the debugger and see what function code is triggered when u press save button.
Also there must be a clear statement which is clearing your data.
You will be able to find the solution on your own.
‎2010 Jan 21 5:38 AM
Hi ,
Switch on the debugger and check the flow of execution and the logic implemented in this.
When you press SAVE , check the code being executed , In this code somewhere you have refreshed the internal table that populates the table control in PBO.
Track t
‎2010 Jan 21 9:42 AM
Hi,
Just check the PAI module in debugger.
Check if there is any clear statement which clears your data
Also check that if any button is clicked, the previous OK_CODE is getting cleared or not.