‎2008 May 19 5:16 AM
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..........
‎2008 May 19 5:18 AM
You can use normar
INSERT, MODIFY keywords to INSERT/MODIFY data in the DB table.
Regards,
Atish
‎2008 May 19 5:18 AM
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
‎2008 May 19 5:18 AM
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
‎2008 May 19 5:48 AM
Hi,
I think Module pool programming is th eideal choice to meet your requirement. Make use of table control in it,
Rgds
Umakanth