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

Table maintenance events

Former Member
0 Likes
976

Hi Experts,

I have a requirement to create a Table maintenance events,

have referd some documents and now i know how to do it.

Later have successfully added my logic in table events but when i try to save it, a window pop's up asking for a request(This window is a standard maintenance view V_TVIMF(name) 'FORM routines to be called from view maintenance'(Desc)).

Can anyone please help/tell me should i save this main.view in my request. am doing this for the first time, dont know why its coming.

Hi Experts,

I have a requirement to create a Table maintenance events,

have referd some documents and now i know how to do it.

Later have successfully added my logic in table events but when i try to save it, a window pop's up asking for a request(This window is a standard maintenance view V_TVIMF(name) 'FORM routines to be called from view maintenance'(Desc)).

Can anyone please help/tell me should i save this main.view in my request. am doing this for the first time, dont know why its coming.

6 REPLIES 6
Read only

Former Member
0 Likes
886

Hi,

Just save it in your request.

REWARD IF USEFUL

Read only

Former Member
0 Likes
886

Find out the request in which your original changes for table maintenance events are stored and then add this request no. into this pop-up box. You can get the request no. of your table maintenance using transaction SE01 or in SE11 write ur table name, disply it. then it menu bar Utilities>Versions>Version Management you will get the request no..

Let me know if any doubts.

Also please have a look at below link for any details related to tabel maintenance.

[Events in Table Maintenance|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc]

I hope it helps.

Thanks,

Vibha

Please mark all the useful answers

Read only

0 Likes
886

First of all thanks for the reply, The window which pop's up is not the for the table insted its asking for the main.view

'V_TVIMF' Please check this once in SE11, I need to TP my changes to production, so need to make sure should it be included in TP, Please suggest, presently its showstopper for my requirement.

Read only

0 Likes
886

Hi i found the answer for my Question,

its simple, save the main.view V_TVIMF in the request.

its is just a view created for the extended main.veiw for the events the you add.

Read only

Former Member
Read only

former_member784222
Active Participant
0 Likes
886

Hi,

The changes are logged using the transport request. If your changes needs to be transported to production environment, you can just export and import the request. You need not create the event all together again in the production environment.

Thanks and regards,

S. Chandra Mouli