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

dataset

prasanth_kasturi
Active Contributor
0 Likes
395

Hi

what is ENCODING DEFAULT we write in open dataset syntax

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

hi,

it adjusts the data in output according to field lenth and type.

reward points if useful,

seshu.

2 REPLIES 2
Read only

Former Member
0 Likes
380

hi,

it adjusts the data in output according to field lenth and type.

reward points if useful,

seshu.

Read only

Former Member
0 Likes
379

hi,

Addition:... ENCODING (DEFAULT | UTF-8 | NON-UNICODE)

The keyword ENCODING specifies the character set used to edit the data. In a US the DEFAULT is UTF-8, while in an NUS it is NON-UNICODE. NON-UNICODE means that the system uses the code page specified either when the user logs on to the R/3 System or in the SET LOCALE LANGUAGE statement.

Hope this helps, Do reward.