Skip to Content
0
Former Member
Jan 14, 2008 at 09:07 AM

Issue with Message & Matchcode

88 Views

Hi All,

I need help on 2 issues.

1. I have 2 checkboxes on the selection screen of a query & if user selects both, i want an error message to be displayed. I have entered the below code in 'Start of Selection' section of my infoset,

Code

IF P_OPTN1 NE SPACE AND P_OPTN2 NE SPACE.

MESSAGE E000 with 'Select only one option' TYPE 'S'.

ENDIF.

But system prompts this message -

"MESSAGE-ID xx" is missing in the "REPORT" statement.

2. In my selections tab, i have defined one input as 'Parameter' & want to have the feature, where when the user double clicks, the 'Select by initial value' pop up box appears where he can select relational operators (i.e. =, <, > etc).

I find this feature when i run transaction SE16 for MBEW table, for the field LBKUM when i double click i find this feature. So i entered MATCHCODE OBJECT VAL 'MBEW-LBKUM' for the parameter, but system prompts

'Unable to interpret "'MBEW-LBKUM'". Possible causes of error: Incorrect spelling or comma error.

Await inputs to resolve my problem.

Vivek