cancel
Showing results for 
Search instead for 
Did you mean: 

scedule line configuration for sales order

0 Kudos

Dear Gurus

I have a client requirement, that when schedule line confirming the order quantity it has to chk the material aviability and confirming the quantity and create PO for unavailable stock in the same schedule line.

Ex: order quantity is 100 and stock availability is 60

now system has to confirm 60 quantity in schedule line and remaining 40 quantity it has to create PO automatically in same schedule line.

Kindly give your suggestions how to configure in ITEM Category and Schedule line .

Tks in advance

Regards

Sri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think you need to go with technical development to determine schedule line catergory based on confimed quantity.

Example - to create PR shc lin cat is CS, and other normal schedule line cat - CP.

Defualt schedule line cat make it CP and manual entry CS in VOV5.

So in userexit USEREXIT_MOVE_FIELD_TO_VBEP, check if confirmed quatity is not equal to ordered quanity then determine schedule line cat - CS. or else it will determine normal schd.line cat - CP.

you can write logic to raise PO for only differnt quantity, yu neeed to test alot for this.

Let me know if any questions

0 Kudos

Hi

With our MRP Chk is it possible?.

Regards

Sri

Former Member
0 Kudos

Iam not sure, but try this way and if any issue let us know.