cancel
Showing results for 
Search instead for 
Did you mean: 

Sending IDOC as Paramater to RFC?

Former Member
0 Kudos

hi,

i looked at the RFC Sender adapter but did not find any provision for sending parameters to RFC.

I want to delete a specific IDOC from XI by calling an RFC program by sending an IDOC as parameter to RFC?

How can i send a single IDOC as parameter to RFC program?

Is it possible to pass the parameter from XI?

Thanks,

Tirumal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

any tips if this is possible or not?

Thanks,

Tirumal

MichalKrawczyk
Active Contributor
0 Kudos

possible you just need to send one parameter to r3

- idoc number that's all you need to delete it in r3

with a transaction call from a custom rfc

Regards,

michal

Former Member
0 Kudos

Michal -

"with a transaction call from a custom rfc"

what do you mean by the above statement?

How can i sent the parameter first of all to the custom RFC within XI?

Idoc number will be dynamic.

Please enlighten me.

Thanks,

Tirumal

Message was edited by: Tirumal Kumar Pappu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you have to invoke a custom RFC

on the r3 in which you'll execute a report for

deleting idocs

>>>How can i sent the parameter first of all to the custom RFC within XI?

not within xi but withing r3 you need to delete

the idoc on the r3 right?

REgards,

michal

Former Member
0 Kudos

michal -

yes, I need to delete the IDOC within R3 but only for a specific IDOC number that i want to send it from XI to R3 using an RFC.

Now from XI , it is possible to call RFC. From XI i will pass the IDOC number to this RFC which in turn will delete the IDOC from R3.

How can i pass the IDOC Number to this RFC from within XI?

Hope i am not confusing you.

Thanks,

Tirumal

MichalKrawczyk
Active Contributor
0 Kudos

>>>How can i pass the IDOC Number to this RFC from within XI?

since you have the idoc (from r3)

you have the idoc number

all you have to do is to map it io rfc

that's all

Regards,

michal

Former Member
0 Kudos

Michal -

That's simple.

Thanks.

Tirumal