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

F4 search help modify

Former Member
0 Likes
621

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

5 REPLIES 5
Read only

Former Member
0 Likes
576

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

Read only

Former Member
0 Likes
576

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

Read only

0 Likes
576

How to modify the F4 if i wanna everyone use the same profile....?

Read only

0 Likes
576

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

Read only

Former Member
0 Likes
576

Search help exit