types begin of ty_source_package.
include type _ty_s_sc_1.
types summa type /bic/oinfrest.
types end of ty_source_package.
lt_source_package type standard table of ty_source_package,
wa_source_package like line of lt_source_package,
или
wa_source_package type ty_source_package,
include type _ty_s_sc_1.
types summa type /bic/oinfrest.
types end of ty_source_package.
lt_source_package type standard table of ty_source_package,
wa_source_package like line of lt_source_package,
или
wa_source_package type ty_source_package,