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

Search Help

Former Member
0 Likes
461

Hi experts,

I have a requirement to filter my search help when choosing a Position.

My code to output my search help is this one.

SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE B2TIT.

SELECT-OPTIONS: POSITION FOR PA0001-PLANS  MODIF ID POS.

SELECT-OPTIONS: EMPGROUP   FOR PA0001-PERSG MODIF ID POS.

SELECT-OPTIONS: EMPSUB FOR PA0001-PERSK MODIF ID POS.

SELECTION-SCREEN END OF BLOCK B2.

but how can i filter the Search Help to output only Position with OBJID = 'S'

Thanks

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
333

PARAMETER OBJID FOR PA0001-OBJID DEFAULT 'S' NO-DISPLAY ??

regards
Fred

1 REPLY 1
Read only

FredericGirod
Active Contributor
0 Likes
334

PARAMETER OBJID FOR PA0001-OBJID DEFAULT 'S' NO-DISPLAY ??

regards
Fred