Whats exactly an XI developer needs to understand about the ABAP and Java Stacks in XI? ( I understand that HTTP and IDOC adapters are sitting in the ABAP STACK so no sender agreement is needed) Also when the user writes a Java UDF then the Java stack will take care of that. Any other important point a Developer always need to remember on the top of the head?
Thanks
Hi,
>>I understand that HTTP and IDOC adapters are sitting in the ABAP STACK so no sender agreement is needed
Correct,
Regards
Agasthuri Doss
One other important thing to note, your graphical mappings are internally stored as JAVA programs and executed in JAVA stack...
Another blog for you: /people/venkat.donela/blog/2005/06/09/introduction-to-queues-in-message-mapping
Regards,
Jai Shankar.
Hi,
From the developers perspective you know where different objects reside so that in case of error you will know where to look for:
1. IDoc and HTTP adapter are on ABAP engine. You cannot see them in the component monitoring of the Runtime workbench. The HTTP adapter is there now both for send adn receiver. It hink from SP15 or so...not very sure though
http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm
2. The Java, message mapping are on Java stack.
Regards
Vijaya
Add a comment