cancel
Showing results for 
Search instead for 
Did you mean: 

To access Webdynpro application through URL to call in another application

Former Member
0 Kudos

Hi Experts,

we want access the below mentioned Webdynpro application through URL to call in another application but currently the mentioned webdynpro application is not opening in the Browser. When we tried to test the application by right clicking and test still application is not opening in the Browser.

   

FPM_OIF_COMPONENT webdynpro component

/sapsrm/wda_l_fpm_oif  Web Dynpro Applications

/SAPSRM/WDAC_I_FPM_OIF_SC_PROF application configuration and right click that application and click Test.

It is popup the new browser window and it is closing immediately. So we cannot check the application

Thanks

Shyam

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Well, you can try following for NWBC.

yourserver:port/nwbc/srm/~canvas;window=app/obn/sc.displayprof/?SAPSRM_BOID=000C293ED9661EE499BEA45857084242&sap-client=800&sap-language=EN

Just replace the red marked parts with yours.

SAPSRM_BOID is a GUID of the shopping cart

Former Member
0 Kudos

Hi Konstantin,

We don't use NWBC. I'm trying to access the shopping application from back end. So now I try to access with the below URL

Myserver:port/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif?SAP-WD-CONFIGID=%2fSAPSRM%2fWDAC_I_FPM_OIF_SC_PROF&SAPSRM_MODE=APPROVAL&SAPSRM_BOID=547351598EC4211FE10000000AF0124A&sap-client=016&sap-language=EN

When i copy the url to browser, window closes automatically. We have also raised to SAP they are replying it as consulting issue. Expecting your reply.

Thanks

Shyam

konstantin_anikeev
Active Contributor
0 Kudos

Just try my link. Of cource the user must have proper roles on srm side

Former Member
0 Kudos

Hi Konstantin,

When I used your link I get the below error. Please suggest opinion.

Thanks

Shyam

konstantin_anikeev
Active Contributor
0 Kudos
the user must have proper roles on srm side
Former Member
0 Kudos

The user is assigned with /SAPSRM/MANAGER role.

konstantin_anikeev
Active Contributor
0 Kudos

Then it should work. Please check you enter the SRM-Server address (not the portal).

konstantin_anikeev
Active Contributor
0 Kudos

It should look the same way by you.

konstantin_anikeev
Active Contributor
0 Kudos

Oh... not sc.displayprof, but sc.detailprof

konstantin_anikeev
Active Contributor
0 Kudos

Or use /SAPSRM/EMPLOYEE - it has sc.displayprof

Former Member
0 Kudos

User has following roles.

SRM-server address is correct & sc.detailprof also not working, I get the same error. We have SRM one client.

For our case --> We have customized workflow engine and we are integrating the SRM applications with that. For that we need to pass the URL to show the approval application.

So this is where I face problem. Kindly suggest your opinion.

konstantin_anikeev
Active Contributor
0 Kudos

Please, try if you can call yourserver:port/nwbc/srm/ address

konstantin_anikeev
Active Contributor
0 Kudos

Please also check the table BBP_BACKEND_DEST.

You local SRM System must have SAP_SRM alias.

Former Member
0 Kudos

I find the below entries in the below mentioned table for my

konstantin_anikeev
Active Contributor
0 Kudos

Hm... I suppose you should have SAP_ECC_Procurement instead of SAP_SRM for the last entry.

Have you tried yourserver:port/nwbc/srm/ or yourserver:port/sap/bc/nwbc/srm/ for your server?

Answers (1)

Answers (1)

mani_sreedharala
Active Participant
0 Kudos

Hey Shyam,

You can also try the following to launch your application.

in SAP Menu, right click on favorites , click on "Add other Object" and choose "WebDynpro Application". Now you will see a popup window and enter the WDA along with the required parameters (Like cart guid, client etc..) as shown in the figure below

Regards,

Mani

Former Member
0 Kudos

Hi Mani,

Thanks for your response. The Browser loads and closes automatically.

Thanks Shyam