cancel
Showing results for 
Search instead for 
Did you mean: 

Line select Radio Button on webdynpro does not recognize change

Former Member
0 Kudos

On SRM 5.0 shopping cart screen, I have user defined table control screen implemented using Badi. The Table control screen has W/ SelColumn field 'xxxx' defined to select rows. The screen is presented with a default first row selected. When user clicks at any other row, the Field 'xxxx' module 'xyz' on Request is not executed, as if it does not recognize user action. This problem happens in WEBDYNPRO only. When the same code is tested in SAPGUI, it works correctly. Also exactly same code works on other SAP instances, 'even with WEBDYNPRO'. It looks like some problem with the HTML code. I compared the working and non working HTML code and it's same. Initially there was a problem fixed to add 'SRM_Stylesheet()` statement in HTML as the customer was upgrading from SRM 4.0 to SRM 5.0. Other installations with SRM 5.0 already had SRM_Stylesheet()` line and it works. Looks like some synchronization issue between HTML and SAPGUI. I appreciate any help on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I believe that you are mistake that this question is related to Web Dynpro. SRM 5.0 is not Web Dynpro based. Web Dynpro is not introduced into SRM until 6.0 (never released GA)/ 7.0 (currently in Ramp-Up).

You describe syncrhonization between HTML and SAPGUI - no such thing exists in Web Dynpro. What you describe sounds like ITS based web templates. Web Dynpro has no Field/Module or other PBO/PAI constructs as it is completely OO event driven.

Former Member
0 Kudos

You are correct, we keep it calling webdynpro, but yes it's ITS based web template. However I still have same question.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You may still have the same question - but this is not the correct forum for that question. This forum is for Web Dynpro ABAP questions only.