cancel
Showing results for 
Search instead for 
Did you mean: 

How to send Process order data to SAP AII

Former Member
0 Kudos

Hello Gurus,

Could you please help to know how can se we send the process order no. to SAP AII & further link the Packaging hierarchy to it to see which are the batches & their serial nos against the particular process order.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Ra bha,

You can associate a serial ID to a document by sending corresponding document type and document number in the observation attributes( DOCUMENT_TEYPE & DOCUMENT_NO) of the PML message.

Regards,

BRV.

Former Member
0 Kudos

Hi Bharat,

Actually we have process order of bottle and we want to send the Batch & expiration date of the tablet (which is a child item) to the packaging line solution with the process order no. as well.

We want to do this once process order of the bottles will get released.

How we can do this in ECC to create an Idoc for sending the details to packaging line solution?

Former Member
0 Kudos

Hi Bharat,

Actually we have process order of bottle and we want to send the Batch & expiration date of the tablet (which is a child item) to the packaging line solution with the process order no. as well.

We want to do this once process order of the bottles will get released.

How we can do this in ECC to create an Idoc for sending the details to packaging line solution?

Former Member
0 Kudos

Ra bha,

If I understand correctly you want to send the Process Order details like Batch number, Expiration date, etc to the Packaging line system before the line operator wants to start the batch.

  This can be done using web services. If your packaging line solution is capable of calling Web services then develop an RFC function module which takes Process Order number as input and returns related material's batch number and expiration date. In the FM you can check if that process order is released or not before returning the details. You can throw an error if it is not yet released. Then publish this RFC as a web service and provide the WSDL to your packaging line system developer/admin. They will take care of how it is invoked on their side. Usually they will call this Web service when the packaging line operator is ready to start the batch packaging. This is a synchronous approach where packaging line invokes the details from ECC.

  I think IDoc will be a overkill for this as you want to send only few data elements.

Regards,

BRV.

Answers (0)