cancel
Showing results for 
Search instead for 
Did you mean: 

EJB Model

Former Member
0 Kudos

hi all

i had worked on RFC and WEBSERVICE model , and presently using

EJB's and i have got problem with command bean creation and also the database

insertion and retrieval , as in using the default database SAP_DB .

my first Query is

1. how can we know that the data has been inserted in the

database when using the default database sap_db

2 what type of code or the scenario that need to be presented

as part of command bean

can any one help with these issues any documents

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For your first query.

1. how can we know that the data has been inserted in the

database when using the default database sap_db

If your using dictionary objects for persistence you can right click on the table and execute the query.

use the sql studio . Login and execute the query.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Murali,

Check these links.hope u will get some info

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c</a>

<a href="/people/monalisa.biswal/blog/2006/09/03/changing-java-bean-model-class-in-web-dynpro:///people/monalisa.biswal/blog/2006/09/03/changing-java-bean-model-class-in-web-dynpro

regards

Sumit