cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction launcher opens empty transaction IC_LTXE in target system

Former Member
0 Kudos

Hello,

we've got an issue with the transaction launcher. We want to open an ecc transaction.

Logical system in TCRMS_IC_CROSS_SYS is defined as: http://<server>:<port>/sap/bc/gui/sap/its/webgui/?transaction=IC_LTXE&okcode=ICEXECUTE

Rfc connection with target system works (with dialog user) .

Note 1021222 and necessary steps from note 888931 are implemented. We've followed best practice CRM Opportunity Management (C32) to add a transaction.

Problem we are facing at this moment is: from crm the transaction IC_LTXE is opened in the target system with only empty fields. The transaction we've entered in the transaction launcher wizard is not opened at all...

Anybody knows how to solve this issue?

Thanks

Immanuel

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member259099
Participant
0 Kudos

Hi,

If you getting blank screen of transaction IC_LTXE with many empty fields, the reason may be regarding to webgui service log on process. to handle that according to sap note   1013376 issue#8;

- go to tcode sicf

- service name: webgui

- find GUI configuration button at the end of the first tab.

- add the parameter ~NO_LOGON_USEREXIT to 1 .

- It will require the password of SAP user. I gave our standart RFCUSER and password then save it.

Please be sure you maintain this on both CRM and ECC systems and use the link  host:port/sap/bc/gui/sap/its/webgui/!?~transaction=IC_LTXE&~okcode=ICEXECUTE hope this help.

Orkun.

Former Member
0 Kudos

Hi,

We were facing the same problem. Workaround is - you could try accessing the ECC tcode as a non-BSP URL, which in turn would be a webgui ITS link. This can be done using the URL method instead of BOR method in the transaction launcher.

Regards,

Deepak

Former Member
0 Kudos

Hi Deepak,

Thanks for the reply.

when using the URL method instead of BOR method, it will be difficult to pass parameters like customer number, sales order number etc, won't it?

Kind regards,

Immanuel

Former Member
0 Kudos

Hi,

Use

http://<server>:<port>/sap/bc/gui/sap/its/webgui/?transaction=IC_LTXE&okcode=EXECUTE

in cross system transaction

Also follow this thread for regrence

Regards

Gaurav

Former Member
0 Kudos

Hi Gaurav,

changing the ok code didn't help, still facing the same issue. The transaction IC_LTXE opens in the target system with a lot of empty fields....

Kind regards,

Immanuel

Former Member
0 Kudos

Hi,

Please go through the following blog and see if you have missed any specific settings.

/people/raja.g/blog/2007/01/24/displaying-r3-transaction-in-icwc-application

Also, please check whether the class that you are using is ok

Regards,

Deepak