cancel
Showing results for 
Search instead for 
Did you mean: 

how to save the changed alv data in webdynpro?

Former Member
0 Kudos

Hi guys,

what is the advantage of using event data_check (by providing the event handler method for this event) for saving the edited alv data? what my doubt is to get the edited  alv data we can also use the get_static_attributes_table method? if so what is the use of data_check event?

Thanks in advance.

siva

Accepted Solutions (1)

Accepted Solutions (1)

former_member210266
Active Participant

Hi

The purpose for both is completely different.

get_static_attributes_table method is used to get the current data in ALV( changed and unchanged both)

while data check event is to put validations on the data entered in ALV. It is called every time when the data is changed in ALV.You can use its import parameters to get the changed data.

Regards

Swati

Former Member
0 Kudos

Hi swati,

Thanks for your quick response, i would like to ask u one more, i.e

i have a requirement like this, i created one webdynpro component with name ZWD_COMP with three view VIEW 1, VIEW 2, VIEW 3, these three views i have to use for  pop up windows, but here as per my requirement i should use the same window only which is created by default ZWD_COMP  with webdynpro component.

plz give me a clear explanation,

sreenu_b2
Explorer
0 Kudos

You cannot use same window instance as pop up when raising dialog box from same window API.

Answers (0)