cancel
Showing results for 
Search instead for 
Did you mean: 

Function module not executing in background due to Transactional RFC error in SM58

Former Member
0 Kudos


Hi Team,

I am executing a report which calls a function module in background.This in turn creates a LUW which should eventually get cleared once the processing is completed through commit statement.

However LUW is going for an error whenever it gets executed through commit statement.

The error message in SM58 is

Error msg : Conversation 
<init> not found / CPIC-CALL: 'ThSA PCMRCV' : cmRc=19 thRc=

However when I try to excecute the function module in foreground, it works correctly as expected.

Please note that the same report is being used for various clients and the function module is working fine in all others.Hence, I am expecting that thers is no issue with the code.

Is there some settings which we are missing here.

Please provide me your valuable inputs.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Devy,

Check if their is any missing authorization while posting in background.

Regards

alwina_enns
Employee
Employee
0 Kudos

Hello Divy,

It looks like return code is truncated ("thRc="). Is it already the full message which you get? Do you see more information in the gateway trace dev_rd for this error message?

regards,
Alwina

ashish_vikas
Active Contributor
0 Kudos

Do you have any ST22 ABAP Dump for this problem ?

best regards

ashish

Former Member
0 Kudos

Hi Ashish,

No we do not get any ABAP dump.

The only error message comes in SM58 stating that

Conversation 
<init> not found / CPIC-CALL: 'ThSA PCMRCV' : cmRc=19 thRc=

former_member188883
Active Contributor
0 Kudos

Hi Divy,

It appears to network issue. please use below SAP note to perform network analysis using NIPING.

SAP note 500235 - Network diagnosis with NIPING

Hope this helps.

Regards,

Deepak Kori