cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Function Module on web with eai-config.xml internet sales

Former Member
0 Kudos

Does anybody know how to debug a function module on the web by modifying the eai-config.xml file in the internet sales 3.0 application?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A late answer, but you should modify eai-config.xml. Modify the file to have the following lines:

<!-- Abap debugging for stateful connections -->

<connection name="ISAStateful"

className="com.sapmarkets.isa.core.eai.sp.jco.JCoConnectionStateful" connectionDefinition="ISA_INCOMPLETE"

<params>

<param name="jco.client.abap_debug" value="true"/>

</params>

</connection>

Best Regards

/Andreas