Ricardo Ishida
Dicas ABAP / ABAP tips
Translate this blog
quinta-feira, 31 de outubro de 2013
Forçar chamada do PAI (Process After Input)/ Force PAI call
Português
|
English
Português
Para forçar um programa do tipo Pool de Módulos, como exemplo, a acessar do PBO (process before output) o processo PAI (process after input) programaticamente, sem ter atuação do usuário, pode-se usar esta função:
01
02
03
04
05
06
07
CALL FUNCTION
'SAPGUI_SET_FUNCTIONCODE'
EXPORTING
functioncode
=
'='
EXCEPTIONS
function_not_supported
=
1
OTHERS
=
2
.
English
Forcing a Module Pool program, as an example, to access from PBO (process before output) to the PAI (process after input) programatically, with no user interaction, we can use this function:
01
02
03
04
05
06
07
CALL FUNCTION
'SAPGUI_SET_FUNCTIONCODE'
EXPORTING
functioncode
=
'='
EXCEPTIONS
function_not_supported
=
1
OTHERS
=
2
.
Um comentário:
Unknown
19 de nov. de 2020, 19:36:00
parabéns e muito obrigado !!
Responder
Excluir
Respostas
Responder
Adicionar comentário
Carregar mais...
Postagem mais recente
Postagem mais antiga
Página inicial
Assinar:
Postar comentários (Atom)
parabéns e muito obrigado !!
ResponderExcluir