‎2007 Jun 21 4:24 AM
When i click t-code fk02, there is a vendor number should be input, I click F4 help, it pops up a new screen. I can input several search condition for each tab( A, I, K.....). Here's the problem that each time the default tab is the last tab i used. How can i set the default tab as "K" or "I" sth like that. then it pops always to be "K" or "I".
‎2007 Jun 21 4:30 AM
Hi Amanda,
Is this requiement for yourself, or for everyone, because once you make the changes they are for everyone using that search help.
I think you need to do the changes in the search help KRED or may require to do the modification to the standard code.
Regards,
Atish
‎2007 Jun 21 4:37 AM
My add-on program uses the same F4 as Fk02, so i took Fk02 as my example to explain my problem.
I just want to have my program use the default value.
Message was edited by:
amanda qian
‎2007 Jun 21 4:45 AM
How to modify the F4 if i wanna everyone use the same profile....?
‎2007 Jun 21 4:45 AM
Hi Amanda,
You can do this in your code.
Just debug the code. In the code you will get below line
export tabc_shlptab to memory id 'TABControl-SHLP'.
Now here what SAP does is just check for the last open tab and store it in memory. So you need to store the default tab in the memory. Just debug a bit you will be able to get it.
Reward points if useful.
Regards,
Atish
‎2007 Aug 10 8:16 AM