Skip to Content
0
Former Member
Jan 07, 2008 at 08:04 AM

What is problem?

39 Views

Hi all,

Here is the code part of bdcrecxx.

FORM OPEN_DATASET USING P_DATASET.

OPEN DATASET P_DATASET IN TEXT MODE.

>>Error is here above: open dataset...

IF SY-SUBRC <> 0.

WRITE: / TEXT-E00, SY-SUBRC.

STOP.

ENDIF.

ENDFORM.

The error message is;

One of the additions "FOR INPUT", "FOR OUTPUT", "FOR APPENDING" or "FOR UPDATE" was expected.

What is the problem?

Thanks.