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

Editing previous entry in User Exit

Former Member
0 Likes
385

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?

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?

1 REPLY 1
Read only

Former Member
0 Likes
363

Hello,

According to my understanding move all the line items to one tempary internal table.

When u want to manipulate read the tempararoy internal table and modify the internal table.At the end of the modification move all temp internal table to final internal table.

If it is not solved please provide me one Example of the problem.