cancel
Showing results for 
Search instead for 
Did you mean: 

Functions tab in Message mapping

Former Member
0 Kudos

Hello All,

In message mapping, under Function tab there are 3 params like Attributes and Methods,Init,CleanUp in PI 7.1.

Can anyone provide me the documentation/any links for the same

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Moorthy,

Simple search in help.sap.com could have resulted with available documentation:

Check it : [Predefined Funtions|http://help.sap.com/saphelp_nwpi711/helpdata/en/45/6d9ed7441c72ace10000000a1553f7/frameset.htm]

Regards

Praveen K

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Mr.

If you click on "Attributes and Methods", you can see a little description of functionality:

  • You can create source text for the class body in area 'Attributes and Methods'.

  • Exceptions are import statements; you must enter these in the import table. You

  • can use the inner classes, methods, and attributes defined here in the user-defined

  • functions and in the methods "init, cleanUp"

  • You can also use classes from imported archives that are in the same software

  • component version as the function library, or in a sub software component version.

  • You must specify the imported archives in table 'Archives Used'

Init: Method will be called before mapping

CleanUp: Method will be called after mapping