Hi
If you are on SRA004 sp level 8 ideally this error should not be coming. Could you please check and compare the function module SRA004_CREATE_TRAVEL_REQUEST with the correction instructions of note "https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/corr_instr/correction_detail.htm?_CINSTA=0120061532&_CALEID…" "2207881".
whether the following block is there.
"
* Begin CAL2207881
CALL FUNCTION 'PTRA_UTIL_BUF_TRIP_DEFAULT_GET'
EXPORTING
i_employeenumber = l_pernr
i_trip_schema = 'PL'
i_language = sy-langu
i_trip_action = 'INS'
i_trip_component = 'R'
i_trip_tcode = 'WEBR'
IMPORTING
e_head = l_head_default
EXCEPTIONS
error_occurred = 1.
IF i_general_data-timedep IS INITIAL AND l_head_default-uhrv1 IS NOT INITIAL.
i_general_data-timedep = l_head_default-uhrv1.
OVERLAY i_general_data-timedep WITH '000000'.
ENDIF.
IF i_general_data-timearr IS INITIAL AND l_head_default-uhrb1 IS NOT INITIAL.
i_general_data-timearr = l_head_default-uhrb1.
OVERLAY i_general_data-timearr WITH '000000'.
ENDIF.
* End CAL2207881
"
Regards,
Sarbjeet Singh