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 are the 3 types of tables in sap? : abap data dictionary

645


Explain the call transaction method? : abap bdc

582


How to do find it?

555


Explain about the tables exists in a data dictionary and what are they? : abap data dictionary

625


What is lock mechanism? How do we create lock objects in abap?

630






What is append search help? : sap abap data dictionary

689


What are the different types of abap reports in sap?

760


What is a type group?

545


What are the user interfaces of interactive lists?

547


Difference between domain and data element? What are aggregate object?

598


How is time management and payroll is integrated? : sap abap hr

555


how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer

1811


how to create view in bdc..??

2321


What are the functional areas, user groups? How does abap query work in relation to these?

587


How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?

618