cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SY_FILE_OPEN_MODE

Former Member
0 Kudos

We have a scheduled Job that runs an ABAP Program to pull some data from an external R3 system and put the data as a file on our PI system.

The target Destination of the file is mentioned as a path in the variant of the program.

Today it gave the following exception while running: CX_SY_FILE_OPEN_MODE with the runtime error being DATASET_NOT_OPEN. This is only noticed while running One of the variants. The other variants are working fine. All variants have the same target host location.

Any Suggestions???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sampath,

Thanks for you response. Anyway, we found the issue. The problem was that the target host directory sharing permissions had been modified to read-only. As for the variants, the other variants were, as part of the program, returning no data - so no new files needed to be created anyway - and thus no error.