cancel
Showing results for 
Search instead for 
Did you mean: 

View handling Normal UI with AVL-Table

Former Member
0 Kudos

Hi,

i have WD-Application and little systematic Problem whith my Views.

I have View "Professoren" with all my Input fields init.

I want to use the save view for changing  Professoren and creating Professoren

For changing i first includes a alv list of all Professoren

and then by klicking on one line the View "Professoren" obens with the dada in it to change

Because of this connection my Views all have the same context Data with the Cardinality 0..n and Selection 0..n

im My Change View one ALV line is always selected and if i now klick on Create Professoren, all the Data from the alv line is included i my

Creation View.

Is there a way to avoid this Problem? can i deselect the alv selection? or should i use an other context data for my creation view?

plz help me.

Kind regards

Tobias Kübler

Accepted Solutions (1)

Accepted Solutions (1)

Aswin
Explorer
0 Kudos

Hi Tobias Kübler,

Uncheck the 'Initialization Lead Selection' for your alv context node and try.

Regards

Aswani

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks for the anwser...

former_member184958
Active Participant
0 Kudos

Hi,

While click on change Professoren button pass the value to that context node as blank.

or

Invalidate the node

or

In view property change the  life time of view.

Regards,

John

former_member184578
Active Contributor
0 Kudos

Hi,

In OnAction of create invalidate the context node.

lo_nd_node->invalidate( ).  " node is the name of context node.

Hope this helps u.,

Regards,

Kiran