cancel
Showing results for 
Search instead for 
Did you mean: 

SAP OCI APPLICATION FOR HOOK_URL

former_member630382
Discoverer
0 Kudos
1,000

Hi.
I have a problem. I use catalog in SRM SAP system with
SAP OCI. Catalog opens in SAPSimpleBrowse. When i opening
web page with catalog i collect some products and when
i'm trying to click cashbox opening window "Proccesing...".
When i trying to do the same in OciTest.aspx all Proccesing.
So question is what can be a problem to take xml back in SAP?
I have assumption that string in HTML code in SAP action = ' ' is void.
But in OCITest we have action='/LinkOne/OciTestResponse.aspx'.


In documentation this string is really void. But may be
we can write url to takeing xml file application, but i dont know what application is it.

Thanks.

Maxim.

Accepted Solutions (0)

Answers (2)

Answers (2)

anita_lipovics
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Maxim,

There are several issues what can cause problem during the transfer. Some of them are described here: 2412572 - What to do when the catalog is not reachable or the item transfer is not possible.

I think this issue needs deeper analyze. I suggest you to create an incident with screenshots to make possible the analyze in your system.

Regards,

Anita

anita_lipovics
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Maxim,

Usually the catalog item data are sent through an Http POST method and not through XML.

There is the possibility to send the item data via XML as well. Please check the SAP Note 1424248-Items are not transferred to SRM form catalog via XML and 1387519-OCI 4.0 Documentation - Wrong parameter description

which contain corrections for the xml transport. Please also see the wiki page https://wiki.scn.sap.com/wiki/x/nJCPFw

In the OCI 4.0 documentation are described the xml transfer as well.

Best regards,

Anita

former_member630382
Discoverer
0 Kudos

Hi, Anita.

Thanks for the reply, but I want to add some information about my problem:

1st step I choose material that I need to add into my order

2nd step I cliked punchout button, and formed data must transfer back to SAP, BUT when I clicked punchout button openning window with "Processing..." and thats all i have.

Question is, when I do the same steps in OciTest i can see table with my added matherials after I clicked punchout button. If I understant correctly SAP SRM take XML file from web catalog, this XML file created from web structure. Why I can see my data in OciTest and this data cant transfer back to SAP?

And in OciTest we opened XML file or just HTML form?

Regards,

Maxim.