Hi !
The extension guide for CRM ISA 4.0 details ABAP debugging for 'Stateful' / 'Stateless' FMs. However, when I set the <abap-debug-stateful> parameter to true in the 'modification-config.xml' file, I get a java.lang.NullPointerException. I am trying to debug the FM - CRM_ISA_BP_BPARTNER_GETDETAIL, a 'stateful' FM. An entry in the value attribute of the <param> tag for a stateless function module - CRM_ISA_SALESDOC_GETLIST doesnt trigger the ABAP screen as documented. No entry in the 'value' attribute triggers an error page.
Has anyone got round this exception ? Any help would be highly appreciated.
Cheers,
Ashok.
<u>Stateful:</u>
<abap-debug-stateful>
<param name="jco.client.abap_debug" value="true"/>
</abap-debug-stateful>
<u>Stateless:</u>
<abap-debug-stateless>
<param name="jco.client.abap_debug" value="true"/>
<param name="jco.client.abap_debug.func" value=""/>
</abap-debug-stateless>