Application Development and Automation 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: 
Read only

Select Option 'Multiple Button' window not display

3,744

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
3,400
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.

Read only

0 Likes
3,400

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?

Read only

0 Likes
3,400

Dear All,

Anyone can advise on this? Thank you.

Read only

matt
Active Contributor
3,400

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.

Read only

former_member400468
Active Participant
0 Likes
3,400

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.

Read only

0 Likes
3,400

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.

Read only

sagar_bagale
Explorer
0 Likes
3,400

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!