Avalados por :
program zrggbr000 .
*---------------------------------------------------------------------*
* EXIT-Formpool for FI substitutions *
*---------------------------------------------------------------------*
include fgbbgd00.
* Activate tables types, that you want to use
tables:
bkpf,
bseg,
ska1,
skb1,
t001.
*&---------------------------------------------------------------------*
*& Form get_exit_titles
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
* -->ETAB text
*----------------------------------------------------------------------*
form get_exit_titles tables etab.
data: begin of exits occurs 50,
name(5) type c,
param like c_exit_param_none,
title(60) type c,
end of exits.
exits-name = 'GLBS'.
exits-param = c_exit_param_none. " Complete data used in exit.
exits-title = text-900. " GL account is BS
append exits.
" Add definitions of other exits for prerequisites here
" Refresh exit names (visible in GGB1)
refresh etab.
loop at exits.
etab = exits.
append
Pedro Pascal
Se unió el 07/03/2018
contacto@primeinstitute.com
(+51) 1641 9379
(+57) 1489 6964
© 2024 Copyright. Todos los derechos reservados.
Desarrollado por Prime Institute