cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Editable and SAVE to SAP

Former Member
0 Kudos

Hi,

I am trying to develop an Editable ALV report.

I should provide a Check box in output ALV.After user checks this box , two colmuns should become editable .

After Userinputs in Cell1 it should populate cell2 value dynamically.

Lets Say if I enter a 01/01/2009 in cell1, Cell2 should be a week after date 01/07/2009.

I have these 2 fields in same context node.

After this I will have to provide a Button for save which should take this inputs and Save it to SAP.

From here I will go ahead and populate an Interactive form.

Any ideas?

Rgds

Vara

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check out this link -

Regards,

Lekha.

Former Member
0 Kudos

Thank you Both of you.

rgds

vara

Former Member
0 Kudos

Hi,

Check this article for [Editable ALV|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1]

Note that the columns that you want to keep open for editing should have input fields as cell editors.

( refer the article for this).

You will have to create an additional attribute under the the same node type boolean and bind this attribute to the editable property of both your input field columns,

Then implement the onclick event for the checkbox. Refer this article [Events in ALV|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd28494a-0801-0010-45a3-fc359d82d3e8]

Write the code in here to make the columns editable i.e pass abap_true to make the columns editable.

Regards,

Radhika