Application Development 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: 

searchhelp exit and extend check

Former Member
0 Kudos

hi guru

what is search help exit and extend chek

2 REPLIES 2

Former Member
0 Kudos

Hi,

Search help exit is a FM to make your search help more flexible. When you are creating Search helps you can attach this Function Module. Read the Documentation of FM F4IF_SHLP_EXIT_EXAMPLE for more details.

Extended check is another utility in the ABAP editor to conduct extended syntax check. In SE38 through menu you can trigger this extended check. Within the Program you can control this check by using Extended check OFF and ON.

The ABAP code between Extended check OFF and Extended check ON will be ignored during extended syntax check.

Former Member
0 Kudos

Hi,

Extended Program Check- If you run the transaction-SLIN or Select the Extended Check from SE38 prg , you would come to the screen where you have the option to perform more checks which otherwise would not be done.

E.g. :-

1.This check would give you a list of all the variables which have been declared but not being used in your program.

2. Lists out the obsolete statements/FMs being used in your program.

In short all the warning messages generated during synatx check (CTRL+F2) are listed out on doing Extended Check.

Hope this explanation proves useful.

Thanks

Dedeepya