cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MM Purchase Requisition SOAP service via AIF

former_member190293
Active Contributor
0 Kudos

Hi!

We're trying to implement web service for standard SAP service (Purchase Requisition).

When inbound message is coming to AIF for further processing, we get error message, because appropriate interface isn't found for message.

Wouldn't you please point me on what steps should be done in AIF to make the service work? May be, some kind of AIF content should be deployed for standard SAP services?

Regards, Evgeniy.

Accepted Solutions (1)

Accepted Solutions (1)

brittamangei
Advisor
Advisor
0 Kudos

Hi Evgeniy,

sorry, I overread the standard service. If you want to use a standard communication scenario you have to follow the steps as you described above. The content extract will create all necessary AIF objects for the service.

An additional step you have to execute after executing the content extract report is that you have to assign users, who should work with the interface, to the recipient of the AIF interface. Otherwise the users will not see anything in the message dashboard.

Best Regards

Britta

former_member190293
Active Contributor
0 Kudos

Hi Britta!

Thank you for your valuable feedback!

Regards, Evgeniy.

Answers (1)

Answers (1)

brittamangei
Advisor
Advisor
0 Kudos

Hi Evgeniy,

what is the error message saying in detail?

There are two possible errors:

1. AIF is not able to find any interface to process the message. Then I would guess that something on how AIF is called is wrong.

2. AIF is not able to find the correct interface because 2 or more AIF interfaces are existing for the web service. In that case you have to define an Interface Determination for the web service.

Best Regards

Britta

former_member190293
Active Contributor
0 Kudos

Hi Britta!

It's saying something like "... is not a proxy class".

As I have mentioned above, it's standard SAP service, so, I believe it should work "out-of-the-box".

For now, I found the notes saying about Communication scenario "SAP_COM_0239: Purchase Requisition Process Integration":

Please implement the following steps to extract AIF content for Communication Scenario ID SAP_COM_0239:
1. Run transaction /N/AIF/CONTENT_EXTRACT
2. Enter Communication Scenario ID SAP_COM_0239
3. Uncheck Test Mode Check box
4. Execute the transaction

It seems to me that some specific integration content for AIF should be deployed for the mentioned service.

Regards, Evgeniy.