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/4 processor: DATASET_CANT_OPEN

Former Member
0 Likes
631

Hi all,

what is reason of the ABAP/4 processor: DATASET_CANT_OPEN ABAP dump

some jobs used to cancel with this dump..

what will be the solution?

Thanks in advance.

Regards,

Raja

4 REPLIES 4
Read only

Former Member
0 Likes
508

THis looks like your job is trying to read/write something to a directory and the user dont have correct authorization.Check whether the user have roles attached with oth.object S_DATASET and with correct field values like the directory name etc

Thanks

Prince Jose

Read only

0 Likes
508

Hi Jose,

Thanks for the response.

I checked out the authorisation object, the user have the required auth.

but there is no directory exists which trying to access.

I think this may cause the problem.

Regards,

Raja

Read only

0 Likes
508

create that directory and run the program.

thanks

prince

Assign points if it helps you

Read only

0 Likes
508

Thanks prince.

Its helpful