cancel
Showing results for 
Search instead for 
Did you mean: 

Operation Mapping - Missing parameter SenderInterface

Former Member
0 Kudos

hi together,

i wanna test a java mapping within a operation mapping. in the java mapping i wanna do something different regarding to sender interfaces (for interface A i wanna multiply; for interface B i wanna decrease a number for example):

here a part of my coding:

in function module: transform

...

messageHeader = arg0.getInputHeader();

mySenderInterface = messageHeader.getSenderInterface();

...

in the operation mapping itself, at parameters, i have the most of the parameters, but not the SenderInterface...

is this a bug of SAP PI?

many thanks

alex

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos
Former Member
0 Kudos

hi,

sure, but on NW 7.11 you have more in the JAVA API to be able to use... why are not in operation mapping?

cheers,

alex

Former Member
0 Kudos

Try with getInterface().

Also check with getAll() to see all properties.