Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Wizard for CRUD operation from Database Table

Former Member
0 Likes
723

Hi,

Is there any feature in ABAP available which will allow us to automatically create CRUD methods from the database tables.

Basically what I expect is this.

I have a database table called CUSTOMER, which I have created. I need a wizard which will take the CUSTOMER name as input and generate some Class with the methods Create, Read, Update and Delete functionality.

And also this wizard should generate forms also both in SELECTION SCREEN (Reports) and Web Dyn Pros.

--

Regards,

Vinay Bedre

Hi,

Is there any feature in ABAP available which will allow us to automatically create CRUD methods from the database tables.

Basically what I expect is this.

I have a database table called CUSTOMER, which I have created. I need a wizard which will take the CUSTOMER name as input and generate some Class with the methods Create, Read, Update and Delete functionality.

And also this wizard should generate forms also both in SELECTION SCREEN (Reports) and Web Dyn Pros.

--

Regards,

Vinay Bedre

2 REPLIES 2
Read only

Former Member
0 Likes
516

Do you mean a table maintenance generator?

Rob

Read only

0 Likes
516

Not exactly the maintenance generator, but a wizard kind of thing which should allow me to create new entries in a database, view it, update it, delete entry, and all this should be integrated in any of the report or any web dynpro.