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

Table maintanance through Programming

Former Member
0 Likes
492

Hi Guru's,

I have a table T1 with fields A,B,C,D,E,F. A and B are key fields.I have table maintanace for this through which I can change values of C,D,E,F.

Requirement..

I do not want to use the table maintanace instead i need to pass A,B in selection screen and after execution I should be able to modify,update and delete C,D,E fields as I do in table maintanance.

Please suggest if there is any function module or somethin to handle this instead of SM30.

Thanks..........

4 REPLIES 4
Read only

Former Member
0 Likes
478

You can use normar

INSERT, MODIFY keywords to INSERT/MODIFY data in the DB table.

Regards,

Atish

Read only

Former Member
0 Likes
478

Hi,

U can use INSERT UPDATE MODIFY

to make changes in ur table.

For ur requirement I suggest u to do a custom program or u can do a module pool program.

See the following link,

http://abaplovers.blogspot.com/2008/03/sap-abap-tutorial-module-pool.html

Regards,

Jagadish

Read only

prasanth_kasturi
Active Contributor
0 Likes
478

hi,

then go for a custom program(REPORT OR DIALOG PROGRAMMING)......

better go for dialog programming

use modify insert or delete statements for updation of data base table...

regards

prasanth

Read only

Former Member
0 Likes
478

Hi,

I think Module pool programming is th eideal choice to meet your requirement. Make use of table control in it,

Rgds

Umakanth