cancel
Showing results for 
Search instead for 
Did you mean: 

Get the WD component name from portal

Former Member
0 Kudos

How get the component name from portal if more field help documentation is not available?

Kindly Help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can find the WD component by following these steps:

1. Download and install HTTPWatch Basic Edition: http://www.httpwatch.com/download

2. Start the tool in the browser and click on Record button

3. Navigate to your application in the portal

4. You should find a POST request containing ***/sap/bc/webdynpro/sap/*** in the url. Here you can find the application name (in this example wdr_test_ui_elements).

5. Go to transaction SE80 in the backend system

6. Click on Edit Object -> Enhanced Options -> Web Objects

7. Enter the application name here (in this example wdr_test_ui_elements).

8. Hit enter and the component name will be shown in the view.

Best regards,

Gabor

Former Member
0 Kudos

Thanks a lot Gabor

Former Member
0 Kudos

Thanks Gabor for answer, i got component name as fpm_oif_component as its used in our OIF Fpm, but i want to know thw standard component which uses this fpm_oif_component

Former Member
0 Kudos

Hi,

For FPM components there should be a configuration created which is actually the application you are using.

Check for WDCONFIGURATIONID and/or SAP-WD-CONFIGID parameters in the trace to find out which is the used configuration for your FPM application.

Best regards,

Gabor

Former Member
0 Kudos

Can I know what is Trace..

Where to Check like give t.code etc .

Former Member
0 Kudos

Hi,

By the trace I meant the HTTPWatch Record you made earlier.

Best regards,

Gabor

Former Member
0 Kudos

steps how can we give wd_configid at url, i,e, we have to give after ? right, a the parameter to be wd_configurationid , Please explain..

Answers (0)