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

SAPLC0PC program giving dump error:Invalid_path

Former Member
0 Likes
455

Hi Experts,

I have created a cutome program.it shows input file records in the output scree.

In output i have created a custom button.if user clicks the button it uploads the data in to Infotype 2005 and if the records contain errors it dowloads the file into the same input path with adding extension "_log.txt".

the program was successed for one company code. its giving dump to other company code, now this company code also not giving dump,

My problem is why its gone dump first time.

the dump analysis showing SAP program SAPLC0PC raising error "Invalid_path".

Could you please provide me the solution.Thanks!

1 REPLY 1
Read only

Former Member
0 Likes
398

HI,

Have separate file names for different company codes.

For eg log1000.txt , log2000.txt .

the problem might be that it is trying to create a file which is already existing.

Hope this helps.

Thanks

Nishant