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

Values for abap_encoding / abap_encod

Former Member
0 Likes
4,806

Hello,

is there any documention which values can be set to a variable of type

abap_encoding

or

abap_encod

?

I found some mentions of 'UTF-8' but that's it. What about the different ISO-XXX and ANSI character sets?

Thanks

1 ACCEPTED SOLUTION
Read only

arseni_gallardo
Active Participant
0 Likes
2,515

Take a look to the contents of table TCP00A. I think you are looking fot the values of column CPATTRSEQ.

4 REPLIES 4
Read only

arseni_gallardo
Active Participant
0 Likes
2,516

Take a look to the contents of table TCP00A. I think you are looking fot the values of column CPATTRSEQ.

Read only

0 Likes
2,515

Thank you!

Read only

0 Likes
2,515

TCP00A may or may not be the right table, but I do not believe that column CPATTRSEQ ist not the right column in this respect (would not make much sense, seeing that only values 0001 to 0004 exist on our system, apparently representing a vast variety of encodings), so the question is: which one is? CPATTR sounds more like it. And which CPCODEPAGE and CPATTRKIND would I have to heed to find appropiate encodings?

Read only

0 Likes
2,515

Table TCP00 in column CPCODEPAGE holds the real answer.