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
Can we include customizing include or an append structure with pooled or cluster tables?
Can we use flow logic control key words in abap/4 and vice-verse?
Can there be more than 1 main window in sap script?
How to debug a script in abap?
Explain get cursor field?
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What are the functions of lock objects?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is gui status? How to create /edit gui status?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
what precautions or prerequisites do you follow to update a record into database table and how
How to determine the attributes of an internal table?
In which table the material master data is stored?
How do you do bdc for a table control? : abap bdc
What are the two ways of producing a list within a transaction?