Skip to Content
0
Former Member
Apr 22, 2009 at 09:03 AM

Editing previous entry in User Exit

22 Views

Hello ,

We are using on user exit in HR module to display employee trip data . We have for eg 5 line items in a table control on sap standard TRIP transaction .At runtime user enters data in the table control fields line by line .

When user exit is triggered every entry is processed line be line .

Now based on the 3rd entrie's some field value we need to manipulate the logic of the filed calculation of the

1st line field .

How can we achieve this ? Our problem is 1st line item fields are populated first and displayed so based on 2nd line items field value how can we manipulate first line items fields?