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
.
Postagens mais recentes
Postagens mais antigas
Página inicial
Assinar:
Postagens (Atom)