Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC: Run time error

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi friends,

I am using .net connector.

while running the ABAP program i got a short dumb in the line

CALL FUNCTION 'ZHR_COMMON_EMP_UPD' DESTINATION 'IHELP'.

Runtime errors <b> CALL_FUNCTION_REMOTE_ERROR</b>

Error analsys: <b>"""An error occurred when executing a REMOTE FUNCTION CALL.

It was logged under the name " "

on the called page""". </b>

4 REPLIES 4

Former Member
0 Kudos

Hi,

That menas the RFC connection is not working or the destination name you specified doesn't exist.

check this may be sm59 may hel you.

Regards,

Sasi

0 Kudos

Hi sasi,

it is connected. the destinaion is IHELP.

Thanks & Regards,

vallamuthu.M

0 Kudos

You have to go to the target system and look in teh st22 for the dump.

Then you will have a better description of the error.

Former Member
0 Kudos

Hi,

Follow this. (also in the below links)

"If you set the WAIT (WAIT = 'X'.) parameter of BAPI_TRANSACTION_COMMIT, you have converted a BAPI to Sync BAPI or else it is Async."

The WAIT parameter will additionally return a update error "Updating could not be completed" if the update failed.

Check if these links help

https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https%3A//forums.sdn.sap.com/t...

http://help.sap.com/saphelp_47x200/helpdata/en/78/2173f551ce11d189570000e829fbbd/frameset.htm

http://help.sap.com/saphelp_47x200/helpdata/en/78/21741c51ce11d189570000e829fbbd/frameset.htm

http://help.sap.com/saphelp_47x200/helpdata/en/78/21743651ce11d189570000e829fbbd/frameset.htm

http://help.sap.com/saphelp_47x200/helpdata/en/78/21744351ce11d189570000e829fbbd/frameset.htm

Check if these OSS notes help you

97522

377972

Regards