Question:
Hi experts,
Using OCI to SAP abd BACK.
I have a problem in SAP Industry solutions where I am able to JUMP from SAP to Catalog but I am not able to return back to SAP , I still see Catalog even after (EVENT) order items.
I think that I am giving wrong HOOK URL , I am not sure about HOOK_URL
I used &HOOK_URL=SAPEVENT:ICL_CATALOG
where ICL_CATALOG is a BADI in R/3 4.6D
I have not given the whole URL.
Please help me in this regard
I think the info may not be sufficient to really understand my problem, Please ask me question if needed.
I thank you very much
best regards
ganesh
Answer:
are you opening the catalog in the same screen or a seperate one and what version is it I think your URL is wrong somehow Ill post to you what I did send your email to tom.may@plaut.co.uk
Answer:
are you opening the catalog in the same screen or a seperate one and what version is it I think your URL is wrong somehow Ill post to you what I did send your email to tom.may@plaut.co.uk
Hello tmay40,
Thanks for your reply.
I am opeinng the catalog in the seperate screen, the version is 4.6d
please post me to my mail : jakkagan2002@yahoo.com
Thanks and regards
ganesh
Answer:
Hi,
I'm trying to integrate with a supplier that supports OCI
We have SAP 46c but we don't have enterpise buyer or any of the mysap components ( that also includes ITS! )
As far as I can see the OCI punch-out is just a HTML post, logging
the buyer into a suppliers site. The suppliers site then returns XML with what has been purchased to the buyers procurement system.
It it possible to emulate the OCI punchout with a simple HTML form?
The parameters we've been given are as follows:-
Demo account xxxxxx.
URL and parameters are case sensitive:
http://www.test.com/DynamicCatalog/OCIDefaultLoginEntryPoint.do
Parameters to use :
username=OCI_DEMO
password=DEMO753
language=en-GB
HOOK_URL=http://punchout.test.com/test/servlet/PostView
~OKCODE=ADDI
~TARGET=_top
~FORCETARGET=YES
~CALLER=CTLG
the "HOOK_URL" field needs to be set up by the customer!
the URL is usable in GET or POST method.
Regards