cancel
Showing results for 
Search instead for 
Did you mean: 

Insert,update and delete data in a table using webdynpro for abap

Former Member
0 Kudos

Dear All,

I have a requirement to create a table allowing the user to add rows in it and update a row as well as delete a row from that table.To do this I guess I have to make use of ALV.But using ALV I am not able to enter data to a table where as I can make a column editable delete a row etc. please guide me to perform these operations(insert,update and delete) on table.

Thanks,

Reddy.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

For this you have to perform Insert,Update,Delete operations on single table by using where condition then you can perform all the operations.

BR,

PavanKumar.G

Former Member
0 Kudos
Former Member
0 Kudos

Hi Sridhar,

By using ALV you can do all insert delete etc things. if you want to edit i mean you can yenter data in ALV.

Check this...

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a...

Cheers,

Kris.