Application Development and Automation 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: 
Read only

logical database

Former Member
0 Likes
512

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?

3 REPLIES 3
Read only

Former Member
0 Likes
468

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

Read only

0 Likes
468

but in Dynamic Seelction the field appears as Select options . So in that case also we cannot pass multiple value???

Read only

0 Likes
468

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