cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

I would like insert a Search Help on a field containing a UZEIT type, I try to set Input Help Mode "Automatic" in Dictionary search help appear "CLOCK" but it doesn't work, into the web dynpro It doesn't appear, then I try to set Input Help Mode "Dictionary Search Help" and fill relative field with elemenatary search help "SRM_F4_UZEIT", it appears but if I click on it I have a dump...

Are you able to help me???

Thanks

GN

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

I tried to import the nugget NUGG_WD_TIMESTAMP_VALUE_HELP.nugg with ZSAPLINK but I get the DUMP:

cx_wdy_md_already_existing

in method CREATEOBJECTFROMIXMLDOC of class ZSAPLINK_WD_COMPONENT.

Possible reason:

checkexists is false, as the interfaces ziwci_.... are already imported, but cl_wdy_md_component=>create_complete

can not create the WD component complete, because the interfaces are already created. deadlock

How can this problem being resolved?

Best regards

Andreas

thomas_jung
Developer Advocate
Developer Advocate
0 Likes

>

> Hi,

>

> I tried to import the nugget NUGG_WD_TIMESTAMP_VALUE_HELP.nugg with ZSAPLINK but I get the DUMP:

>

> cx_wdy_md_already_existing

>

> in method CREATEOBJECTFROMIXMLDOC of class ZSAPLINK_WD_COMPONENT.

>

> Possible reason:

> checkexists is false, as the interfaces ziwci_.... are already imported, but cl_wdy_md_component=>create_complete

> can not create the WD component complete, because the interfaces are already created. deadlock

>

> How can this problem being resolved?

>

> Best regards

> Andreas

Honestly not sure if there is a problem in SAPLink or if I included too many objects into the Nugget that I posted. I might have to recreate the nugget and make sure that I don't include the generated WDA interfaces. However I'm afraid that I am TechEd Berlin this week and I am really quite tied up. I can have a look at the nugget next week when I return to the office.

ibulanova
Discoverer
0 Likes

Hi,

I solved this problem dividing the file into 2 parts. First I downloaded a component controller (thats it everything between <WDYN>  </WDYN>). Next I downloaded interface controller (<INTF>  </INTF>).

Best regards

Irina