cancel
Showing results for 
Search instead for 
Did you mean: 

Updating table

Former Member
0 Kudos

Hi,

I am new to web dyn pro abap.I have inserted data into the table.I wish to update the table on the basis of the row modified by the user.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks all

Sharathmg
Active Contributor
0 Kudos

To update the table i.e. retreive teh data entered by user make use of the node method: get_static_attributes_table.

If you are editing only one row at a time, then use method get_lead_selection to obtain the row element.

Either obtain the data as elements or as structure and move to internal table and perform your operation ont he data.

Regards,

Sharath

i827647
Product and Topic Expert
Product and Topic Expert
0 Kudos

May be this [tutorial|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7a89b067-0801-0010-8192-a9896a60938e] help you.

You can find mor information about WD ABAP [here|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/367b73e5-0901-0010-daa3-9de4771fc985] [original link is broken];.

Regards,

Edson Thomaz