cancel
Showing results for 
Search instead for 
Did you mean: 

Possible permissions error?

Former Member
0 Kudos

I wonder if anyone knows what might be going on here because this doesn't make sense to me.

I created a web dyn pro and it has a few input fields that are bound to the DRAW table for document management. These fields use the default CV01 search helps.

These search helps on the application work for me, but not for some of the users. They get the error

"Sending of dynpro SAPCCLSD 0100 not possible. No window system type specified."

I talked with one of the users to find out they don't have permission to view tables through SE11, but they can see that data from the CV04N transaction...but the CV04N transaction uses the same search helps as DRAW.

Any ideas?

Edited by: Joshua Harris on Apr 29, 2009 2:24 PM

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If I remember right, there are a couple of elemental search helps in that collective search help that have exits in them that make SAPGUI calls and therefore wouldn't be supported from Web Dynpro. Perhaps the per user issue is that the search help remembers what the last elemental search help you were on. Try running through all the elemental search helps in that collective and see if you can find the offending one.

You might have a create a custom collective search help that elimates the usage of the couple of unsupported elemental search helps.

Former Member
0 Kudos

Thanks, I did find one of the elementary search helps in that collection to call a GUI screen. I copied the whole collection and removed the one that was causing the problem since I didn't need it anyway.

Doing so raised another issue though. Now when I use the search help and choose a document entry, it only pulls in the piece of data for that individual input field and not all the others like it use to. How do I make it pull back the data like it use to?

- Josh

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The ability for the search help to get input and output from other fields in the context comes from a shared defintion of the search help parameters in the underlying data dictionary structure. You will also need to use a custom DDic structure defintion for your context and change the search help usage of this structure to your new customer search help if you want to also have importing/exporting values.

Answers (0)