cancel
Showing results for 
Search instead for 
Did you mean: 

strange problem with date picker popup

Former Member
0 Kudos

Hello!

As far as I know, you automatically get a date picker in WD if you map an input field to a context element of type com.sap.dictionary.date - that's what I did

But as soon as I click on the element next to the input field I get a java script error: 'sapPopup' is undefined

the error is thrown in sapUrMapi_ie6.js on line:

oDatePicker = new sapPopup(window,arrUrls,oCal,ur_get(sId+"-btn"),oEvt,0);

I assume the sapPopup funcion should be in the file sapWdSsr_ie6.js

but in this file I can only find functions like:

function CSF_Event()
function CSF_EventHandler()
function CSF_List()

What am I getting wrong here?

Any help would be appreciated...

thx Margit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We solved this problem by updating test system and NWDS to SP 15 (we were on SP 09 before) now it's working

regards

Former Member
0 Kudos

Open an OSS message on component XX-INT-UR.

Armin