cancel
Showing results for 
Search instead for 
Did you mean: 

A ship-to party is not defined for this delivery type

former_member283640
Participant
0 Kudos

hi,

i created new delivery type,shipping point,sales organization,account group but i creat delivery VL01NO enter ship-to party error message.

A ship-to party is not defined for this delivery type

what can i do ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member283640
Participant

Dear all,

thank u so much for all replay. My problem is solved. i get reference created delivery number,customer etc. and analysis.

Set Up Partner Determination for Delivery;

Partner Determination Procedure Assignment added LF for ZMHY my created delivery

STEP1:

STEP2:

Set Up Partner Determination for Customer Master (i get reference G1)

Partner Determination Procedure Assignment added G1.

Account Groups - Function Assignment

sridhar_v
Active Contributor
0 Kudos

Hi Mustafa,

Thanks for updating your outcome which is very important for the people who would face similar situation.

Kind Regards,

Sridhar.

Answers (7)

Answers (7)

Jelena
Active Contributor
0 Kudos

Thanks for the clarification, TW.

When running 'where used' for the message VL 107 in SE91, only one hit comes up - in the include MV50AF0W. If you open this include in SE38, locate the code fragment below and set the breakpoint there, I believe it'd make it more clear what is happening exactly:


  PERFORM tpaer_select USING tvlk-pargr

                             parvw_we

                             space

                             sy-subrc.


  IF sy-subrc NE 0.

    IF kuwev-kunnr NE space.

      MESSAGE e107.

    ENDIF.

  ELSE.

Make sure to step inside the routine tpaer_select.

Based on the message itself it's pretty clear that there is some issue with the partner determination but since it's a custom delivery type it's hard to tell what exactly. I'd suggest to locate the standard type and just look at the whole configuration of delivery type and partner determination, as well as the customer master data, to see what are the differences in the custom configuration.

If something (SAP standard in this case) works and something doesn't then looking at the differences is usually a good place to start.

former_member283640
Participant
0 Kudos

Hi Atul Kumar,

i changed partner determination procedure delivery type LO,

And error message change now message  "Account group TSAD is not allowed for ship-to party"

I defined account group WE partner determination procedure.

TSAD i opened new account group, where am i check ?

Can I use Creating TSAD VD01 or XD01 ?

former_member211108
Contributor
0 Kudos

Hi Mustafa,

Either you can create the new customer with appropriate account group or you can change the account group of existing one using t code XD07.

Thanks and Regards

Atulkumar Dagade


former_member182378
Active Contributor
0 Kudos

mustafa,

Your delivery type can be assigned to LF or LO partner procedure, that does not make much different to solve this problem. So better keep it LF (as it was).

A ship-to party is not defined for this delivery type

Try with several other SH customers, in your delivery type. Do you get this message for all?

To find SH customers:

SE16N, table KNVP, PARVW = SH and give your sales area

TW

former_member283640
Participant
0 Kudos

i checks that customer and added somethings on partner determination function but dont find error the source.


maybe i'm opening delivery type do something missing ?



former_member211108
Contributor
0 Kudos

Hi Mustafa,

Only one assignment that you can change is partner determination procedure to LO and test.

Thanks and Regards

Atulkumar Dagade

former_member182378
Active Contributor
0 Kudos

mustafa,

could it be possible to delete this delivery type and create a new one by copying LO. And then testing transactions (VL01NO etc.)?

TW

former_member283640
Participant
0 Kudos

Dear all,

thank u for all reply i dont think user-exit.

i'm check it partner functions SH check out but give same error

the delete is column ?

error details screen

former_member211108
Contributor
0 Kudos

Hi Mustafa,

Couple of checks that might resolve your issue.

First of all please check that customer/ship to party in question is defined  as ship to party or not. Ship to party is must for delivery. (Xd02)

That ship to part is created in the sales area in question.

For that ship to party no delivery block is assigned (XD05)

Hope this will help you.

Thanks and Regards

Atulkumar Dagade


former_member220617
Contributor
0 Kudos

Dear Mustafa ,

you are creating Delivery with out reference to the sales order , in this scenario you check the partner determination for delivery document .

Regards,

C.B Reddy.

Jelena
Active Contributor
0 Kudos

What's the error message class / number? This might as well be some custom message from a user exit.

former_member182378
Active Contributor
0 Kudos

Jelena,

It looks like standard SAP message

https://www.consolut.com/en/s/sap-ides-access/d/s/doc/YV-VL107

TW

sridhar_v
Active Contributor
0 Kudos

Hi Mustafa,

have you done VOR1 and VOR2 ?

Go to txn code VOR1 and VOR2 and complete.

Thanks,
Sridhar.

former_member283640
Participant
0 Kudos

hi sridhar,

i check it again VOR1 & VOR2. i added Sales ORG but when enter to Ship-to party error message.

sridhar_v
Active Contributor
0 Kudos

Hi Mustafa,

Ok, can you check you incompletion procedure OVA2 for the partners

and also can you show me the screen shot of the error details?

for me I got this error in my sand box and could resolve.

and I want to see the details in the error of your.

Kind Regards,

Sridhar.