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


Please Help Members By Posting Answers For Below Questions

What is the disadvantage of using exec sql statement in abap?

538


What are the different functions used in sap script?

534


What is collective search help? : sap abap data dictionary

609


What is the difference between sum and collect?

894


What are the different methods of bdc? : abap bdc

605






What are the different functions used in sap script? What are the parameters used in each function?

620


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

1718


What are number ranges?

630


What is luw or data base transaction ?

582


Can we create an abap program without using y or z?

587


What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

571


What are the data types of the external layer? : abap data dictionary

798


What is the use of a pretty printer?

615


Did you create secondary index?

691


What is web dynpro for abap?

577