cancel
Showing results for 
Search instead for 
Did you mean: 

how to edit the table

Former Member
0 Kudos

Hi All,

I have a requirement in that i need to make one column of a table as editable so that user can edit the table.My doubt is it possible using normal tables or we need to go for ALV tables.Can anybody give me the solution for this.......

Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Yes, it's possible to do this using normal tables and if you want to do this using ALV I suggest you to read the following [Editing ALV in Web Dynpro for ABAP|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1].

Regards.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srilalitha,

You can make a column editable in a table also.

This can be done by right clicking on the table Uielement -> create binding.

When you say create binding and select the required node from the context all the fields appear in a table below that.in that you need to make the CELL EDITOR OF TABLE COLUMN field for the required column(editable field) to INPUT FIELD from text view.

Regards

Madhu

Former Member
0 Kudos

Hi ,

For general tables u can use SM30 and u can edit the non-primary key fields.But in ALV using wafieldcatlog-edit = 'X'. u can edit the required column.Once please refer the Standard ALV programs.

Thanks