‎2009 Feb 24 1:12 PM
Hi all.
I am doing validations in sm30 by using events.The user is entering the data thru sm30 (multiple records at a time) Before the data gets saved into database table it might be storing in some buffer. Can you pls tell me where this data is buffered before getting saved into database table.Do we have any standard global fields which can hold the data which we entered in sm30 before saving in data base .Thanks in advance.
Kind Regards,
sami.
‎2009 Feb 24 1:16 PM
Hi
Check out the data declaration include of Function group that is created for this table in SE80.
The structures that might help you are <VIM> and likewise.
Happy Coding..
Cheers
Ravish
‎2009 Feb 24 1:16 PM
Hi
Check out the data declaration include of Function group that is created for this table in SE80.
The structures that might help you are <VIM> and likewise.
Happy Coding..
Cheers
Ravish
‎2009 Feb 24 1:17 PM
Hi Sami,
For that you have to use events for table maintanance.
have a look at following.
http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f32a9d111d1a5690000e82deaaa/frameset.htm
It might help you.
Pratik Vora
‎2009 Feb 24 1:21 PM