Application Development 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: 

Search HELP

Former Member
0 Kudos

Guys Im using fields CAUFV-VAPLZ an CAUFV-WAWRK as selection screens fields but matchcodes doesnt appear when I execute the report , When I see in standard tnx IW32 I can see that the search help for this fields is "=" . What does it means ?? Why F4 is not working for my fields ?

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Try thsi way



SELECT-OPTIONS s_vaplz FOR CAUFV-VAPLZ  matchcode object CRAM.

please check Iw32 screen for CAUFV-WAWRK double click on the field you can find properties , and can find search attached to screen field . use that search help in the select options with addtion MATCHCODE OBJECT "

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

Try thsi way



SELECT-OPTIONS s_vaplz FOR CAUFV-VAPLZ  matchcode object CRAM.

please check Iw32 screen for CAUFV-WAWRK double click on the field you can find properties , and can find search attached to screen field . use that search help in the select options with addtion MATCHCODE OBJECT "

Former Member
0 Kudos

Hi,

The equal sign is related to an "old" shortcut way of entering search helps (formerly matchcodes). For the work center field an "=" was placed in the screen painter definition for field CAUFV-VAPLZ (SAPLCOIH screen 0154) to enable the shortcut to work. Take a look at [Note 549137|https://service.sap.com/sap/support/notes/549137] for the supporting info. You can also see where the "=" is being used by debugging during your F4 for Work Center on the IW32 screen.

See the other reply above for info on which search help you should use in your own selection screen for work center (i.e. CRAM). There are various options for Plant search helps (one example worth considering is REV_VAPLZ_VAWRK - use at your own risk since it doesn't appear to be one of the more widely used search helps for plant, but it certainly matches the work center/plant requirement).

Regards,

Jamie

0 Kudos

Im getting the search help for vaplz with "FOR caufv-vaplz MEMORY ID vap matchcode object CRAM" and with REV_VAPLZ_WARWRK. is more or less the same result , However it doesnt fill WARWK .