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
789

Hi Gurus,

I have created a custom search help and added to standard search help MEKK using append search help functionality.

Have created a Z function module top use as the search help exit.

When i go to transaction ME33K . and search for the agrement I am getting all the required Agrrements as per the search help.

Question: - When I choose one of the contracts listed , it is not coming to the ME33K screen.

How to bring the selected contract to the ME33K screen.

@ Moderator I have searched in SDN for the same but didn't get the relevant answer so posting in ABAP development.

Regards

Avi.

Moderator message - Moved to the correct forum And in the future, please use a more descriptive subject

Edited by: Rob Burbank on May 2, 2011 5:04 PM

5 REPLIES 5
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
649

In your custom search help, did you mark EBELN and EBELP as export parameters?

Read only

0 Likes
649

Hi Tamas,

Yes I have marked "EBELN' as the export parameter.

Avi

Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
649

I take you did test your custom search help in transaction SE11... i mean, if you test your search help and select a document from the list, does that document number get pulled into the test screen field?

If yes, then I'm not sure why it doesn't work when the custom search help is APPENDed to the standard MEKK... it would need some debugging to see what's amiss.

Read only

0 Likes
649

Hi Tamas,

When i execute the Search help from SE11 . The values selected are getting filled in the Export Paramenters selected.

When it comes to ME33K . When I select 'F4" for the Agrrement . The values selected is not coming to the ME33K screen.

Does this have anything which is related to "Data Element" ? I have tried by putting the same data element of contract but its not working.

Avi

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
649

HI,

You will have LOG_API Function Modules to write the selected data to Initial screen. Check it out.

Here is an example which i Use CCARD_WRITE_LOG_API.

Thnx.