cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the Web Dynpro component name inside the BADI

0 Kudos

Hi friends,

In SRM, I implemented BADI (BBP_AUTHORITY_CHECK) for authorization check, Inside badi, i need to validate based on the Web Dynpro component name, would you please let me know, how to get the Web Dynpro component name inside the BADI.

Thanks in advance. 

Regards,

Venkatesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The webdynproname varies from system to system as it is system generated.You can use CL_WDL_WD_NAMING_SERVICEs method GET_CLASSNAME_FOR_COMPONENT to find out the name.

Hope this helps!