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?
Answers were Sorted based on User's Feedback
Answer / lakshmi avuthu
read table with key Numerics = '9'.
table-words = 'twenty'.
modify table.
clear table.
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / 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 |
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 |
How can end-of-selection be used?
while uploading a flat file through bdc call trans, then the system get CRASHED. how do i know how many records have been updated.
What is wage type
can u create internal table dynamically ? how?
4 Answers Bristle Cone, Cap Gemini, HP, IBM, MetaMorph, Satyam, Wipro,
What is the exact difference between RFC and BAPI ?
What is macro? : abap hr
)what is the significance of main window in a page, what are the types of windows? briefly explain the types of windows
How do u test a script?
what objects can be generated by the batch input recorder?
What is the exact use of Reuse_alv_field_catlog_merge.
Transaction code for creating Message class?
When i create a Table Maintenance Generator ,which is the event that will Trigger ?