Hi,
Use logging for this.
http://help.sap.com/saphelp_nw04/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm
/people/sap.user72/blog/2004/11/10/log-configuration-for-a-web-dynpro-application
Regards
Ayyapparaj
Hi,
Actually I don't know whether log will be prepared or not..
But Onething I Can suggest ..we can trace it using IWDMessageManager.
Create object of IWDMessageManager
IWDMessageManager objMessage=wdComponentAPI.getMessageManager();
and put statements like
objMessage.reportSuccess("value = "+<value>);
where you need to trace in the application
Ragards
LakshmiNarayana
Add a comment