cancel
Showing results for 
Search instead for 
Did you mean: 

add a new Record structure in mapping

former_member745782
Active Participant
0 Kudos

Hello everybody

I have a important question.

I hope somebody can give me suggestion for choice a best way )

I'm working with SAP PI 7.1

my inboud messge is like this

MSG

HEADER (1-1)

FIELD1

FIELD2

FIELD3

ITEM (1-N)

FIELD1

FIELD2

FIELD3

outbound is:

MSG2

SEGMENT1 (1-1)

FIELD1

FIELD2

FIELD3

SEGMENT2 (1-N)

FIELD4

FIELD5

FIELD6

SEGMENT3 (1-M)

FIELDA

FIELDB

FIELDC

For obtain SEGMENT3 i need call a RFC function and pass the FiELD1, 2, 3 in inbound HEADER.

So now i have some dubts...

Can i use a RFC lookup call? how?

Or maybe is better choice other way? (BPM?)

any suggestion?

thanks

Alex

Accepted Solutions (1)

Accepted Solutions (1)

former_member241146
Active Participant
0 Kudos

Hello.

You should use the RFC Lookup. It's better.

Follow the link below:

SAP Network Blog: SAP PI 7.1 Mapping Enhancements Series: Graphical Support for ...

/people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-support-for-jdbc-and-rfc-lookups

Good luck.

Bruno

former_member745782
Active Participant
0 Kudos

it work perfectly!

thanks so much!!!

Answers (1)

Answers (1)

Former Member
0 Kudos

Use RFC look-up, BPM not required.

Search on SDN / SAP Help for further details on how to use RFC look-up.

VijayKonam
Active Contributor
0 Kudos

Since you are on Pi 7.1, go for Graphical RFC look up provided. Search for help..

VJ