cancel
Showing results for 
Search instead for 
Did you mean: 

TRIP_EWT

Former Member
0 Kudos

Hi,

I am wondering if someone now how to modify TRIP_EWT.

I would like to delete the "Change Approved Travel Expense Report" so the employed only could Display the trips.

I am also thinking of deleting the "Create Travel Expense Report ... With Ref."

Cheers,

Ingvar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ingvar,

Have you resolved this?let me know if you have any solution. Thanks

former_member228142
Active Contributor
0 Kudos

Hi Ingvar,

TRIP_EWT is a standard Transaction. No service file or template exists in the SAP system that can be published to ITS. TRIP_EWT is rendered by webgui, but because the EWT flag is set in se93, the header area is rendered different. If you want to modify the screens you have to either use screen painter or you have to create own templates.

Best regards,

Klaus

Former Member
0 Kudos

... and that will not work, either, because the main content of trip_ewt is an HTML page assembled completely on the backend side and then displayed inside an HTML control. No amount of template generation or screen painting will help. You will need to modify the ABAP that assembles the HTML page.

Regards,

Jan