cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Table to store the WebDynpro Details

Former Member
0 Kudos

Hi,

Is there any Standard Tabe that is used to store the details of a

WebDynpro Application .

That is it the WebDynpro Component and its Corresponding WebDynrpo Application,Classes etc (Similar to BSP where there is a standard table that is used to store the Pages,

its corresponding Controller Classes and the BSP Application)

Thanks and Regards,

Pavithra

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes there are underlying database tables for just about every aspect of Web Dynpro. In fact there are 112 database tables that begin with the name WDY_*. All of these store some aspects of a Web Dynpro related data. However there are no public APIs that allow programatic access to this underlying Web Dynpro meta data yet.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

>However there are no public APIs that allow programatic access to this underlying Web Dynpro meta data >yet.

are there any plans to provide public APIs for this, if yes how it will be helpful for the developers?

i am just wondering what scenario make this useful

Thanks

Abhi

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

BSP had such public APIs and they were mostly used by other frameworks (like BI) to generate objects. Web Dynpro actually has much greater dynamic functionality without the need for object generation. However in some usecases it might still be preferable to dynamically generate a View or an entire WD component.

Nothing has been anounced or commited to by SAP to provide such public APIs. There are APIs, but they are only allowed for use by the ABAP workbench currently. Although not technically supported by SAP, they were also used within the SAPlink Web Dynpro ABAP Plug-In.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

The Applicaiton details are stored in WDY_APPLICATION table

Abhi