Application Development 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: 

Extract & Total internal tables using

0 Kudos

hi,

I want to access the internal tables Extract and total before PAI and change the data before it is saving in TMG.

1 ACCEPTED SOLUTION

0 Kudos

Hi Preethi,

You can do total before saving data to the database via events in table maintainance generator.

To see the events in TMG.

go to se11 --> enter table name --> utilies --> table maintainance generator

in table maintainance screen

go to environment --> modifications --> events

In this screen create new entry and write your code in 'Event 01'.

see the below link to know how to write code in TMG events.

http://wiki.scn.sap.com/wiki/display/ABAP/TABLE+MAINTENANCE+GENERATOR+and+ITS+EVENTS

Regards,

Siddhesh Satghare.

3 REPLIES 3

Former Member
0 Kudos

Can you please be specific..  about the issue you have . You want to edit values before they are saved in database , through TMG ?? . Then there are events in TMG , Please check those events.

0 Kudos

Hi Preethi,

You can do total before saving data to the database via events in table maintainance generator.

To see the events in TMG.

go to se11 --> enter table name --> utilies --> table maintainance generator

in table maintainance screen

go to environment --> modifications --> events

In this screen create new entry and write your code in 'Event 01'.

see the below link to know how to write code in TMG events.

http://wiki.scn.sap.com/wiki/display/ABAP/TABLE+MAINTENANCE+GENERATOR+and+ITS+EVENTS

Regards,

Siddhesh Satghare.

0 Kudos

hi Siddhesh,

Thank you, trying with events.