Suppose i have table with 2 columns say 1st with Numerics and
2nd with words like 1 for one and 2 for two......so.if i want
to change the 9 numeric word as some twenty...how?
Answer Posted / raghuveer
read table itab with key words = 'nine'.
itab-words = 'twenty'.
modify itab index 9.
clear itab.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we achieve MVC ?
How can we access the correction and transport system?
What are the ways you can do the tuning?
What are the uses of secondary indexes?
What is difference between dialog program and a report?
What is logical database? : abap hr
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
wht is the diff. b/n initialization and lotus of event
What are the three hierarchical levels of data types and objects?
How to determine the attributes of an internal table?
How to create any functions? How to go about it?
Define infotype ? : abap hr
In what ways we can get the context sensitive f1 help on a field?
What are two methods of modifying sap standard tables? : abap data dictionary
Name the abap/4 modularization techniques? : abap modularization