‎2014 Nov 25 8:22 AM
Hello there,
Transaction sm36wiz is a good way to build jobs.
The problem is when the user have to set the abap program name as a step.
In this point i would like to set a search help.
The data element "BTCPROG" doesn't have a standard search help.
Is there a way to set a search help?
Thank you,
Koby
‎2014 Nov 25 9:34 AM
Hello Kobi,
Try by implementing the field exit for the data element.
Refer the below link.
If the above option is not possible then you have to take an access key for the domain modification PROGNAME and maintain REPOSRC in the value table.
Changing an standard object by access key is not advisable, search in forums before trying.
Regards,
TP
‎2014 Nov 25 10:19 AM
Hi tp,
Thanks for the quick answer.
It look like i need to modify the stadard sap screen with access key.
I prefer not to do this.
Meanwhile, I found another way to handle the problem:
Did you heard about "Guixt" ?
There is a script there just for me- add\replace a search help on a standard sap screen.
Thanks,
koby.
‎2014 Nov 25 10:36 AM
‎2014 Nov 25 10:43 AM
Hi Kobi,
Thanks, that's an interesting technique to know about! However, I am curious to know what is the pressing need for you to attach a search help in the background job wizard. I mean, no doubt a search help makes it easier to search objects but it finds value in case of frequently-used fields. Is job creation a frequent activity for you?
Regards,
Akshat
‎2014 Nov 25 11:09 AM
Hi Akshat,
The creation of jobs is a frequent activity in my site. The transaction SM36 is very hard to work with-
with full of screens,buttons etc.
The absent of search help for the field "abap program name" in SM36WIZ is very frustration...
Koby
‎2014 Nov 25 10:46 AM
Hi Kobi,
Interesting method...Please let me know the steps to add the f4 help in your case.
Regards,
Gurunath Kumar D
‎2014 Nov 25 11:13 AM
Hi,
I followed the guixt help and found the script example to handle search help for standard field.
here is the link:
Hope it will help, on your search for search help...
Koby