cancel
Showing results for 
Search instead for 
Did you mean: 

Dump" DATASET_CANT_OPEN"

Former Member
0 Kudos

Hi All,

while executing the program we are getting Dump" DATASET_CANT_OPEN"

please can some one help me on this.

thanks

vamsi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check the sap notes 8691 & 99155.

Hope it helps you

Thanks

Rama

Former Member
0 Kudos

Hallo Vamsi,

you should read the content of the short dump.

It means that SAP can't open the file either for OS problems (file system full, the file doesn't exist) or because the logical file or the logical path is not defined properly in transaction FILE (pointing to a nonexistent path, or to a non existent file...).

Best regards,

Ivan Bazzi.

Former Member
0 Kudos

i checked sapce is available, as per user after program execution a file will be created. but while executing it was going to Dump.

to create XML file able to create in D system but unable to do test system.

regards

vamsi

Unable to open file "/CSDTD1.XML".

What happened?

There are a couple of possibilities:

The current ABAP/4 program "RTXDART_PT " had to be terminated because

one of the statements could not be executed.

This is probably due to an error in the ABAP/4 program.

Error in the SAP Basis system

ABAP/4 processor detected an internal system error.

The current ABAP program "RTXDART_PT " had to be terminated because the ABAP

processor discovered an invalid system state.

The path entered cannot be called from the application server "

What can you do?

Please make a note of the actions and input which caused the error.

Please make a note of the actions and input which caused the error.

To resolve the problem, contact your

SAP system administrator.

Choose "Print" for a hard coopy of the termination message. You can

display and adminster short dump messages using Transaction ST22.

Error analysis

Unable to open file "/CSDTD1.XML".

Error text: "Permission denied"

Error code: 13

Former Member
0 Kudos

Hi Vamsi,

Plz check the permissions of xml file,and adjust according.

Regards,

Abhishek

Former Member
0 Kudos

Hi,

This could be because of Authorization issue too. check whether the user has the authorization for the object S_DATASET. this has 3 fields:

1. PROGRAM - ABAP program name

2. ACTVT - Activity (06,33,34,A6,A7)

3. FILENAME - Physical file name (in this case ../CSDTD1.XML)

If the user does not have this object with correct values, you will get the dump DATASET_CANT_OPEN.

Regards,

Srihari

Edited by: Srihari Rao on Aug 7, 2008 10:38 AM

Former Member
0 Kudos

Hi

The file is protected assign the permission to that file and do.

It will not throw the dump next time

Regards

Bhaskar