Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
921 B
4
Indexable
   when 'KullaniciProjeGetirHeaderSet'.
*      gelen parametreleri okuyoruz
        io_data_provider->read_entry_data(
                  importing
                  es_data = lr_deep_entity_025_002 ).

        data: tt_return type ZEKRE_TT191.


        if lr_deep_entity_025_002 is not initial.
          call function 'ZEKRE_FG025_002'
            exporting
              kullaniciid   = lr_deep_entity_025_002-kullaniciid
            importing
              durum         = lr_deep_entity_025_002-durum
              durumaciklama = lr_deep_entity_025_002-durumaciklama
              sonuc         = tt_return.

          MOVE-CORRESPONDING tt_return to lr_deep_entity_025_002-navkullaniciprojegetirreturn.
        endif.

        copy_data_to_ref(
              exporting
              is_data = lr_deep_entity_025_002
              changing
              cr_data = er_deep_entity
        ).
Leave a Comment