cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Req Should not be created if the order is Delivery blocked

Former Member
0 Kudos

Hello All,

I have a requirement in third party sales where the Purchase requistion should not be created if the sales order is delivery Blocked, as and when the delivery block is removed then only the PR should be created.

Please help to fulfill the requirement

Regards

kiran

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You may use the following user exit for writing the code with the logic you want. You need to discuss with the programmer to go ahead with this exit. hope this may help you.

Program name: RV03VFZZ

User Exits:

USEREXIT_AVAILABILITY_IN

USEREXIT_AVAILABILITY_OUT

Reward if it helps.

Thanks

Venkat Cheedalla.

Former Member
0 Kudos

Hi Kiran,

Purchase requisition is generated based on schedule line category.

You can maintain manual item category as TAN or any in item category determination where the default is as TAS. Then if you change manually from TAS to TAN the schedule line cat will be redetermined and the purchase req wont be generated.

If you want it automatically you need to write a peice of code in userexit to redetermine based on delivery block and other criteria with our code.

Hope it would help you

Raj....

Former Member
0 Kudos

Hi Kiran,

Please trigger the field puchase req for delivery scheduling in schedule line configuration.

thanks

Kuntla