cancel
Showing results for 
Search instead for 
Did you mean: 

RFC adapter background task.?

Former Member
0 Kudos

Hello SCN,

I am trying to connect RFC-->PI-->file .  Here am executing asynchronous RFC

CALL FUNCTION 'FM-NAMEin BACKGROUND TASK destination 'dest-name'

  EXPORTING

     P_WERKS         = '7504'

   TABLES

     IT_FINAL1       = it_final1.

Commit work.

When i try to debug this pgm, the cursor jumps from call function satement to commit work.

Here am not sure whether this FM is working or not.  Moreover i Checked in "Communication Channel monitoring " , the adapter status is green but there r no log files..

How to verify this RFC is working fine or not???

Thanks and Regards,

Vijay vikram

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

From the nature of async RFC, you do not know whether processing was successful or not, in the sender system. Check sxi_monitor in PI to see if processing was OK or not.

Regards,

Greg

Former Member
0 Kudos

hi glowacki,

there is not log either in sxi_monitor..

Thanks

Vijay.

Former Member
0 Kudos

Hi,

Can we use an exporting parameter in RFC.???

iaki_vila
Active Contributor
0 Kudos

Hi Vijai,

Are you sure that you have enabled the monitoring?. Check this blog http://scn.sap.com/community/pi-and-soa-middleware/blog/2005/05/10/xi-i-cannot-see-some-of-my-messag...

Are you trying with nwa tracing? http://scn.sap.com/community/pi-and-soa-middleware/blog/2005/05/27/xi-netweaver-administrator--first...

(Also, don't forget to "like" or rate (or both) the blogs in case you find them useful.)

Regards.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Can we use an exporting parameter in RFC.???

of course you can use exporting parameters just the same as tables

(only not importing if you call it in an async way)

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi michal,

U meant to say that whatever we want to use we should use everything in Tables parameters.. As we should not touch import or export parameters???

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>U meant to say that whatever we want to use we should use everything in Tables parameters.. As we should not touch import or export parameters???

where did I say that ?

quote: "of course you can use exporting parameters just the same as tables"

means you can use both

BTW

importing only in case of sync calls - as per nature of the call

Regards,

Michal Krawczyk

Answers (0)