cancel
Showing results for 
Search instead for 
Did you mean: 

Using OCI without SRM

Former Member
0 Kudos

Hi all,

i was asked to verify if it is possible to implement a vendor integration without an SRM Server. The vendor offers a catalog that supports OCI.

We want to build a simple prototype that shows the vendors catalog, gets the data from it and processes the returned data.

In our ERP system (2004 and 2004s) I found the package BBP_WS_BASIS which contains sample implementations for the OCI. As far as I tried, I could not get the example apps running.

Unfortunately I was not able to to find any documentation on the package.

Has anyone experience with the package or in using OCI with ERP without SRM?

Any information might help.

bye

Michael

Accepted Solutions (1)

Accepted Solutions (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

I have an ECC60 system and was able to plug an OCI compliant catalog on purchase requisition, purchase order, PM and CS order.

Kind regards,

Yann

Former Member
0 Kudos

Hi Yann!

Can you give me some details on how you implemented the solution?

I tried to define the Vendor Catalog as WebService in the Customizing so I can select it in the Example transaction WS_OCI_GUI.

I know that I have to send a Hook URL when calling the catalog, but I do not know were that URL should point to, in case of that example program.

Finally we want to use a BSP application to call the catalog.

How did you set up your solution?

thanks in advance

Michael

yann_bouillut
Active Contributor
0 Kudos

Hi Michael,

I have just define the call structure in the IMG.

10 http://SDN.corpo.intra:50000/catalogue/catado 0 URL

15 action login 2 Fixed Value

16 standard_catalogue true 2 Fixed Value

20 login TOTO 2 Fixed Value

30 pwd TITI 2 Fixed Value

40 HOOK_URL 4 Return URL

50 ~OkCode ADDI 2 Fixed Value

60 ~target _top 2 Fixed Value

70 ~caller CTLG 2 Fixed Value

Kind regards,

Yann

Former Member
0 Kudos

Hi,

I set up the parameters according to your reply an now it works for our catalog.

Thanks for helping.

greetings

Michael

Answers (0)