Application Development 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: 

Values for abap_encoding / abap_encod

Former Member
0 Kudos

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

arseni_gallardo
Active Participant
0 Kudos

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

4 REPLIES 4

arseni_gallardo
Active Participant
0 Kudos

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

0 Kudos

Thank you!

0 Kudos

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?

0 Kudos

Table TCP00 in column CPCODEPAGE holds the real answer.