cancel
Showing results for 
Search instead for 
Did you mean: 

RFC look up help

Former Member
0 Kudos

Hi All,

My requirement is i have to send some materials from ECC system to SCM system.

But before sending the material i have to do a look up in "material existance check" in SCM system.And i have to trnasfer those material which are not present in SCM system.

what i thought is to Do a IDOC-to File scenario.

From PI i will call a FM which will send me some staus "Y/N" and depending upon that i will filter the materials and will generate the XML.

Any easy ideas???

Accepted Solutions (0)

Answers (5)

Answers (5)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Kumar,

You can implemet using RC Look Up.

But le t me know which version of XI using, in PI7.1 we can perform directly using RFCLookUp Function.

But in XI3.0,7.0 you have to write UDF .

tons of doc available how to perform RFC lookup in SDN . search in SDN.

any queries let me know.

Cheers,

Raja Sekhar

Former Member
0 Kudos

Hi,

You can achieve it through RFC lookup in your mapping..

Regards,

Sameer

Former Member
0 Kudos

how to do it in BPM?

former_member206760
Active Contributor
0 Kudos

This is also easy with BPM,

1 receive step to receive the data

2 Sync send to send the materials to SCm using ABAP proxy and get back the materials which are present

3. async send to SCM system....

instead of all this..one design has come in mind which will help solve your problem.

have a ECC to SCM simple scenario without BPM/without lookup

when idoc comes from ECC it will go into SCM in the ABAP proxy code .... here u can check that materials that have come in are already there if not....create/update them....

Also you can call a std FM inside ABAP proxy which will send a mail to user stating material created or not with the reason.

Both of these functionality can be done in the same ABAP proxy and you do not need a BPM/lookup

former_member206760
Active Contributor
0 Kudos

Dear Sam,

you design is right and you can go for RFC lookup for that

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1...

Former Member
0 Kudos

How do you plan to implement this with BPM w/o BPM?

I think this can impllemented with content based routing .

Rajesh