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