cancel
Showing results for 
Search instead for 
Did you mean: 

Question about Java Dictionary

Former Member
0 Kudos

Hye Everyone!

I'm a begginer on SAP NetWeaver and I want to know what are the pros and the cons of the Java Dictinary?

Thank You

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Adrien,

Are you familiar with http://help.sap.com/saphelp_nw04/helpdata/en/69/f9bc3d52f39d33e10000000a11405a/frameset.htm ?

Do you have a requirements where you need to make decision to use or not Dictionary? If yes - post here.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Maksim,

I've already seen this page.

I wanted to know more precisely the different aspect of this function.

For the moment my principal question is how to link different data tables?

former_member182372
Active Contributor
0 Kudos

Hi Adrien,

The answer for your question - there is no way to define foreign relations between tables using Java Dictionary.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Maksim,

Thank you for your quick answers!

Do you know how to define foreign relations between tables in SAP NW?

Best Regards,

Adrien

former_member182372
Active Contributor
0 Kudos

Hi Adrien,

From database perspective - I don`t know such possibility. From object-relational persistence perspective there are 2 options - JDO and CMP EJB.

Check http://help.sap.com/saphelp_nw04/helpdata/en/d0/8785ac972e45479d397d1a19cf1080/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/9e/a3e23e93c33d67e10000000a114084/frameset.htm

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Adrien,

You have two options:

1. Use entity beans to access data from Java dictionary and in entity beans you can define relationships between these tables.

2. You first deploy java tables on the server then run the foreign key contraints script on the database explicitly.

Regards,

Bhavik

Answers (0)