cancel
Showing results for 
Search instead for 
Did you mean: 

regarding Sm58 error for function not found

Former Member
0 Kudos

Hi All,

I am facing issue in production after transport is moved. Its RFC to JDBC scenario and it is working fine in quality. After transporting to production, in first run data moved properly but after that i am getting error in SM58 that function not found.

All the scenarios are same (same program, same variant same function module), but i am not able to send data. There is no error in PI channels and moni.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Mohd,

The issue seems to be a performance problem, may be any queue is getting stuck. Check the  Eng Swee Yeoh's advice three in his blog and its references

Regards.

Former Member
0 Kudos

I am using below code to call the RFC. In Dev and quality it is working fine but in production, sometimes data is flowing sometimes it got stuck in SM58.

CALL FUNCTION 'Z_DIVISION' IN BACKGROUND TASK DESTINATION 'RFCTOJDBC'

          TABLES

            IT_DIVISION       = it_division.

COMMIT WORK.

Is there any issue in commit work though it is working fine in dev and quality.