Skip to Content
0
Former Member
May 15, 2005 at 12:43 PM

Reuse of Component

52 Views

Hi,

I would like reuse a component from webdynpro project to an another.

I created a developement component DC1 where I call an execute BAPI bapi_companycode_getlist.

I put this component in Public Part.

In My Second developement component DC2, i refer to DC1 and add the Component of DC1 into USED DCs.

Now in my DC2 i want to execute the BAPI in DC1 via the component. How to do this?

thank you