‎2010 May 04 9:44 AM
Hi,
i created one screen in MP with SAVE button when i enter data in data input fileds in the screen and click save button function key it shd save in my Transparent table which i created ,can any one had idea,
thanx in advance
‎2010 May 04 9:53 AM
Hi,
Data does not get updated just by making the SAVE button. You need to code for updating your tables in order to SAVE data there.
Write your code when the SAVE event gets triggered.
Revert in case i was not clear.
Thanks,
Daya
‎2010 May 04 9:58 AM
‎2010 May 04 10:03 AM
Hi,
You can use UPDATE, MODIFY keywords for this.
Please read F1 help provided for these keywords or search SDN for this.
Also note that you must first lock (En queue) your table update the database and then De queue it to avoid data inconsistencies.
Hope this may help you.
Thanks,
Daya.
‎2010 May 04 10:10 AM
Hi,
Please See the SCN Forum Rules Before Posting.
With Regards,
Sumodh.P
‎2010 May 04 9:57 AM
Hi,
First assign a Function code for the SAVE button in the menu/gui status
In the PAI of the screen, check the Function code , If it is equal to Save, Write the logic in the PAI module to update the transparent table
Hope this helps
Regards
Shiva
‎2010 May 04 10:00 AM
Hi,
I think you are not implementing code for SAVE operation in PAI event.
Cheers
VJ