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 code.

lijisusan_mathews
Active Contributor
0 Likes
627

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....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

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

5 REPLIES 5
Read only

Former Member
0 Likes
604

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

Read only

Former Member
0 Likes
603

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

Read only

Former Member
0 Likes
603

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

Read only

Former Member
0 Likes
603

hi suzie,

u can find the actual code at the time of execution in debugger.

regards

Sachin

Read only

Former Member
0 Likes
603

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