Code: Alles auswählen.
if my_gos is initial.
data: ls_object type borident,
t_objkey type swo_typeid.
ls_object-objtype = k_gos_objtype.
t_objkey = zrelkopf-relnr.
ls_object-objkey = t_objkey.
create object my_gos
exporting
is_object = ls_object
ip_no_commit = space. "'X'
endif.