‎2008 Feb 08 7:51 AM
Hi Gurus,
I have created idoc segment named y_vessel01 with all new different fields and data elements.When i am saving that idoc segment it is giving an error saying that """"Dictionary Structure Y_vessel01 could not be created"""""
Can u please tell me why this error occured and please tell the remedy
‎2008 Feb 08 9:16 AM
Hi Madan,
Are all these data elements CHAR type?
Idoc segments have to be composed of CHAR fields only, because their data will be saved in EDID4-SDATA field. SDATA is a field with 1000 char positions.
So I recommend you to use for all segments fields standard types like CHAR1, CHAR2, CHAR10, CHAR100, CHAR255, etc.
Reward points if helps.
Regards,
Roger
‎2008 Feb 08 9:52 AM
‎2008 Feb 08 10:28 AM
Check that the sum of all fields length is less or equal to 1000. Maybe that is the problem.
If total fields length overflow 1000 positions you should divide them in two different segments (second as a child in the Idoc)
‎2008 Feb 08 10:38 AM
Hi,
whatever the data elements are you have declared might be all are not existed.