cancel
Showing results for 
Search instead for 
Did you mean: 

store data in database and access

Former Member
0 Kudos

Hi,

I need to store one small table in database and access that table in every webdynpro project in runtime.

Is there any specific way to do it in webdynpro, how can i store table in portal database and access it in webdynpro.

Thanks,

Damodhar.

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

SAP has provided you the Java Dictionary in NWDS. Here you can define your database, then deploy it to the engine, the engine will create the table on the underlying database automatically. Then you can access the database via SQLJ or others.

http://help.sap.com/saphelp_nw2004s/helpdata/en/87/773a55f35a65409009e87261c84eb2/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/b8/092492099b7c44b266c3128624076e/frameset.htm

Regards,

Rich Heilman

Answers (5)

Answers (5)

Former Member
0 Kudos

Pl check my previous posting

Regards, Anilkumar

Former Member
0 Kudos

Hi...

I m also faceing the same problem that u have faced.If u got answer plz reply me.Its really very urgent....

Thanks

Former Member
0 Kudos

looking to access and write data in table.

i need to access in webdynpro projects.

Thanks,

Damodhar.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Ok, then follow the steps in the above link.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

which API supports the functionality to write data to dictionary.

Can you please give me some steps, i know how to create dictionry project and deployment of sd file.

If i want access that dicionary from my WebDynpro project, what steps are needed.

Thanks,

Damodhar.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Do you want to access the dictionay object? Meaning read the actual attributes of the table? Or are you only looking to access the data in the table?

Regards,

Rich Heilman

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Here is a step by step tutorial of how to access the data in your table.

http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/b127af68234e868cfd4e9f440aa0bf/frameset.htm

Regards,

Rich Heilman

Former Member
0 Kudos

HI,

I will get this table in runtime after executing the BAPI once in a day.

Can i store values in runtime after execution of BAPI for the above process.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Sure. You can store any data in your database.

Regards,

Rich Heilman