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

OPEN DATASET p_err FOR APPENDING IN TEXT MODE MESSAGE msg.

Former Member
0 Likes
517

Hi Gurus,

I am trying to excute sales batch input program

sm 37 job overview job canceled

ABAP/4 processor: OPEN_DATASET_NO_AUTHORITY

ABAP runtime errors:OPEN_DATASET_NO_AUTHORITY

No authorization to open the file "err.dat".

OPEN DATASET p_err FOR APPENDING IN TEXT MODE MESSAGE msg.

Please let me know your valuable inputs

Regards

Rajendren.P

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
360

Hi,

It means that you don't have authorization to open the file or appending to that file.

try to create ur own file and see.It may help you.

Reward points if useful.

Regards,

sasi

Hi Gurus,

I am trying to excute sales batch input program

sm 37 job overview job canceled

ABAP/4 processor: OPEN_DATASET_NO_AUTHORITY

ABAP runtime errors:OPEN_DATASET_NO_AUTHORITY

No authorization to open the file "err.dat".

OPEN DATASET p_err FOR APPENDING IN TEXT MODE MESSAGE msg.

Please let me know your valuable inputs

Regards

Rajendren.P

1 REPLY 1
Read only

Former Member
0 Likes
361

Hi,

It means that you don't have authorization to open the file or appending to that file.

try to create ur own file and see.It may help you.

Reward points if useful.

Regards,

sasi