Hello,
I have a internal table I_TAB[] as follows:
ID--
VALUE
---ATTRIBUTE
P1--
36
--
D
P3--
34
--
Y
P9--
32
--
J
I want to do a mass change in the ID value of this internal table such that, all the IDs get changed
to 'PA' as follows. I don't want to loop at the internal table, pas value to work area and then one by one from peformcne standpoint.
ID--
VALUE
---ATTRIBUTE
PA--
36
--
D
PA--
34
--
Y
PA--
32
--
J
Regards,
Rajesh.