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: 

how to assign two Modif id to parameter....

Former Member
0 Kudos

hello expert,

Could you please send me the logic or syntax for

how to assign two modif id SCG1 and SCG2 to below code.

SELECT-OPTIONS: MATNR FOR MARA-MATNR MODIF ID SCG1.

thank you,

with best regards

srinivas

3 REPLIES 3

Former Member
0 Kudos

Hello Srinivas,

May I know what is reason to assign to MODIF ID to an variable.

Also it is not possible to assign to MODIF ID's for an Varaible.

Regards,

Vasanth

former_member156446
Active Contributor
0 Kudos

Hi Sri

Its not possible to assign two modif ID's to single parameter or select-options. Instead you can play with the code in

loop at screen.

play with modif id..

endloop.

Former Member
0 Kudos

Hi,

You cannot assign two modif id's to single select-options or parameter.

Thanks,

Sriram Ponna.