cancel
Showing results for 
Search instead for 
Did you mean: 

Debug UDF from NWDS for AEX / PO 7.4

Former Member
0 Kudos

Hello

for PO 7.40, we can use NWDS to write UDF which is pretty nice.

Now my question is: can we debug UDF runtime by attach NWDS to the PI server? so that every time the mapping is called, it will stop at the breakpoint set in the UDF?

I did some search, couldn't find any article about it.

Thanks

Jayson

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Jayson,

AFAIK, it is not possible. When we create a Message Mapping, SAP PI will create a Java File, compile it and deploy the .class file. We can not access the Java File created by SAP PI, so we cannot debug it.

If execution type is single value, you can debug using NWDS. Else, try to debug using display queue in normal swing based ESR.

Former Member
0 Kudos

Hi Raghu

I am talking about UDF, so it's the java code we write. Technically it's definitely possible to remote debug our own java code on the PI server, question is if SAP goes far enough to make it available from NWDS.

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Raghu

the links in first link do not work, the second link is not relevant to my request.

Thanks