Application Development and Automation 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: 
Read only

IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START

Former Member
0 Likes
879

Hello Everybody,

My requirement is to add a new new column " Course Name " in BSP Application - ZHCM_LEARNING.

I have added the header " Course Name " in trainingtype.htm and it does appear in portal.

but to add the line item details i am stuck up and not able to proceed.

Internal table DATES-EVSTX has the required details per my requirement.

could someone help me how to add 'EVSTX' to the existing method - RENDER_CELL_START

Should i enhance the method or is there a best way or approach to complete the activity?.

If yes please guide me.



Thanks,

Bharathiraja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
811

I Found solution and it is resolved.

Thanks,

Bharathiraja

4 REPLIES 4
Read only

Former Member
0 Likes
812

I Found solution and it is resolved.

Thanks,

Bharathiraja

Read only

matt
Active Contributor
0 Likes
811

And what was the solution?

You see, you were expecting the community to help you. OK, on this occasion you worked it out for yourself, but it's still community minded to share the solution to help others.

Read only

0 Likes
811

Hi Matthew Billingham,

I have created an Enhancement in IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START. Wrote logic to render data to Portal from this enhancement.

Additionally created a method by enhancing CL_LSO_BSP_CELL_RENDERER.

This is used to render data returning result to the above BADI.

In TRAININGTYPE.HTM layout add code to display respective header.

Finally it displayed as expected in Portal.

Thanks,

Bharathiraja.

Read only

0 Likes
811

Hi Bharathiraja ,

can you please let us know the Standard class where you have created a custom method to resolve this issue .

Thanks ,

G.Gowri Sankar