cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Dictionary tables

Former Member
0 Kudos

Hi all,

I have created a table in the dictionary perspective(sap netweaver webdynpro java).

can any body tell me How to insert values into that table ?

Regards,

satish

Edited by: satish katuru on Feb 19, 2009 8:30 AM

Accepted Solutions (0)

Answers (5)

Answers (5)

vishal_gupta15
Contributor
0 Kudos

Hi Satish,

If your querry is resolved then close the thread

_Vishal

vishal_gupta15
Contributor
0 Kudos

Hi Satish,

If you are trying to insert the values by using web dynpro java then follow these steps:

1) Create object of InitialContext class

2) Create the object of DataSource class and initialize it with your data source by using above created object.

3)create the connection by using the data source object.

4) create other objects as required by other JDBC application

5) Follow same coding as done for simple JDBC application

_Vishal

Former Member
0 Kudos
Former Member
0 Kudos

Hi Satish,

Refer following link to solve your queries related to java dictionary tables.

[Java Dictionary|http://help.sap.com/saphelp_nw04s/helpdata/en/82/fdbf2085f65f43a71e755fc904478d/frameset.htm]

Former Member
0 Kudos

Hi,

Do you have ABAP stack? if yes, you can try with SM30.

Hope this helps.

Manoj