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

Multiple selection on field in a table

Former Member
0 Likes
796

HI Team, When I try to select the multiple selection for field Material in table Mara, the To value is not displayed

e.g in table mara if i select the material option from A* to Z*, all the materials are displayed from A until x but no of the materials are displayed starting with Z. I have found this as standard functionality in SAP and happens for all fields with multple selection in tables. can you guys advise if there is an OSS note for this?

Thanks,

Sunny

HI Team, When I try to select the multiple selection for field Material in table Mara, the To value is not displayed

e.g in table mara if i select the material option from A* to Z*, all the materials are displayed from A until x but no of the materials are displayed starting with Z. I have found this as standard functionality in SAP and happens for all fields with multple selection in tables. can you guys advise if there is an OSS note for this?

Thanks,

Sunny

2 REPLIES 2
Read only

Former Member
0 Likes
638

Hi Sunny,

instead of selecting from 'A' to 'Z', try selecting from 'A' to 'ZZZZZZZZZZZZZZZZZZ' (that's 18 Z's, the complete length of field MATNR).

I think this is standard behaviour: it's not advisable to populate asterisks in the to-criteria.

I hope this helps. Kind regards,

Alvaro

Read only

Former Member
0 Likes
638

Hi Sunny,

Give a try with below declaration:

SELECT-OPTIONS s_matnr for vbap-matnr DEFAULT 'A*' to 'Z*' OPTION BT SIGN I .

BR

Dep

Edited by: DeepakNandikanti on Aug 12, 2011 8:25 AM