cancel
Showing results for 
Search instead for 
Did you mean: 

Saving tables on portal SQL server

Former Member
0 Kudos

Hello Everybody,

I've heard that it's possible to declare tables in the web dynpro dictionary on the WD project so that the table would be saved on the portal SQL server.

Can anybody tell me where can I find information about it and is it enough to declare the table threw the WD proj or do I have to do some declarations and configuration on the SQL server?

thanks for any information, Adi,

Accepted Solutions (0)

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

When you create the table in the java dictionary via a java dictionary project in NWDS, and deploy it to the engine, it will be created automatically on the backend database.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Rich,

what do you mean a java dictionary project?

can't I create is directly in the WebDynpro project?

Can you tell me where can I find a step by step document that explains how to define the tables and how to access them from the Web Dynpro code?

thanks again, Adi

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You will create a table in the java dictionary by using the appropriate perspective in NWDS.

Here is a link.

http://help.sap.com/saphelp_nw04/helpdata/en/43/2eafd2d2f30d24e10000000a1553f7/frameset.htm

Click java dictionary.

Here is a link straight to the "Creating Tables".

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

Regards,

RIch Heilman