cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP modify a method to manage the result about a query

Former Member
0 Kudos

Can i modify a method to manage the web query in particular a column of table? i would modify a class of name "CL_RSR_WWW_ITEM_GRID" in other same class where change only column's method, which is this method?

Thanks al lot

Accepted Solutions (0)

Answers (3)

Answers (3)

athavanraja
Active Contributor
0 Kudos

you need to use modify table interface method of achieving this.

check out the how to doc for the same.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49dfeb90-0201-0010-a1a2-9d7a7ca1a238">How to Enhance your Web Query with the Table Interface</a>

Regards

Raja

former_member188685
Active Contributor
0 Kudos

if you created a class in se24 by mentioning it as super class you can redefine the methods of it.

i think are you talking about <b>ITEM_CHANGED</b> event....

In your local class you can implement this as method, and set this an event to Handle using set handler.

regards

vijay

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Not sure if I follow you 100%, but, have you tried creating a local/global class that inherits from this other class, then may be able to do a redefinition on that method.

Regards,

Rich Heilman