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: 

Two MODIF ID's to one field or parameter

Former Member
0 Kudos

Hi All,

Can we assign two modif ID's to the same parameter or select-option on the selection screen ??

If yes, then how ?

P.S. : i have already tried

q_mmsta FOR marc-mmsta MODIF ID cst cls,

But thats not working...infact its a sytax check error.

Thanks in advance.

Cheers,

Tatvagna.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

No we cannot use 2 Modif Id's to a PARAMETER or SELECT-OPTION on SELECTION-SCREEN.

Best Regards,

Sunil.

9 REPLIES 9

Former Member
0 Kudos

Hi,

No we cannot use 2 Modif Id's to a PARAMETER or SELECT-OPTION on SELECTION-SCREEN.

Best Regards,

Sunil.

Former Member
0 Kudos

hiii

you can not use two MODIF ID with the same parameter or select option..infect it is of no use..you can process with the same MODIF ID for any task so no need to use it..& it will give you syntax error only as it is not possible.

regards

twinkal

Former Member
0 Kudos

Thanks a lot to both of you...!

bpawanchand
Active Contributor
0 Kudos

Hi

PARAMETERS <p> ...... MODIF ID <key> ......

Each parameter can have one MODIF ID it cannot have multiple,

Regards

pavan

Former Member
0 Kudos

Hi Tatvagna,

We can have only one MODIF ID for a parameter or a select-option. Assigning two MODIF ID's does not work.

Hope this helps you.

Regards,

Chandra Sekhar

Former Member
0 Kudos

hi,

To the best of my knowledge we can not give two modif ids to one parametr or Select Options.

Regards

Sumit Agarwal

Former Member
0 Kudos

hi,

Actually the concept of MODIF ID comes into picture when you want to make some modifications on the selection screen field.It is just a group name.It makes no sense to use two modif id's.That is why you are not allowed to assign two modif id.

Best of luck,

Bhumika

Subhankar
Active Contributor
0 Kudos

Hi

you can not assign 2 modif id into one variable.(parameter / select - option)

naveen_inuganti2
Active Contributor
0 Kudos

I do not agree with comments like..."It is just a group name.It makes no sense to use two modif id's".

If that is the case then why do we have 4 fields in module pool screen elements?

Having more than one screen element make sense in many cases.

If you look at SCREEN structure in debug mode you will see values in GROUP3 and GROUP4 in addition to GROUP1. Where GROUP1 is coming from custom assignment and GROUP3 and GROUP4 are coming from standard framework.

Now, if you want to assign one more GROUP ID you can do it by modifying GROUP2 in SCREEN structure with additional coding.

Regards,

Naveen