cancel
Showing results for 
Search instead for 
Did you mean: 

How to submit standard component view

Former Member
0 Kudos

Dear:

I have write a report with webdynrpo table to lsit bp data.

But user want to display standard bp data view (use standard bp conmpnent) when he review this report.

example: I list bp data in webdynpro view. Usr click one item, the view must navate to standard bp view. This bp view is stanard conpoment with web.

I use crm7.0.

Accepted Solutions (0)

Answers (2)

Answers (2)

ashish_shah
Contributor
0 Kudos

1.add a view container in your view.

2. add standard component view as an interface view in your window under this view container.

3. create an outbound plug in your view to fire default inbound plug of standard component.

4. on button click fire this outbound plug to get the needed view

Regards,

Ashish Shah

Former Member
0 Kudos

Dear ashish shah

How to add standard component view as an interface view in your window?

Can you give me a example?

Former Member
0 Kudos

Hi,

Please check this, it might helps

http://wiki.sdn.sap.com/wiki/display/WDABAP/Callinganinterfaceviewofanotherabapwebdynpro+application

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

Cheers,

Kris.

ashish_shah
Contributor
0 Kudos

Let me list all the steps for you.

1. Add the standard component in your component as used component.

2.add a view container in your view.

3. add standard component view as an interface view in your window under this view container.

4. create an outbound plug in your view to fire default inbound plug of standard component.

5. on button click fire this outbound plug to get the needed view

Wiki link shares by kris will help

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

Regards,

Ashish Shah

Former Member
0 Kudos

Dear kissnas and ashish shah :

Thanks you help.

Your solution is navigate to another webdynpro conpment. But I want to navigate to standard conpment. This component is used CRM WebUI. For example: bp data used standard component is BP_HEAD. You can see it with t-code:BSP_WD_CMPWB. This component is used BSP.

Edited by: tx first on May 4, 2011 11:22 AM

Edited by: tx first on May 4, 2011 11:25 AM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I think you are confusing people in this question becuase you are mixing two completely different technologies - Web Dynpro ABAP and CRMUI. CRMUI components aren't compatible with Web Dynpro ABAP ones. You can not embed them as you woudl a WDA component.

You have to treat this as a navigation situation. If you use the Portal or the NWBC, you can use Portal Navigation APIs to go between your WDA application and your CRMUI application. Otherwise you would have to build the full URL for the CRMUI application on your own and then fire an exit plug or use a LinkToURL UI element in order to trigger browser navigation to the CRMUI application.

Former Member
0 Kudos

Dear Thomas Jung:

Thanks for your answer.

I developed in CRM. I write webdynpro to list bp data. My webdynpro program used Transaction Launcher to display in CRM WebUI. My user want to navigate to standard webui page to display standard bp data from my webdynpro program. I think i wolud be use url to nagviate to standard webui page. My another question is how to get webui url? I didn't navi gated to webdui page if i didn't know the url.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>My another question is how to get webui url?

I don't think this is the right forum for your question. This forum is for Web Dynpro ABAP questions only. WebUI/CRMUI is a completely different technology from Web Dynpro ABAP. I would suggest asking your WebUI/CRMUI questions in a different forum.

Former Member
0 Kudos

Dear Thomas Jung:

Thanks for your help!

Former Member
0 Kudos

Hi

Use Standard component in your component as used component.

On button call standard component view, as per your requirement.

Cheers,

Kris.

Former Member
0 Kudos

Thanks!

I want navigate to standard webui componnent. Webdynpr component does not use webui Standard component .