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
What is the function of the transport system and workbench organizer?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What are aggregated objects
What are Delivery classes? What data will you want to transport during client copy?
How to get that a secondary index is attached to a select query?
What are the different control break statements available inside a loop?
How do I find the output type of a table or a program?
What are the different types of laws. What are they?
What is an update type with reference to a match code id? : abap data dictionary
What are table clusters?
What are the system fields you have worked with? Explain?
What are the advantages/ dis-advantages of logical databases?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are different data types in abap/4?