...
*"----------------------------------------------------------------------
constants: gos_path type string value '(SAPLSWUG)GO_GOS_MANAGER'.
field-symbols: type ref to cl_gos_manager. ...
... object which is used in Z-tcode. In the main program we have define global parameters:
data: g_gos_ident type borident.
data: g_banfn type eban-banfn.
data: go_gos_manager type ref to cl_gos_manager. ...