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 / lakshmi avuthu
read table with key Numerics = '9'.
table-words = 'twenty'.
modify table.
clear table.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the different methods of bdc? : abap bdc
What does the ‘suppress dialog’ do?
What are user exits? What is involved in writing them? What precations are needed?
How many structures can be created in a Ztable ?
What are the user interfaces of interactive lists?
What is the difference between a pool table and a transparent table?
Explain the call transaction method? : abap bdc
What are pooled tables?
What is a size category?
How can we send data to external programs?
What will you code in start-of-selection & end-of-selecton & why?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How many default tab strips are there?
what is leave to TRANSACTION?