cancel
Showing results for 
Search instead for 
Did you mean: 

Disconnected architecture in ABAP webdynpro

former_member199126
Participant
0 Kudos

Do we have any concept called as disconnected architecture in ABAP webdynpro. the reason behind is , if we display a ALV and if we select the row for some operations . the control is doing a round trip (ie) the control goes to the server and coming back. Is there any way to avoid that ,

Can we use any type of disconnected architecture in ADO.NET ? and i am not using table control as ALV has many advantages over it.

Any suggestions ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Any actions from the user taken on UI-Elements which are somehow connected to the framework's predefined events, even if not connected with actions/handlers, will fire a roundtrip.

You cannot change this.

former_member199126
Participant
0 Kudos

Thank you ,Then i should say it is one of the drawbacks in using ALV for a huge junk of records. Is there any other way of implementing this logic without round trip ??