cancel
Showing results for 
Search instead for 
Did you mean: 

Problem to add ALV component to standard webdynpro component using enhancement

0 Kudos

Hi Experts,

I added one alv component ALV_TABLE to standard component /RPM/REVIEW_DETAILS uding enhancing the component technique.But added alv component is not coming under component usages.

Thanks

vijay

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Vijay,

The component usage ALV_TABLE will not appear in component usage tree on the left side.

You cannot do the context mapping by using enhancement as this is limitation.

You can set data to alv component through program.

use the method SET_DATA as below

wd_this->wd_cpifc_alv_table( )->set_data( r_node_data = your node name )

Please refer Mr. Thomas Jung's reply in the below thread

http://scn.sap.com/thread/1435054

Hope this helps you.

Regards,

Rama

0 Kudos

Hi Ram,

Thanks..I followed your suggested link.Now i am able to link ALV.

Regards

vijay

Answers (0)