cancel
Showing results for 
Search instead for 
Did you mean: 

About Entity service in CAF

Former Member
0 Kudos

Hi to all,

Iam new to CAF. Here Iam modeling Entity service and configured UI pattern for operations. Here Iam not using any external service..

One thing I want know is, If I perform Create,Retrieve operations, where these information will be stored?.

Thanks in advance

Roop

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

These will actually get saved in your internal SAP database. This is nothing but a MaxDB database which will be installed along with your CE. All your business objects will be saved in this in the server.

Regards,

Srinivasan Subbiah

Former Member
0 Kudos

Hi Srinivasan,

Thanks for your reply.

Can you Explain me In which Table that Information will be Stored in the MaxDB ?

With Regards,

Roop.

Former Member
0 Kudos

Hi Roop,

The Entity Service / Business Object is itself the representation of a DB Table.

You can see the structure of the table in the CAF Service browser and test your CRUD operations.

Regards,

Sudheer.

Former Member
0 Kudos

You can check the name of your table in the persistency tab of your entity service in NWDS.

Answers (0)