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 maintenace-events

Former Member
0 Likes
461

Dear Freinds,

AS per my requirement in maintaining data through SM30 iam using the Table maintenace-events ( sell> Table maintance generator>Environment>Events > i hae used the Even 05 which was very helpful and iam able to get the logic and data getting

filled up on the New Entry. However now during the testing my functional says that if on new entry we are entering a value

and if he changes value it should effect the calculation part done . But the even which i have written on 05 will not trigger as he

is doing a change after he entered the value on the screen.

So if any body please let me know which event will work it would be great help.

my requirement is as follows :

When user enters a new entry and then enters inthe A & B fields and automatically it gets filled in the C field based on the addition of A & B fields it gets filled up in the C field ( due to the logic written in the 05 event).

now before they save or after saving the entry if the user tries to change the value in A or B field it should impact in C ....But this

is not happening in the Change even 05 . so requesting any body please help in which event i can obtain above requirement.

regards

divya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
413

I would suggest the following way to do it..

As you have created the table maintenanve view there is a Module pool code generated in the system..

So you can modify the PBO and PAI events of that screen...try with it...no need to use the events...

I would suggest the following way to do it..

As you have created the table maintenanve view there is a Module pool code generated in the system..

So you can modify the PBO and PAI events of that screen...try with it...no need to use the events...

2 REPLIES 2
Read only

Former Member
0 Likes
414

I would suggest the following way to do it..

As you have created the table maintenanve view there is a Module pool code generated in the system..

So you can modify the PBO and PAI events of that screen...try with it...no need to use the events...

Read only

Former Member
0 Likes
413

Hi

Use the event '01'.

Regards,

Raghu.