cancel
Showing results for 
Search instead for 
Did you mean: 

Route Maintenance problem

Former Member
0 Kudos

Dear Gurus,

I have created a new route.

When creating a shipment using VT01N, and after selecting both the carrier + the route, the system prompts me with the following message:

Route TCPS01 is not maintained in route master

1- What does that mean?

2- What is the path for me to maintain the route in the master master?

Regards

Chris

Accepted Solutions (1)

Accepted Solutions (1)

csaba_szommer
Active Contributor
0 Kudos

Is your message number /DSD/RP_MESSAGE 226?

If yes, it means you are working with direct store delivery. So, if it is true, you should have informed us about it because this is a very specific area of SAP...

If you check the the eror message in SE91 you will see that this ABAP code belongs to it:


  if vttk-route <> space.
* Tourstamm Kopfdaten
    select single * from /DSD/RP_TOH where route = vttk-route
                               and   vptyp       = gv_vptyp.
    if sy-subrc <> 0.
      set cursor field crsr_VTTK_ROUTE.
      message w226 with vttk-route.
*   Route & ist im nicht Tourstamm gepflegt
    endif.

It means that a record should exist in data table /DSD/RP_TOH (Tour Master, Header Data) for your route. Please maintain it...(transaction: /DSD/RP_TOUR ?)

Edited by: Csaba Szommer on Jan 10, 2011 9:41 AM

Former Member
0 Kudos

Hello Csaba,

My apologies for not letting you know! You are correct to say that the message of error is this one:

Message no. /DSD/RP_MESSAGE226

I do not have an ABAP guy around me until the end of the week to change this what can I do to get around this situation?

(I do not have any ABAP rights to change things).

You say that I am working on a "direct store delivery" feature, I am simply using the VT01N cockpit to process deliveries.

Are you suggesting there is a much simpler or non Service Industry feature that I could use to manage shipments?

Regards

Chris

csaba_szommer
Active Contributor
0 Kudos

Chris,

No ABAP knowledge is required to solve the problem, I just mentioned the ABAP code to support my message (the code is standard and should not be modified).

Please try to maintain the master data mentioned at the end of my previous post, and try VT01N again (restart it) - you can check an existing route which is working fine and using it as a pattern maybe you can create a new one.

Cs.

Former Member
0 Kudos

Hello Csaba,

That is a very intelligent suggestion.

I have tried with another route and it works so fine.

So I will copy and change to have the same effect.

Many thanks for your help on this

Kind regards

Chris

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Route determination : Dep zone of shipping pointtransportation zone of ship-toshipping conditions+ transportation group.

Also check the below.

shipping point determination is done. Check if that shipping point has T-zone maintained in OVXD.

customer master has the T-zone maintained in address in VD03.

shipping conditions are entered in sales order in header / item shipping data.

material has transportation grp assigned in MM03 --> sales gen data

route determination is maintained for the same combination in 0VRF.

Rgds,

Kris.