Skip to Content
0
Former Member
Dec 08, 2009 at 02:08 PM

parameter default value different for clients...

270 Views

I have problem how to set that in client 010 the flag default 'X' will be automaticaly set, and for all other clients this parameter is without flag default ' '.

Current situation:

PARAMETERS: p_test TYPE xfeld AS CHECKBOX DEFAULT 'X' MODIF ID GVA.

i tried to enter

IF sy-mandt = '010'.

PARAMETERS: p_test TYPE xfeld AS CHECKBOX DEFAULT 'X' MODIF ID GVA.

ELSE.

PARAMETERS: p_test TYPE xfeld AS CHECKBOX DEFAULT ' ' MODIF ID GVA.

ENDIF.

this is not working, the msg is Parameter "P_ALV" has already been defined. .

Can you please help?

BR

Saso