Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

OPEN DATASET statement

$
0
0

Hi experts,

 

How can I identify when I need to use "Encoding Default" or not in a OPEN DATASET statement?

I tried to see the version of my system, but both that I have are ECC 6, and both are No-Unicode, but one of them need to insert the ENCODING DEFAULT and the other don't.

 

Ex:

OPEN DATASET vl_archive FOR OUTPUT IN TEXT MODE.

or

OPNE DATASET vl_archive FOR OUTPUT IN TEXT MODE ENCODING DEFULT.

Thanks for your help!

 

Best Regards

Victor Marquise


Viewing all articles
Browse latest Browse all 8332

Trending Articles