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 generic area buffering in abap?
What are Pull and Push Methods?
What is append search help? : sap abap data dictionary
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
Differentiate between table and template ?
What is the Difference between At Line selection and At user-command?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What is the significance of the screen number ‘0’?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
How to do find it?
Differentiate screen painter from menu painter.
What are the update types possible?
What is the major difference between pool tables and transparent tables?
What are the various types of selection screen event?
What is an rfc?