cancel
Showing results for 
Search instead for 
Did you mean: 

How to limit entry of Ship to party in a sales order

Former Member
0 Kudos

Dear Gurus,

My current project requires the following Scenario:

My client's requirement is that for <b>a single sold to party</b>, there need to be <b>more number of ship to parties</b>. We were able to achieve the same by <b>assigning </b> the list of all the <b>respective ship to parties in the sold to party, customer master.</b>

Now the client's requirement is that, the <b>system should not</b> let the user to enter a <b><b>ship to party</b> apart from the list maintained in Sold to part</b>y. But when we are creating the sales order, the system is letting us enter, <b>a ship to party apart from</b> what is maintained in sold to party..

Looking forward for your inputs at the earliest.

regards

Sridhar.P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

In SPRO Determine Partner determination Procedure for sales Order, jut check for ship to party partner function : what value has been maintain in the field Origin

leave the field blank or maintain c.

other wise you can make use of custome r defined user exits.

PARTNER_CUSTOMIZING_40C_XPRA

this might be useful to you in solving the problem.

thanks

deepak

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear P Gupta,

One way out can be order booking process.

While booking sales order you can enter sold to party and press enter.

This will list the ship to parties attached to that sold to party.

The user can select the ship to party from the list

This will ensure only entry of attached ship to parties.

The filed in ship to party can be made not modifiable in partner procedure.

Regards,

Jatinder Mehta

Former Member
0 Kudos

Dear Gurus,

I am awaiting for your inputs.

Thanks in advance.

Sridhar.P

Former Member
0 Kudos

Hi Gupta.,

This can be done with user exit,Discuss with your technical people & they will help out,I gone through one requirement as same as yours,Our technical people used Userexit,With which we can get a ERROR message if you add any more ship to party

Thanks & Regards

Narayana

Former Member
0 Kudos

46C: I couldn't figure out using configurations. Code your checks into EXIT_SAPLV09A_004.