cancel
Showing results for 
Search instead for 
Did you mean: 

output type should not be determined if there is no batch at item.

Former Member
0 Kudos

Hi Experts,

I have a requirement wherein if there is no batch number associated in the sales order line item. The output type should not be determined in the sales order. Through output routine i tried to control that , but KOMPBV1 structure doesnt contain in the routine when output type is triggered at header level.

Please share if you had any experience in such requirement.

With Regards

S.Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Why don't you put the batch number in the incompletion procedure of the sales order and use a standard SAP output req routine which contains a check on document completeness status (KOMKBV1-UVALL) ? In this way you solve your issue with standard SAP and you don't have to develop a new routine.

Kind regards,

Bart

jobis
Contributor
0 Kudos

Hi Sivaram,

Have you tried creating a new access sequence requirement routine, and using for your output types access sequence..?

The routine logic could be the validation of the batch no. field in sales order.

Regards

Jobi

Former Member
0 Kudos

Hi Jobi,

i did as you said only but in the routine we couldnt validate the batch number as item level information are not fetched in the routine while using KOMPBV1 structure..

With Regards

S.Siva