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

OSS notes for ALV grid filter

Former Member
0 Likes
798

Hi everyone,

I have a problem with ALV grid filter,that is if i give a wild card '*' in my filter i am not getting proper result.

e.g in a country field if i write I* to U* , i get the result starting from ireland,india.. till thialand.. but not the country starting with U ..like USA..

I have created a test program also..and i came to know that its a SAP standard functionality for filters and any other search help.

please can anyone provided me the suitable SAP notes for implementing the support package.

Helpful answer will surely be appreciated.

Regards,

Pankaj Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
647

Search for the note in

https://websmp105.sap-ag.de/~SAPIDP/002006825000000234912001E

but for this you need to have a username and password ..

Regards,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
648

Search for the note in

https://websmp105.sap-ag.de/~SAPIDP/002006825000000234912001E

but for this you need to have a username and password ..

Regards,

Santosh

Read only

Former Member
0 Likes
647

Ho many records are there from I* to U* ?

After giving the entries in the popup for filter , click on the syntax button on that popup, not sure this will work but a try...

also chk this though not relevant here

Related Notes

650888 - ALV filter: List does not show any data after filtering
451103 - ALV filter: Error message DB744 and right-aligned fields
424691 - ALV filter: 75 filter criteria and shrinking columns
415631 - ALV filter: Currency and quantity fields II
409664 - ALV filter: Currency reference and value transfer to ALV Cla
402184 - ALV filter: CONVT_NO_NUMBER dump
394694 - ALV filter: Right-aligned fields and column exclude
387395 - ALV filter: icon column width >45, 2-charact.and quick info
380694 - ALV Filter: Decimal places not taken into account
358250 - ALV filter: Program fields with unit reference column
326038 - ALV filter: Transformation of KKBLO <-> SLIS
323548 - ALV-filter: Währungen/Mengen without column selection
213829 - ALV filter: Transferring to the interface
212869 - ALV filter: Incorrect output length on filter popup
211581 - ALV filter: No display for field catalog with roll name
187486 - ALV-filter: Short dump at F1 help
174840 - ALV-filter: F4-help with smaller column width
160498 - ALV-filter: Generic search with hierarchical sequential list

Read only

RaymondGiuseppi
Active Contributor
0 Likes
647

In your select-options you give two values, so the system interpret it as a RANGE without wildcard, as '*' is usually below Alphabetical character you get all country from "IA" to "U "

Range
SIGN = 'I'.
OPTION = 'BT'.
LOW = 'I*'
HIGH = 'U*'

Correct range would be FROM 'I' to 'V'

Regards

Read only

Former Member
0 Likes
647

Hi,

thank you all for your efforts and time..

i have searched more than 360 notes till now.. but i have not found any one suitable for this case.

thank you.

Regards,

pankaj singh