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

Question about TRANSLATE text USING mask

Former Member
0 Likes
655

hi every one,

i am looking the code about Code Inspector.

translate MY_PROGNAME(30) using ' ='.

   MY_PROGNAME+30 = 'CP'.

can anyone tell me, what means '='.

my_program(30) type c.

my_program = 'CL_CI_TEST_TABLE_EXTENSION====CP'.

pls help me.

Thanks all and have a good day.

Yinxiao

hi every one,

i am looking the code about Code Inspector.

translate MY_PROGNAME(30) using ' ='.

   MY_PROGNAME+30 = 'CP'.

can anyone tell me, what means '='.

my_program(30) type c.

my_program = 'CL_CI_TEST_TABLE_EXTENSION====CP'.

pls help me.

Thanks all and have a good day.

Yinxiao

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
551

What is your question about, the "mask" used in the TRANSLATE statement? -> read ABAP online help

Or the "=====CP" type program name? -> standard naming convention for the includes behind classes, search for additional information.

Thomas

P.S. un-marked as question

Read only

kumud
Active Contributor
0 Likes
551

I think pressing F1 on the keyword Translate would provide the relevant information!

Regards,

Kumud