cancel
Showing results for 
Search instead for 
Did you mean: 

Availability Check Via EXIT

Former Member
0 Kudos

Hi All,

We have a requirement where we are changing the requested delivery date (RDD) at the item level via user exit. The exit is triggered at the time of saving the order. To calcualte availability on the new RDD we are triggering the availability check again in the user exit. Subsequently the system throws the delivery proposal dialog box. The customer want to avoid this dialog box and make it work in the same way as when the order is created in background (EDI) i.e automatic delivery proposal

Can anyone please advise how this can be done.

Accepted Solutions (0)

Answers (3)

Answers (3)

reazuddin_md
Active Contributor
0 Kudos

Hi,

Delivery proposal(C) dialogue box triggers based on your customization in Tx:OVZJ.

If you dont want the system to trigger this screen, then maintain A - one time delivery or B - Full delivery wrt: Sales area.

Regards,

Reazuddin MD

Shiva_Ram
Active Contributor
0 Kudos

Check in t.code OVZJ.

For the sales area, check the availability check rule column. Keep this field blank and check again.

Regards,

kesavadas_thekkillath
Active Contributor
0 Kudos

This is a technical issue. You have to consult your abaper. May be you have to check the value of sy-batch and override the dailog. Since its a custom written code and no enough details provided here. Nothing can be done.