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
458

hi all of u,

kindly can anybody tell me how to use search help for a particular field.

with regards

bhupi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

hi use this..

http://www.saptechnical.com/Tutorials/ABAP/SearchHelp/page1.htm

or use the match code object..in parameters statement..

tables:pa0002 .

parameters:p_pernr like pa0002-pernr .

*---here i had used the search help

tables:pa0002 .

parameters:p_pernr like pa0002-pernr matchcode object PREM.

regards,

venkat

hi all of u,

kindly can anybody tell me how to use search help for a particular field.

with regards

bhupi

2 REPLIES 2
Read only

Former Member
0 Likes
442

Hi

Search help in the sense??/

If it is value search use F4 after selecting that field.

Read only

Former Member
0 Likes
443

hi use this..

http://www.saptechnical.com/Tutorials/ABAP/SearchHelp/page1.htm

or use the match code object..in parameters statement..

tables:pa0002 .

parameters:p_pernr like pa0002-pernr .

*---here i had used the search help

tables:pa0002 .

parameters:p_pernr like pa0002-pernr matchcode object PREM.

regards,

venkat