cancel
Showing results for 
Search instead for 
Did you mean: 

Component reuse Application/Component name

Former Member
0 Kudos

Hi Experts,

  I've a question on component reuse, in the scenario Component A reusing Component B and C.

While in debugger I can get the application name of A with the help of WDR_TASK=> APPLICATION_NAME, but how to figure it out Component or Application names of B and C.

Thank you in Advance,

Kiran

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Kiran,

In debugging mode write and doule click on method WDR_TASK=> APPLICATION.

Then follow path

        WDR_TASK=> APPLICATION  ->  Component_Info  -> Component_usages.

You will get all currently active Component name.

please note in this list components are activated  by

IF lo_cmp_usage->has_active_component( ) IS INITIAL.

   lo_cmp_usage->create_component( ).

ENDIF.


Thanks & Regards,

Pranav