‎2007 Jan 29 6:51 PM
hi,
i am using one logical database 'EKM' in my report. in Selections there is a field for WBS Element whihc is defined as a PARAMETER.
while executing the report, on selection screen i am selecting Dynamic Selection and selecting the same field WBS Element for selection.
when i m giving more than one WBS Element then on executing i am getting 'No data selected'.
is this the case that if any selection field is defined as PARAMETER in Selections Tab then in Dynamic selection we can not give the multiple entry?
or is there any other problem in report?
‎2007 Jan 29 6:55 PM
Hi,
You cannot pass multiple values to a PARAMETER.
Make a copy of the standard LDB and change the PARAMETER to SELECT-OPTIONS, and accordingly change the places where this WBS element is referred.
Regards
Subramanian
‎2007 Jan 29 7:10 PM
but in Dynamic Seelction the field appears as Select options . So in that case also we cannot pass multiple value???
‎2007 Jan 29 7:37 PM
Hi,
The field is not a Select-options,
it has been declared as a Parameter:
PARAMETERS: EK_PROJN LIKE EKKN-PS_PSP_PNR FOR TABLE EKKO
MATCHCODE OBJECT PRPM.
You cannot pass multiple values to this field.
Regards
Subramanian