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: 

Need a clarification about modification group?

Former Member
0 Kudos

PARAMETERS: TEST1(10) MODIF ID SC1.

This statement assigns TEST1 to group SC1 which is SCREEN-GROUP1 = 'SC1'.

Is there a way i can assign TEST1 to another group because there are 4 screen groups definable in the screen painter??

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba70535c111d1829f0000e829fbfe/content.htm">reference</a>

3 REPLIES 3

Former Member
0 Kudos

Hi Prakash,

It is just the default setting. If you define anothe modif group then it will become

SCREEN-GROUP2. So it is totally depend on the sequence of defination.

Regards,

Atish

0 Kudos

Hi atish,

Can u give me an example code as to how i can assign different groups to the fields because the MODIF ID is given as an addition to parameter statement which can be only once......

Regards,

Prakash

Former Member
0 Kudos

Hi,

I think it is not possible to assign multiple groups for single parameter..

From documentation

-


The MODIF ID addition always assigns <key> to the SCREEN-GROUP1 column of internal table SCREEN.

Please let me know your requirement so that I will check if it can be achieved in any other means..

Thanks

Naren