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 exit

Former Member
0 Likes
366

Hi ,

I am working on a search help for ME22N(Batch) . The main search help MCH1

has some included searchhelps , one of which is a custom search help . I am coding this . Now when I run the ME22N and hit F4 for the batch , I can see my search help , and it is also picking values as per the code and displaying in a list.

The Problem is when I double click on any one row , now value is copied to the field.

How to solve this problem.

Thanks

Hi ,

I am working on a search help for ME22N(Batch) . The main search help MCH1

has some included searchhelps , one of which is a custom search help . I am coding this . Now when I run the ME22N and hit F4 for the batch , I can see my search help , and it is also picking values as per the code and displaying in a list.

The Problem is when I double click on any one row , now value is copied to the field.

How to solve this problem.

Thanks

1 REPLY 1
Read only

valter_oliveira
Active Contributor
0 Likes
292

Hello.

First check all the fields you want to be copied. In SE11 (your search help), look if they are defined as export parameters.

Also, if you want to see the work of the search help, place a break-point in FM VB_SEARCH_HELP_ADAPT, and see what's wrong. Have a look inside itab RECORD_TAB and SHLP_TAB.

Regards.

Valter Oliveira.