‎2007 Dec 21 8:06 AM
If I want to only display tables names that begin with Z for the search help, how am I suppose to do that?
Plz give codes as examples.
‎2007 Dec 21 10:27 AM
Hello,
If it is a standard help you can use 'Search help exit', go to se11, in search help select the standard help.
After that, in 'Search help exit' write a Z_FUNCTION_MODULE in which you can write the logic to display tables names that begin with Z.
This Z_FUNCTION_MODULE should be a copy of a standard search help exit, for example: F4UT_SH_SIC_GET_NEW_CONNECTORS , in order to respect the logic, parameters, ...
Then in 'DISP' step you can modify the data in RECORD_TAB in order to only show tables (entries for RECORD_TAB) which name starts with Z*.
I hope it will help you.
‎2007 Dec 21 8:53 AM
Hi
for u r requirement if it is module pool write
process on value request
write one module and field name
if it is executable
at selection screen on value request fieldname
plzz reward if usefull
‎2007 Dec 21 10:27 AM
Hello,
If it is a standard help you can use 'Search help exit', go to se11, in search help select the standard help.
After that, in 'Search help exit' write a Z_FUNCTION_MODULE in which you can write the logic to display tables names that begin with Z.
This Z_FUNCTION_MODULE should be a copy of a standard search help exit, for example: F4UT_SH_SIC_GET_NEW_CONNECTORS , in order to respect the logic, parameters, ...
Then in 'DISP' step you can modify the data in RECORD_TAB in order to only show tables (entries for RECORD_TAB) which name starts with Z*.
I hope it will help you.
‎2007 Dec 26 1:43 AM
I tried doing the function module but I got this error with the codes of my function module at my picture at this link.
[http://img518.imageshack.us/img518/8982/errorbl9.png]
Can someone tell me what is the problem and give me the codes as example?
‎2007 Dec 26 2:19 AM