cancel
Showing results for 
Search instead for 
Did you mean: 

Partial delieveries should not get created for a customer

Former Member
0 Kudos

Hi All ,

For a customer that denies partial deliveries to orders , we set entry in master data . But during delivery creation , this results in a warning message that is ignored by the batch job that creats deliveries .

Changing the type of message from warning to error doesn't seem to be feasible as It may affect other areas , where the same message is required as type warning only .

Please suggest any remedy for this .

Thanks .

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member209761
Active Contributor
0 Kudos

Dear asthadubey ,

I hope you have CHECK complete delivery indicator for the customer code.

Now you have told that you are getting a warning message.

Put a breakpoint there (or get the help of your ABAPer)

Ask your ABAP-er to check whether there is any EXIT available before that message , so that you can write a code to

make the message warning if such and such conditions satify (for example change warning to ERROR , if the sales org / dis channel is xxxx/aabc)

Hence when you are in another sales area, this code will fail and hence you will get the regular warning message.

Check and revert back.

Thanks & Regards,

Hegal K Charles

Lakshmipathi
Active Contributor
0 Kudos

Moved from MM forum to sales forum

G. Lakshmipathi

Former Member
0 Kudos

HI,

Please specify the exact what do u wnat in which area like p.o ; or miro or in migo like that.

Former Member
0 Kudos
Former Member
0 Kudos

Thanks for the info , but this doesn't resolve my issue as Its about the type of reaction from the system (message type). Currently it is a warning and If a batch job creates delivery ,it simply ignores the message and goes ahead to create delivery .

Any suggestion on this , pls?

Thanks