cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery creation @ Rush order process

Former Member
0 Kudos

Dear Experts;

We have the following scenario.

We create a rush order that upon save automatically creates the delivery (Rush Order). We have implemented a check in the copy control that prevents the delivery from creating if the sales order has a GTS block.

However we have the following issue, the delivery creation runs before the GTS screening check so it is not possible to prevent the delivery from creating.

Delivery creation function run as standard during sales order save. The copy control runs as part of this function.

Program SAPMV45A

Form LIEFERUNG_ERZEUGEN

CALL FUNCTION 'RV_DELIVERY_CREATE_SINGLE'

Later in the code the following runs which performs the screening of the sale order.

Program SAPMV45A

Form BELEG_SICHERN

PERFORM SLL_DOCUMENT_TRANSFER USING 'V'.

Is there anny way to SPL check these Rush Order deliveries?

Regards,

Mark

Accepted Solutions (1)

Accepted Solutions (1)

former_member215181
Active Contributor
0 Kudos

Hi Mark,

It sounds like no-one thought about that situation. You might want to report it as an issue on OSS.

Alternatively, you could create your own Copy Control routine (Transaction VOFM), and make your own call to the GTS Compliance Check.

Regards,

Dave

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all

Thanks for the feedback. We have implemented some notes and are currently testing but it looks good.

regards

M.

anjaneya_bhardwaj2
Contributor
0 Kudos

I hope you understand the program correction which needs to be downloaded .Even we had similar problem .

Thank you .

Former Member
0 Kudos

Hi Mark,

We had the same problem.

Please check out OSS-Note 741784. That solved our issue!

Best regards,

Ulrich