cancel
Showing results for 
Search instead for 
Did you mean: 

make 'Comments' field mandatory in create trip

Former Member
0 Kudos

Hi,

When we craete trip in transaction code 'TRIP' which is basically tcode 'TP04', we want to make the 'Comment' entry mandatory.

Please suggest how this can be done. Whether there ia any user exit or customization.

Thnaks

RR

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Please don't use TP04 directly. Instead, use TP01 or TRIP.

With regards to the "comment" field, you use the Attribute MANDATORY in the table TA20SWITCH. Please see the F1 help here.

Regards,

Raynard

Former Member
0 Kudos

Use User Exit: FITR0003

Thanks and Regards,

Former Member
0 Kudos

Hi,

I have tried this user exit, but it works for creating expenses.

But creating trip from tcode 'TRIP' internally call tcode 'tp04' and does not go to the user exit

'FITR0003'