Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Select Option 'Multiple Button' window not display

Dear All,

I'm created a customized program by copied from MR11 transaction code. I've added the additional select option in program (eg: .SELECT-OPTIONS: s_mtart FOR mara-mtart.)However, when I clicked the button of multiple selection, the pop up window of multiple selection is not displayed. Any wrong on this?

When I tried move the code of this select option to another row of others select options, then the button is functioning. Appreciate anyone can advice me on this. Thank you.

7 REPLIES 7

Sandra_Rossi
Active Contributor
0 Kudos
Please show your code when it does not work (+ a screen capture of the displayed selection screen)

Please show the code when it works

Please only show the few lines around your line of code.

0 Kudos

New added Select Option - Material Type

Swap the code position between Order Type and Material Type.

sample code to declare Select-option for Material Type (R_MTART). I just exchange the code position of S_MTART with RA_BSART, material type button is working, however its become order type multiple selection button not function. What would be the reason on this?

0 Kudos

Dear All,

Anyone can advise on this? Thank you.

matt
Active Contributor

Just to say that copying a transaction code is a really really bad idea. So bad, that's it's actually preferable to repair the SAP original code.

former_member400468
Active Participant
0 Kudos

Hi!

Please see local class lo_lcl_tm_services, which is called inside of PBO logic. It seems like you didn't mention your select-option in this class. Also you can try to set MODIF ID mm like it's done in the standard logic.

Hope it's helpful

Evgeny.

0 Kudos

Hi Evgeny Gubenko,

Are you referring the class within include RCKM_MR11P03? It seems the results are same or do you manage to provide sample how should we declare it? Thanks.

sagar_bagale
Explorer
0 Kudos

Hello Foong,

I have found a solution to this problem. Add your select option button's sy-ucomm in this code. It works.



Happy coding!