Skip to Content
0
Mar 14 at 10:53 AM

Get Webdynpro Component configuration name at runtime

262 Views

component-config-name.jpgHello,

how can i get the component configuration name from webdynpro at runtime in ABAP class (See picture).

When I use

DATA config_id TYPE string.
config_id = CL_WD_RUNTIME_SERVICES=>GET_URL_PARAMETER( 'sap-wd-configId' ).

the i become the WD-Config ID. Is there a class for this?

Thanks Kerim

Attachments