Hi
Before Web Dynpro we use to custom code calls to RFMs using JCO and this provided heaps of flexibility such as ABAP debug right through Java with setAbapDebug method and also view the population of structures through writeHTML or writeXML methods .
But with the model object these features seem to have become elusive . Any idea if these things are now possible
Hi,
Firs of all you can continue to use Jco within or without Web Dynpro and get all the freedom you want.
The second option is to assign custom Jco clients to the model using setJcoClient method. The Jco client can be customized in the way you want.
Hope this helps.
Best Regards,
Victor.
Add a comment