Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
MichalKrawczyk
Active Contributor
0 Kudos
Do you remember this screen?



Do you remember the hours/years you've spent with this tool? If so then you'll understand me...
and my little mission 🙂 In this weblog I'll try to compare mapping lookups from BC
with the one that XI gives us and maybe draw our Big Brother's attention to this subject:)

If we wanted to use a lookup with the help of RFC from BC we could do it quite easily:

Step 1

We had to create an RFC which changed the values (in my example I'm using material number mapping).



Step 2

Then we had to import the RFC signature into BC repository:

- Adapters

- SAP

- Lookup



Step 3

We could test our function from BC (the test scenario was generated automatically).



Step 4

We also had to create an Outbound map (in our case SAP BC is calling SAP)
that is specify where BC should generate it.





Step 5

and... that's all... now we could use our RFC as a transformer in our mappings.


How this can be done in XI?

If you don't know yet, just take a look at my weblog:

RFC lookups - using new API

Basically you have to to three things :

- prepare RFC-XML

- create your user defined function

- parse the result

We don't know if SAP plans to change/modify it. Maybe we'll have a very similar feature
with XI SP14 or SP15 🙂 We (XI devleopers) can do lookups without automatic features
but I'm just trying to show that XI's little (but older) brother had some very nice features too.

If we could have something like this than we could even use user function with queues.



This way we wouldn't have to make a call after each context change but call RFC function with tables parameter
to transform all values... but this is future...or isn't it ? 🙂


3 Comments
Labels in this area