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