cancel
Showing results for 
Search instead for 
Did you mean: 

How can I see the data in Data Dictionary Project?

Former Member
0 Kudos

Dear friends,

I have created the Web Dynpro Project & Data Dictionary Project and used them like as create Web Dynpro Project for input data and save the data into the Database Table in Data Dictionary Project.

If I want to see my input data in the Database table, how can I do? Because I did not found any properties like this in Data Dictionary Project.

By the way are there any simple examples like my both projects above for download? Please advise.

Thanks in advances,

SeMs

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi brahmanandam ausali,

Suppose i deployed a dictionary in my local was.

Where should i search for the data in server..

AD

katarzyna_fecht
Explorer
0 Kudos

Hi Alex,

Java Dictionary always creates tables in the system database (schema) of the WAS Java.

If you do not know where this database is,

you should ask your server administrator,

if you have administrator authorizations, you can view the host and the name of the system database for example using the link "system information" on the home page of the server,

start the server and in the web browser enter

http://<server-host>:<http-port>, for example

http://localhost:50000

then select "system information"

What you need later on, to connect to the proper db schema on this db instance are the name and password of the database user as entered during server installation.

good luck, Katharina

katarzyna_fecht
Explorer
0 Kudos

Hi,

you find some examples in the examples folder of your Developer Studio installation,

Also view the download section on sdn.sap.com:

https://www.sdn.sap.com/irj/sdn/developerareas/was?rid=/webcontent/uuid/7d646a6c-0501-0010-b480-bf47... [original link is broken]

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web dynpro sample applications and tutorials.htm

brahmanandam_ausali
Participant
0 Kudos

hi Sukasem.

u can install sql studio and access all the tables in the

database of you WAS. u can insert the data directly from SQL Studio.

For example i am using the MAXDB , i installed MySQL MAXDB Studio. through which i can access my data base tables(Java Dictionary tables) in WAS.

otherwise u can contact to web application server administrator. He will be having the access to all the tables deployed on that WAS.

by

Brahmanandam Ausali