cancel
Showing results for 
Search instead for 
Did you mean: 

/SAPSRM/CL_URL_SERVICE=>GET_URL portal link

ashish_shah
Contributor
0 Kudos

Hi Team,

In my SRM 7.02 system , when i run the method GET_URL of class /SAPSRM/CL_URL_SERVICE,

I am getting a NWBC link like:

http://<host>:<port>/nwbc/srm/~canvas;window=app/obn/sc.detailprof/?sap-client=200&NAVMODE=3&SAPSRM_...

I wanted the link to the portal like:

http://<host>:<port>/irj/portal?NavigationTarget=OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Oper...

Any idea what to modify to get the portal URL?

Regards,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

customizing switch for NWBC is activated. See IMG: SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Display Status of Customizing Switches

This point is checked by GENERATE_ACCESS_URL method from /SAPSRM/CL_URL_SERVICE class. That's why your logon link is for NWBC.

Regards.

Laurent.

ashish_shah
Contributor
0 Kudos

Hi Laurent,

When i checked in IMG, i could see following switches activated:

SRM_701_KEYBOARD_NAVIGATIONKeyboard Navigation Redesign@01@ Active
SRM_701_LINK_TO_ERPLink to SAP ERP Documents@01@ Active
SRM_701_PROGRESS_BARProgress Bar@01@ Active
SRM_700_ANALYTICS_LOCALBW-Independent Analytics@01@ Active
SRM_700_LOCAL_MENUPortal-Independent Navigation Frame@01@ Active
SRM_701_AUTO_SOS_ASSIGN_OFFDisable Auto Assignment of Source of Supply  in SC@01@ Active
SRM_702_SERVICE_BUNDLING_POHandle Bundling of Service Line Items in Purchase Orders@01@ Active
SRM_700_ANALYTICS_BWBW-Based Analytics@0M@ Active (Calculated)
SRM_700_POWL_PARTIAL_REFRESHAutomatic Refresh of POWL@5B@ Active (Initial Status)

Not too sure which one is for NWBC.

Regards,

Ashish

konstantin_anikeev
Active Contributor
0 Kudos

SRM_700_LOCAL_MENU

Answers (2)

Answers (2)

ashish_shah
Contributor
0 Kudos

Hi Konstantin,

After deactivating the switch the URL getting generated is :

:///irj/portal?NavigationTarget=OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Operation=detailprof&...

i have also maintained Portal details in SPRO-->SAP SRm --> SRm Server -->Technical basic settings --> maintain portal information for following :

Do you think i am missing something?

Regards,

Ashish

ashish_shah
Contributor
0 Kudos

I managed to fix it, by maintaining values for

Port [Internal]

Port [Internal]

Protocol [Internal]

Protocol [Internal]

Full Qualified Domain Name

Full Qualified Domain Name.

Regards,

Ashish

konstantin_anikeev
Active Contributor
0 Kudos

Hi Ashish,

this class will generate portal link as you deactivate NWBC.

Regards

Konstantin