cancel
Showing results for 
Search instead for 
Did you mean: 

Open Quantity in Batch Split

former_member187610
Active Participant
0 Kudos

Hi Experts,

Is it possible to generate an error message if the open quantity in batch split is not equal to zero, when the user tries to save the delivery order.

If its possible then, kindly guide me how i could achieve the same through configuration.

Thanks & Regards,

Sharan

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member187610
Active Participant
0 Kudos

Dear All,

I was able to restrict creation of delivery document through configuration - with the help of incompletion log message.

Thanks for taking your valuable time for posting replies.

Regards,

Sharan

Former Member
0 Kudos

Hi,

 

I don't know in which SAP version you're working with but another option could be the use of a fieldexit. Check oss note 29377 for details.

 

If you decide to go with it, you can use in it funtion DYNP_VALUES_READ to read values of other fields on the same screen and a write a simple code where you can check that if a batch number was entered, the batch quantity can´t be zero, sending an error message.This control is not done at field level, not when saving the delivery.

 

Regards,

JM

moazzam_ali
Active Contributor
0 Kudos

Hi

I don't think so this is possible in IMG but yes you cn do this by using some userexit and entering your own logic there.

Refer to SAP note 415716 for more information about delivery userexits.

Thank$