cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro application log on button is not working

Former Member
0 Kudos

Dear gurus,

Please help me with this issue.

1. Open 1 of Web Dynpro application,
https://s4h1610fitraining.global.abeam.com/sap/bc/webdynpro/sap/WDA_FCLM_BAM_HIERARCHY;sap-ext-sid=1...

2. Screen appears. But when click Log on, nothing happens. (Language font also is big and weird). F12 trace: Uncaught SyntaxError: Unexpected token / in JSON at position 0

Thanks,
Fadzly Iqbal

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Fadzly,


1. if you open the webdynpro applicaiton in the backend system directly, will the issue happen?

2. If no, could you tell me what's the UI5 version?


Best regards,

Wilson

Former Member
0 Kudos

Hi Wilson,

I noticed if I open the URL directly without Web Dispatcher, it works correctly.

But, if I am using Web Dispatcher URL, web dynpro screen looks weird, and I could not enter to next screen even if I put username, password and click Log On

Thanks,

Former Member
0 Kudos
Zulfadzly Iqbal Mohmad Zulkafli 53 minutes ago

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

SAP_UI 751 0002 SAPK-75102INSAPUI User Interface Technology 7.40

0 Kudos

it seems that the issue happens because the request: https://host:port/sap/public/bc/ur/nw7/js/lightspeed.js is redirect to the frontend system. because the path is /sap/bc/, I think in your web dipathcer profile, sap/bc is redirected to the gateway system. Also, please point ui2/nwbc/ to the backend system.

So,to solve the issue:

1.set wdisp/system_conflict_resolution = BEST_MATCH in the webdispatcher profile

2. set /sap/public/bc/ur/nw7/js/ in the backend system of the web dispatcher profile

3. restart the webdispatcher

Former Member
0 Kudos

Hello Wilson,


Thanks for your suggestion.

I set below profile in WDP_W04_HOSTNAME accordingly and restarted SAP Web Dispatcher:

wdisp/system_conflict_resolution = BEST_MATCH

wdisp/system_0 = SID=S4F, MSHOST=JPABTCS4HAP, MSPORT=8103, SRCSRV=*:443, SRCURL=/sap/bc/ui5_ui5/;/sap/bc/ui2/;/sap/bc/lrep;/sap/opu/odata;/sap/public/;/sap/bc/bsp;/sap/bc/nwbc/;/sap/es/

wdisp/system_1 = SID=S4H, MSHOST=JPABTCS4HAP, MSPORT=8100, SRCSRV=*:443, SRCURL=/sap/bc/webdynpro/;/sap/es/;/sap/bc/gui/;/sap/bc/apc;/sap/bw/ina;/sap/bw/Mime/DS/Content;/ui2/nwbc;/sap/public/bc/ur/nw7/js/

But, still same.

Thanks,
Fadzly Iqbal

0 Kudos

could you please check the network tab, I think there are other requests send to the wrong system.

Former Member
0 Kudos

thanks. resolved after clear the browser cache

Answers (1)

Answers (1)

Former Member
0 Kudos

Check if you have the latest Unified Rendering version in the backend system (SAP Note 2090746)

Former Member
0 Kudos

it is latest unified rendering version.
Actually, this issue happens after we update the unified rendering version