cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a entity bean from a data scema?

Former Member
0 Kudos

hi~all

i am a newbie to sap and i want to find a way that create an entity bean from database schema,something like import schema from database and generate interface/bean- class for entity bean automatically...netweaver have this function?i've tried several days, but still can't figure it out.so i think someone here can help or point me out how to solve this problem,can someone know how to do?

thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Johnny,

This kind of reverse engineering is not supported in Web AS 6.40. Probably there will be such tools in the future releases of NetWeaver but currently you can only go the other way round - i.e. generate the DB schema tables from an existing abstract schema of CMP entity beans. However, using the NetWeaver Developer Studio and its J2EE Development perspective it's quite easy and straight-forward to create, build, and deploy your EJB applications. Just give it a try!

Best regards,

Vladimir

Former Member
0 Kudos

hi~Vladimir

thanks for your detailed instruction..

i'll try it with your help^^

thanks a lot

Answers (0)