Essa é minha primeira postagem, bem simples, mais pode ajudar alguém.
Qualquer correção ou dica é bem vinda.
This is my first post, simple, but can help someone.
Any correction or tip is welcome.
Deixo aqui um pequeno e simples tutorial de como colocar valores fixos em um search help através das Search Help Exit, como na imagem abaixo:
I leave here a small and simple tutorial on how to put fixed values in a search help through the Search Help Exit, like the image below:
- Criar um grupo de funções.
- Create a function group.
Ex.: ZGF_SHLP
- Criar um modulo de função para o Search Help Exit.
- Create a function module for Search Help Exit.
Ex.: ZSHLP_EXIT
- Em parâmetros de modificação da função, definir o seguinte:
- In modification of parameters of the function, set the following:
- Em parâmetros de tabela:
- In table parameters:
- No texto fonte da função:
- In the source text of the function:
No exemplo, para o campo COD_TAB virá por padrão os valores de 5.1.1. e 5.3.
In the example, for COD_TAB field will by default the values of 5.1.1 . and 5.3.
Descomentando a linha (callcontrol-step = 'SELECT'.),não aparece a janela de seleção, já abre a seleção pronta, com os filtros definidos no código.
Uncomment the line (CallControl - step = ' SELECT' .), does not appear the selection window, already opens the prompt selection with the filters defined in the code.
- Na se11 dentro do search help, colocar a função criada no campo Exit ajud.pesquisa.
- In SE11 within the search help , put the function created in Search help exit field.
E é isso. Espero que tenha ajudado.
And that's it. I hope it help.