Hi ABAP members ,
How to apply fuzzy / proposal search help to a field which has been declared in parameters statement of type KSCHL ( condition type ) in selection screen of a report not module pool which has been introduced since sap ecc 7.4 like shown in sample screenshot ? It should not populate many fields like in screenshot below but only field KSCHL proposal will solve the purpose .
The set of KSCHL values that should populate are defined by this logic :
select kappl kschl
from t685a
into table gt_t685a where kappl = 'V' .
A step-by-step rough outline for this would be great . I searched scn but somehow could not find a clear procedure for this scenario .
Thanks in advance .
Rgds ,
Dave
