Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Required code to modify contents of a table

rajkumar_kandula
Active Contributor
0 Kudos

Hi All,

I want to create a class which i can use in Web Application Designer to modify content of a WEB Query Table.

For that i am using table interface property of WAD. Here is my scenario:

In table where ever i got 999999 it has to be replaced by 'DNA' (Data Not Available).

For that i created a class ZCL_RSR_WWW_MODIFY_TABLE which inherit superclass CL_RSR_WWW_MODIFY_TABLE

Now in the Method DATA_CELL i need to write some code so that it must replaces the data cell content of the table as said above.

Please go through this link so that you will be clear of what i am asking ?

http://help.sap.com/saphelp_nw04/helpdata/en/b3/f4b1406fecef0fe10000000a1550b0/frameset.htm

Regards,

Rajkandula

1 REPLY 1

rajkumar_kandula
Active Contributor
0 Kudos

Solved Myself with little coding.