cancel
Showing results for 
Search instead for 
Did you mean: 

Calling standard Iview from custom ALV table of web dynpro

Former Member
0 Kudos

Hello All,

We have created a custom web dynpro to create shopping carts from excel data and display the list of successfully created shopping carts .

Now we have the requirement  to call standard iview for shopping details display on clicking on Shopping cart number .

Standard screen information which we want to call is as below:

Application: /SAPSRM/WDA_L_FPM_OIF

Web Dynpro Component: /SAPSRM/WDC_UI_SC_DOFC_HD

Window Information: IV_L_FPC_CA_HDR

View Information: V_SC_BOFC_HD

Configuration ID: /SAPSRM/WDCC_FPM_SC_HD_PR

Please let us know if we can call standard web dynpro iview from custom web dynpro.

Thanks,

Purnima

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

These are two possible ways:

  • You can include the standard component as a used component and then link the desired view in a window that you call when you click the Shopping Cart link or button. In order to pass parameter here the standard application should have an interface method that you can call to set the shopping cart ID.
  • Another way is to define the Shopping Cart application as an OBN object and then navigate it to using Portal Navigation wizard. This technique opens a completely separate browser window. You can pass the WDA application parameters in the navigation method interface.
Former Member
0 Kudos

Dear Purnima,

Do you only want to call the standard view or you have to also pass the parameters?

Warm Regards,

Upendra Agrawal