cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the component name in webdynpro

former_member226203
Active Contributor
0 Kudos

Hi all,

how can i get the name of the webdynpro component. The component is being displayed in the portal. Now i need the component name for this.Can any one suggest of how to get this.

Regards,

Kalyan Chakravarthi.M

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member226203
Active Contributor
0 Kudos

solved

Former Member
0 Kudos

There were already a thread about the same topic here on SDN:

[how to get application name or component name|]

Yashpal
Active Contributor
0 Kudos

Hi ,

get the object of IF_WD_COMPONENT , by calling the method wd_get_api( ) of wd_component attribute , then call the method GET_COMPONENT_INFO( ) ,it will return the object of IF_WD_RR_COMPONENT in that call the method GET_NAME( ) .

Regards

Yash