cancel
Showing results for 
Search instead for 
Did you mean: 

Please specify an external number while creating Travel request

Anwar20
Active Participant
0 Kudos

Dear Experts.

I am trying to create travel request (T code - trip).After providing all the data, when i am trying to save the travel request, then getting below error

Please specify an external number

Note: My number range is internal setting.even in the schema level number range is internal number range.

Most important point here, in travel management  we cant use external number range , it should always be internal number range.

Kindly help .

best regards

Anwar

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Anwar,

I had a look into the system and found that we actually do have

a functional limitation of external number assignment not being

possible for travel request and plan.

I would request to therfore remove the customizing of external number

assignment from schema PL to avoid the error.

Sorry.

Best regards

Klaus

Anwar20
Active Participant
0 Kudos

Hi Klau

we are not using  schema PL , we have only mainted number ranges in pr10 . which are internal , is there some else i need to maintained ?

0 Kudos

Hello Anwar,

if you create a travel request via transaction trip:

Please set a Breakpoint in Include TRIP_WISH_4000_F01 at line

(at the end of the Include)

SELECT SINGLE * FROM  t706s INTO wa_t706s.

WHERE morei  = p_morei

AND   schem  = schem.

...

Please check after the SELECT statement the value of wa_t706s-schem. In the standard you will have here trip scheme 'PL'. This trip scheme will be always taken for travel request if you cretae the TRrequest  via 'TRIP' per default.

Alternative: If you use transaction PR05 and save your business trip as request

(not via the 'save' icon- use instead the button 'trip status').  Does the error message occur too?

BR

Klaus

Anwar20
Active Participant
0 Kudos

Hi

This error has been resolved . So i am closing this post.

Answers (0)