cancel
Showing results for 
Search instead for 
Did you mean: 

List of Available Components for Component Usage

amy_king
Active Contributor
0 Kudos

I wonder if anyone knows whether there is SAP documentation anywhere (for any NetWeaver EhP level) that lists all the available components that may be used as component usages? For example,

  • SALV_WD_TABLE for SAP List Viewer
  • WDR_SELECT_OPTIONS for select-options
  • ...

I've looked in both help.sap.com and scn.sap.com but I've been unable to find a single place that lists all the available components one might use as component usages. I suspect this must be documented somewhere but I've been unable to find it.

Cheers,

Amy

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Amy,

unfortunately, I am not aware of such a library either. It's probably the same as with function groups. Some are reusable, some are not. Web Dynpro as a technology is nowadays widely used in many SAP modules. So even for SAP it might be difficult to build such a reuse library - especially since true reuse might only be done at FPM level in future.

As it is the case with the function modules of some of the famous function groups: to know what is available and how it can be used would be consulting knowledge that is built over time by project experience.

Best regards,

Thomas

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

I too didn't find any documentation but, You can check the table WDY_COMPO_USAGE . In this table, USED_COMPONENT field contains the component usage name.

You can write a small program to fetch data from the above table and sort and delete the adjacent duplicates of used_component field will returns you all the component usage names.

Hope this helps u.,

Regards,

Kiran

amy_king
Active Contributor
0 Kudos

Thanks Kiran. Table WDY_COMPO_USAGE did reveal some that I didn't know about, which is a good start.

Cheers.

Shivesh
Advisor
Advisor
0 Kudos

Hi Amy,

    SWDP_REUSABLE_COMPONENTS-> Check this Package. It consists of all the to be used Components.

Regard's,

Shivesh Ranjan.

amy_king
Active Contributor
0 Kudos

Thanks Shivesh,

This package does contain a few web dynpro components, but I notice that SALV_WD_TABLE, for example, belongs to package SALV_WD_UI, so SWDP_REUSABLE_COMPONENTS doesn't appear to be the complete set of all "component usage" components.

But thanks for the tip, this package does appear to be another piece of the puzzle.

Cheers,

Amy