cancel
Showing results for 
Search instead for 
Did you mean: 

Get row(id) of changed inputfield of a table

Former Member
0 Kudos

I have an inputfield in a tablecolumn of a table. If this field of a row is changed by a user I want save the change. Is it possible to get the position of the changed field although the row is not selected. Therefore the lead-selection doesn't help.

I saw that there exists an attribute 'm_index' with the required info in the context_element, but it is protected and i can't find any method to get this attribute.

Can I get the row(id) without selecting the row?

thanking you in anticipation

Johann

Accepted Solutions (1)

Accepted Solutions (1)

bernd_z
Explorer
0 Kudos

Hi Johann,

you could use the context change log to get the correct row and also the value.

this link will help you:

http://help.sap.com/saphelp_erp2005/helpdata/en/ae/f95e42ff93c153e10000000a1550b0/frameset.htm

regards,

Bernd

Former Member
0 Kudos

Hallo Bernd,

problem solved. Thank you very much.

regards

Johann

Answers (0)