‎2008 Jul 12 7:19 AM
Can any one tell me where can i find the actual code that is created , when we create a search help in the ABAP Dictionary? I need to find out how the import feature of search help works....
‎2008 Jul 12 7:22 AM
Hi Suzie,
I think that is standard code, so you can find it by DEBUGGING the code where ever you are using the search help.
Best regards,
raam
‎2008 Jul 12 7:22 AM
Hi Suzie,
I think that is standard code, so you can find it by DEBUGGING the code where ever you are using the search help.
Best regards,
raam
‎2008 Jul 12 7:38 AM
Hi Suzie,
Every search help(even custom created) will start with function module HELP_START
All the search help related FMs are in Function group SHL2
Hope this helps
Cheers
Kothand
‎2008 Jul 12 7:44 AM
hi,
You can at the time of execution put the Debugger on and then call the search help. This way you will see the code in the Debugger and find the import feature.
Regards
Sumit Agarwal
‎2008 Jul 12 8:14 AM
hi suzie,
u can find the actual code at the time of execution in debugger.
regards
Sachin
‎2008 Jul 12 1:50 PM
Hi suzie,
if u want to see the actual coding then at execution time u can see that in debugger. call search help and
start debugger u will be able to see that.
i hope this will help u.
regards
saurabh