cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a data dictonary

Former Member
0 Kudos

hi all ,

i need to create a table in data dictionary, plz if someone can help me by guiding me on this .if anyone has a pdf regrding this will be more useful.

Thanks

sai sharan

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Sai,

check this <a href="http://help.sap.com/saphelp_47x200/helpdata/en/97/1f0e3eccb33b2ee10000000a114084/content.htm">SAP Help link</a>

regards,

Siva

Answers (3)

Answers (3)

Former Member
0 Kudos

hi sumit,siva ad shefali,

thanks for the reply ,

siva : what u have sent was useful for creating a table but i am not able to enter data into the columns and how to add this data dictionary to the local dictonary???

shefali :- what u have sent was regrding java perspective can u please tell me how to do this in webdynpro??

former_member197348
Active Contributor
0 Kudos

Hi Sai,

You need to create a value node of that structure with structure binding [You can see a check box option when creating a value node]. Then you can add values as you do for normal value nodes. [Create element,set attributes and then add to the node].

Like this


//Declare node
IPrivate<Viewname>.I<nodename>Node node = wdContext.node<nodename>();
 	 IPrivate<Viewname>.I<nodename>Element ele = wdContext.create<nodename>Element();
//Set the attributes
 	 ele.setX();
 node.addElement(ele);

That's all.

You will have a table with values.

Hope this helps for you.

regards,

Siva

Former Member
0 Kudos
Former Member
0 Kudos

Hi saisharan,

Hope u r looking for this

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ded11778-0801-0010-258f-ac3b9408a194">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ded11778-0801-0010-258f-ac3b9408a194</a>

regards

Sumit