cancel
Showing results for 
Search instead for 
Did you mean: 

Preselection of radio button in shopping cart position

benjamin_herzig
Participant
0 Kudos

Hello all,

i have a question:

User A created a shopping cart and send it. User B gets the shopping cart and have a question. User B set the position on "Rückfragen(inquire)" and sent it back to User A. User A answers and sent it back to User B. The preselection of the radiobutton is still on "Rückfragen (inquire)".

We want to controll the preselection of the radio button. The preselection should always be "Genehmigen(approve)". Is there a way to do it?

Best regards,

Benjamin Herzig

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Benjamin,

This could probably be achieved by doing webdynpro enhancement or though implementation of BADI WD_BADI_DOMODIFYVIEW which gets called for every webdynpro view method WDDOMODIFYVIEW. You have to provide right filter values to this BADI implementation corresponding to the webdynpro component and view where radio button exists.

Here you could access the radio button and then set the default to "approve".

Regards,

Prasanna