cancel
Showing results for 
Search instead for 
Did you mean: 

TRIP details - Comments field

Former Member
0 Kudos

Hi ALL

I am trying to customize TRIP request workflow . I am using Satndard Transaction 'Trip' with custom workflow .

I am unable to populate Commets field from TRIP transaction to workflow .

Is there is any standard Function Module or Bapi which can give Trip details along with comments field by passing Trip number and Emplyee number

I used 'BAPI_TRIP_GET_DETAILS' but didn't get success.

Waiting for suggestions.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I think this FM BAPI_TRIP_GET_DETAILS will be of help. You should check the TEXT Tables parameter to get the values of the comments field in TRIP Tcode.

Thanks

Arghadip

Former Member
0 Kudos

Hi,

If I remember correctly, there is no really straightforward and easy way to get those comments. You could probably try functions PTRA_WEB_EXPENSE*. Maybe PTRA_WEB_EXPENSE_FORM_DATA_GET can do the job (if this function exists in your system).

Regards,

Karri