Skip to Content
0
Former Member
Jun 07, 2010 at 06:25 PM

Save custom field in Travel ABAP Web Dynpro

294 Views

Hello,

I was hoping to get some help with the a problem I am having with enhancing the travel abap web dynpro. The requirement is when a user creates a trip through the portal and they get to the very last screen the review screen that there is a custom field that needs to be saved with the other trip data. Right now I have created a custom field on the review screen in WDC FITE_VC_REVIEW. Now I need to figure out how to save this custom field with the other travel data when a person clicks on the submit for approval button. This field actually needs to be saved in the PTRV_HEAD table in the ZUSAG field. I know that the WDC is using the assistance class CL_FITE_ASSISTANCE that calls method SAVE_EXPENSE_REPORT when it is saving an expense report. This method has attribute GS_GENERAL_DATA that has the travel general data and also has the field that I need to populate. I am not sure how I can populate this field. Any ideas on how to do this.

Thank you!

Abra