cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Delivery Output

Former Member
0 Kudos

Hi All,

We have a strange situation, we have a Z output which is getting triggered in the delivery for normal orders but not for Rush orders. The transmission medium is EDI and dispatch time is 4 .

Whenever we go into the delivery in change mode the output appears in yellow, the determination logs show that the access is complete and output found and on saving the delivery the output is processed successfully. However the output is not triggered automatically during delivery creation for rush orders.

When immediate delivery is disabled for the rush order type the output is getting triggered in the delivery as the delivery is created like normal orders via VL01N.

The same set of condition records work perfectly for normal orders. There are no requirements or routines for this output.Can anyone please advise what is causing this behavior with immediate delivery creation?

Thanks!

Karthik

Accepted Solutions (0)

Answers (2)

Answers (2)

krishna_k19
Contributor
0 Kudos

Hi,

 

   Goto OVLK in change mode for that  Delivery document type , check which output determination procedure you assigned and application also.

Thanks in advance,

Krishna

Former Member
0 Kudos

Hi Krishna/Siva,

I ve checked OVLK, there are no issues with the procedure and application. Its the same delivery type for both orders and the output determination procedure is also the same.

Thanks!!

Karthik

Former Member
0 Kudos

Hi Karthik,

I would suggest you take the help of ABAPer who would debug your rush order and find out why its not triggering output. As Delivery for rush order is created automatically (without VL01) it may not trigger output. I believe it would give you the root cause of the problem. Or if you have little bit knowledge on development then you can debug yourself too.

Thanks & Regards,

Jaydip

Former Member
0 Kudos

Hello All,

Issue resolved. The problem was with the access sequence. The sales doc type field was an appended field to the field catalog and the value was picked from VBAK. For rush orders until the delivery is created the sales order is not saved to VBAK. Modified the code to pick from temp tables and it worked.

Thanks for your inputs!!

Karthik

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

For rush order you have Different outputype,please check your output determination settings