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 are the types of subroutines?
What is gui status? How to create /edit gui status?
What are the organizational related Infotypes
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Did you create primary index?
On which even we can validate the input fields in module progams?
Why do we use abstract class
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
what is call back in alv?
What are local objects? : abap data dictionary
Explain the advantages of logical databases?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc