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

select-option and parameters

Former Member
0 Likes
315

Hi Friends..,

I have developed one report using select and parameter option.

But i need to give the full string or numeric values for to get the

particular line item.

For ex i want to display the record of vbeln 5040 at that moment

i need to give 5040.instead of that i gave 5* or 50* the line item

is to be shown,in that scenario what can i do..

do display the line item..

Thanks

Gowrishankar

Hi Friends..,

I have developed one report using select and parameter option.

But i need to give the full string or numeric values for to get the

particular line item.

For ex i want to display the record of vbeln 5040 at that moment

i need to give 5040.instead of that i gave 5* or 50* the line item

is to be shown,in that scenario what can i do..

do display the line item..

Thanks

Gowrishankar

1 REPLY 1
Read only

Former Member
0 Likes
291

using select options you can do that but not using parameter

select-options : s_vbeln for vbap-vbeln.

initialization.

s_vbeln-sign = 'I'.

s_vbeln-option = 'CP'.

s_vbeln-low = '5*'.

append s_vbeln.