Question:
Hello,
I followed the steps showed in the SAP Library help for Business Explore
r regarding to "Web Design API for Tables". These steps are the followin
g:
- Using the Class Builder (transaction SE24) or the Object
Navigator (transaction SE80), create a class with a class name
in the customer name space.
- Give the class the same properties as class
CL_RSR_WWW_MODIFY_TABLE.
- Implement only the methods that fill cell contents that you want
to change. For further information about thedifferent methods,
see Table Interfaces.
- Create the your Web template from the table provided by SAP.
- Extend the object tag of the table and/or the navigation block in
the Web template with the parameter <param name='MODIFY_CLASS'
value='YourClassName'>.
- Check in the modified Web template.
Well, after complete all steps and execute the query in the browser, I a
lways get the following error: "Error loading item TABLE_1."
Could anyone help on this?
Thanks in advance.
Answer:
Hello CJR
I'am also facing the same problem. Can anyone tell me how to display the class settings on web and solve this problem.
thanks
Answer:
Did you activate all the methods. when you validate your webtemplate do you get any error message.
I'am also trying to implement but got the same error and would like to know how to work it out. If anyone can implement and let us know it would be great.
Thank You
Answer:
Hey
I'am suprised anyone has not replied till date. Can anyone implement a class and let us know.
thanks
Answer:
Hi, i´ve implemented the table class
On the first message you wrote:
- Give the class the same properties as class
CL_RSR_WWW_MODIFY_TABLE.
That you have to do is to create s subclas from
CL_RSR_WWW_MODIFY_TABLE, not a class like CL_RSR_WWW_MODIFY_TABLE.
...
steps..
1.- Create a Class
2.- on Properties. click on Superclass
3.- on Superclass select CL_RSR_WWW_MODIFY_TABLE..
4.- save
5.- Edit the method you will use.
i hope this helps you.
MMorales