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
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
Which table stores the programs created?
What is is a match code? : abap data dictionary
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
When the top-of-page event does get triggered?
What is system-land-scape of your project?
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
How to debug a sapscript?
What is the basic difference internal tables and database tables? : abap data dictionary
What are the events used for logical database?
What are the buffering options in abap?
5) How to rereive text elements in SF and script?
What is the significance of the memory table ‘screen’?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is your approach for writing a bdc program? : abap bdc