Hi,
I am trying to create a link in CRM web gui so that to call a transaction from my company's ERP.
I know that I have to type a path in CRMS_IC_CROSS_SYS transaction in CRM that must look like the following :
Http://<name>:<port>/sap/bc/gui/sap/its/webgui?sap-client=500&sap-language=EN&~transaction=IC_LTXE&~okcode=ICEXECUTE
the question is if the <name> in the above path must be a public name (a name that can be accessed from anywhere) or it can be a private name?
Thanks.