‎2019 Jun 08 9:59 AM
How can i FETCH characters dynamically,
Data: var type c value ABC123
var1 = var+0(n)
possible output of var1 : if n equal to 3, then is should ABC, then if 5 it should ABC12.
"n" is any number or dynamic number.
‎2019 Jun 08 12:34 PM
‎2019 Jun 08 3:51 PM
If the OP looks carefully, they'll find the answer is in the question!
‎2019 Jun 11 1:49 PM
"n" is any number or dynamic number.
Do you mean like a variable? That can be defined in ABAP as follows? And then you can dynamically change the variable value in the variable?
DATA n TYPE i.