HR-ABAP: how limit values in select-options list

152 Views Asked by At

When I want to get a list of users absence types, I use:

select-options: abs for p2001-awart.

When I want to get a list of users presence types, I use:

select-options: prs for p2002-awart.

In both cases I get a list that contains all types together (absences and presences).

I know that t554s-art01 = 'A' for absences, t554s-art01 = 'P' for presences.

Can I get not mixed lists after F4? Maybe anybody know how to set some condition " select-options with where" in initialization block or in process on value request?

Thank you

0

There are 0 best solutions below