cancel
Showing results for 
Search instead for 
Did you mean: 

How packaging hierarchy getting uploaded in SAP AII

Former Member
0 Kudos

Hello All,

As per my understanding Packaging line will send the packaging hierarchy in the form of PML to SAP AII.

But what function in SAP AII will get called to upload this packaging hierarchy in AII.

Is there any standard proxy or web service available which is getting called for this?

If not then what are the options available for this?

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Ravi,

When you say "Packaging line is sending the hierarchy in the form of PML file to AII" it is basically posting the PML file to a HTTP service in SAP AII. Basically it is a HTTP Post of the PML file.

You can see this service, called AIN, in Tx. SICF under node /default_host/sap/scm/.

Once this service receives the PML file it will hand it over the the Rule processor in AII. The rule processor will check the conditions and determine what rule it should post. Usually the rule for Packaging will be either TAGCOM(tag commission) or PACK(Packaging). Once the rule is identified all the activities in the rule will be processed in the order.

You can easily find what rule is being called in your AII system when a PML file is posted by going to the application log(after a PML file is sent to AII) Tx: SLG1. Then go to the Rule definition in SPRO and see what it is doing by going through all the activities.

Regards,

BRV.

Answers (1)

Answers (1)

former_member216332
Participant
0 Kudos

Hi Ravi bha,

Check this link...

http://scn.sap.com/thread/1236401

Its not Ideal to PML messages but might give you an idea.

Regards
Sam Anish