cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sync Call

Former Member
0 Kudos

Hello All,

I am new the SAP-ABAP and XI environment.

I am integrating HCM-Payroll/GL Posting to FI.

i add BAPI_ACC_EMPLOYEE_EXP_CHECK a special method call at BD97. Since i need to check before create the IDOC i add as RFC Sync.

Then I ran the report RPCIPE00. I am getting following the error message.

The error Message.

"The function module "BAPI_ACC_EMPLOYEE_EXP_CHECK" has been called remotely and has generated a progam termination in the receiving system "XI_XD1". For more information, see the dump analysis in the receiving system."

Could you please guide what i am doing wrong.

If i remove the BAPI from BD97 then the documents are created but no messages on SXMB_MONI.

Thanks

SV

Accepted Solutions (0)

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

<a href="/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni: I cannot see some of my messages in the SXMB_MONI</a>

prabhu_s2
Active Contributor
0 Kudos

SV

check out this thread...try by increasin the trace level

prabhu_s2
Active Contributor
0 Kudos

SV

for sync message u canot find the entry in moni

Former Member
0 Kudos

Prabu,

How to check the message for RFC Sync?

prabhu_s2
Active Contributor
0 Kudos

u can look into RWB for the messages

kenny_scott
Contributor
0 Kudos

Hi SV,

logging for synchronous messages is turned off by default but you can activate it by :-

TCODE

SXMB_ADM

-> Integration Engine Configuration

-> Specific Configuration

Add the entry

<u><b>Category Parameters Value</b></u>

RUNTIME LOGGING_SYNC 1

Regards

Kenny

Former Member
0 Kudos

Kenny,

LOGGING_SYNC 1 is already set.

My issue is when run the report RPCIPE00 from HCM for executing the BAPI

using through TCP/IP RFC Dest i got the above mentioned error.

For SYNC RFC We have to add the BAPIs at BD97 as special method isn't?

When I add the BAPI at BD97 and TCP/IP RFC Dest name as a special Method.

I got the above mention error its not creating the documents at HCM side.

If i remove the BAPI at BD97 the documents are created but its not reached to XI.

Could you please guide me.

SV

prabhu_s2
Active Contributor
0 Kudos

Sync message will not be traced in xi monitoring by default. May be u can try with the piointers posted in thsi thread

Message was edited by:

Prabhu S