Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Some new features in XI - SP14 and how to use those features are discussed here.

Java Sections

There is a separate section in which we can define global java variables which can be used in functions in Message Mapping. I found this ‘Java Section’ button in the toolbar in SP13 itself but it was disabled. I was wondering what that button was for and finally in SP14 that button got enabled as ‘Java Sections’.

To any XI person with Java background, this ‘Java Section’ in Message Mapping gives a perspective as a Java Class. In ‘Java Section’, there are three sections.

  1. Global variables (Global Scope)
  2. Initialization Section (Like a Java Constructor) and
  3. Clean-Up Section (Like a Java Destructor)

So, here we can put all our java coding which are common to one message mapping and use them effectively in all the functions used in that particular message mapping.

We can simply use the global variable in the functions used in message mapping. This new feature of ‘Java Section’ available in SP14 can replace the GlobalContainer provided previously by SAP to some extent.

Adapter specific Message Properties

FileAdapter

JMS Adapter

Mail Adapter & SOAP Adapter

OS Command in JDBC Adapter

One interesting thing I found is that ‘Run Operating System Command’ is also found in the configuration part of JDBC Adapter apart from File Adapter configuration.

I might have missed a lot of new features which might be available in SP14. But all these features mentioned above in this blog are what I identified as a new feature in a first glance.

8 Comments