Application Development and Automation 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: 
Read only

ABAP dump

anuj_srivastava
Active Participant
0 Likes
697

Hi ,

My abap code is calling a exe kept on the local machine, the same code is running properly on one pc but on the other it is giving a DUMP "CALL_FUNCTION_OPEN_ERROR".

The PC is having full admin rights .

what can be cause of this error.

Is some authorization is missing at the SAP level ??

IF yes , how can i solve this error ??

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
661

check the path you are passing... it could be correct in another system...

with windows version..some folder names would be diff like WIN in one version and WINDOWS in another version. and check if the file.exe exists in the path mentioned.

I guess file path is case sensitive...

Read only

0 Likes
661

Hi ,

The path is correct i have checked it...

Read only

anuj_srivastava
Active Participant
0 Likes
661

found the cause for same

Read only

0 Likes
661

Can i know what fixed this issue.