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 / zulfiqar beg
Modify itself is a loop.So its better to use field symbols.
Read TABLE I_tab assigning <FIELD_SYMBOL> with key
numeric = '9'.
<FIELD_SYMBOL>-words = 'Twenty'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What is the first thing you do after vendor setup is complete?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How will you insert record in a sorted table
What is the bitwise operator in the sap abap?
Value table VS check Table.
How to upload data using catt ? : abap hr
What is the difference between Exit and Stop?
What is pretty printer?
What is narrow casting and wide casting?
What are the personnel administration related infotypes? : abap hr
Where do you code the hide statement?
What is human resource information systems (chris)? : sap abap hr
Do you know any other patterns if yes.. explain
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc