cancel
Showing results for 
Search instead for 
Did you mean: 

Calling another WD4A component from one WD4A!

Former Member
0 Kudos

Hi,

I want to build a set of WebDynpro ABAP components and be able to call them individually from one main WebDynpro ABAP application. I want to maintain these component names in a table and be able to call any of them based on a value selection from the main WebDynpro ABAP application. Since, I will be maintaining to-be used Web Dynpro ABAP component names within a custom table I want to refrain from adding each individual component as Comp Usage within main component.

How can I do this and are there any such standard examples?

Thanks,

Shrini

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi shrinivas,

As you need to call another component from your main component and the component names are stored

in a custom table , use the component application URL to call different components ,so that based on the

selection made you can append your component name to the URL and call the required component.

Hope this helps you.

former_member182372
Active Contributor
0 Kudos

Perfect wiki

http://wiki.sdn.sap.com/wiki/display/WDABAP/WebdynproApplicationsIntegration