‎2011 May 02 9:52 PM
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
‎2011 May 02 10:13 PM
In your custom search help, did you mark EBELN and EBELP as export parameters?
‎2011 May 02 10:19 PM
Hi Tamas,
Yes I have marked "EBELN' as the export parameter.
Avi
‎2011 May 02 10:32 PM
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.
‎2011 May 02 10:47 PM
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
‎2011 May 20 9:25 AM
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.