Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to read data from buffer while validating in sm30

Former Member
0 Likes
656

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

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

3 REPLIES 3
Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
518

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

Read only

Former Member
0 Likes
518

Hi,

Please check with the link.

Thanks,

Neelima.