cancel
Showing results for 
Search instead for 
Did you mean: 

RFC TO File "no message in SXMB_MONI"

Former Member
0 Kudos

Hi,

I am calling "BAPI_COMPANY_GETDETAIL".thuough the zprogram"ZBAPI_COMPANY_GETDETAIL"

REPORT ZBAPI_COMPANY_GETDETAIL.

DATA:BEGIN OF ITAB,

RCOMP LIKE T880-RCOMP,

END OF ITAB.

ITAB-RCOMP = 99999.

CALL FUNCTION 'BAPI_COMPANY_GETDETAIL'

EXPORTING

COMPANYID = ITAB.

  • IMPORTING

  • COMPANY_DETAIL =

  • RETURN =

.

The Details I Gave......

In SM59 of R/3:

PROGRAMID:LCRSAPRFC_PIT

GATEWAYHOST:PITEST

GATEWAYSERVICE:sapgw01

ID:

In Communication Channel.

Application server (Gateway):PITEST

Application server Service (Gateway):

PROGRAMID:LCRSAPRFC_PIT

RFC Metadata Repository parameter.

ip of XI Server

System No Xi System NO

username

pwd

Thanks,

Srinivasa

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check SM58 as Udo told and also check this settings:

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

---Satish

prabhu_s2
Active Contributor
0 Kudos

hi

check for the following:

1. the convetion routine fucntionality is added i.e. 'o' appended to the comp.code

2. the rfc should return some value. check of this as ur bapi seems not to return an data

udo_martens
Active Contributor
0 Kudos

Hi Srinivas,

have a look to SM58 at R/3. Which error msg do you see?

Regards,

Udo

Former Member
0 Kudos

The Error in sm58 is"IDOC_ERROR_WORKFLOW_START_R"

udo_martens
Active Contributor
0 Kudos

Srinivas,

the error message corresponding to your rfc msg plz.

Regards,

Udo

Former Member
0 Kudos

Hi,

Check this thread which may help you:

You said you are working with RFC to file scenario but where from IDOC error you are getting?

---Satish

Former Member
0 Kudos

I Do no know Exactly,In SM58 It was shwing me an idoc error?

I Deleted these Messages ,Now When i check in RWB The Adapter is fine.

The Problem I am Facing is when I Run a Report in R/3 I could not able to see the message in Sxmb_Moni(In R/3 or Xi).

In R/3 side will message get generated when ever I run any Report?Do I have make any settings to look the msg in the moni?Pl leme know