2007 Jun 19 1:41 PM
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
2007 Jun 19 1:46 PM
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.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |