cancel
Showing results for 
Search instead for 
Did you mean: 

PPF Action or equivalent to send TransportationOrderRequest_Out

0 Kudos

All,

We have a scenario where multiple export deliveries are loaded on a truck and shipped to a forwarder location. The forwarder then builds full containers based on deliveries received (potentially over different trucks on different days). We need a message like TransportationOrderRequest_Out so that we can map it to an EDI transmission to the forwarder (e.g. ASN/856). However we don't want to use the 'send to carrier' action because we are not sending this to the truck carrier. I've not worked on PPF extensively but is it possible to use a PPF action (with scheduling conditions based on specific business partner IDs) that would generate an outgoing XML of type TransportationOrderRequest_Out?

Best Regards,

KC

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

KC,

I believe you can, Just implement the scheduling condition BADI.

There you will be able to define whether this particular action needs to be triggered or not.

Also, you can use start condition BADI to restrict further at the time of processing. 

Regards

Rajesh