Carga XMl

This commit is contained in:
2024-12-18 21:14:00 +00:00
commit 6a6fb2b1d3

59
ZVTIN_CARGAXML_GRC.abap Normal file
View File

@@ -0,0 +1,59 @@
*&---------------------------------------------------------------------*
*& Report ZVTIN_CARGAXML_GRC
*&
*&---------------------------------------------------------------------*
*********************************************************************************************
* SEIDOR BRASIL *
*********************************************************************************************
* *
* Produto VTIN de propriedade da SEIDOR registrado no INPI sob o número BR512018051722-6 *
* Proibido a cópia total ou parcial do código ou funcionalidades do produto. *
* *
*********************************************************************************************
* *
* VTIN product owned by SEIDOR registered on INPI number BR512018051722-6 *
* It is prohibited total or partial copy of the code and/or features of this product. *
* *
*********************************************************************************************
*********************************************************************************************
* VERITAS TI *
*********************************************************************************************
* Programa..: ZVTIN_CARGAXML_GRC *
* Descricao.: Migrar os dados das tabelas standard do GRC para as tabelas /VTIN/ *
* Transação : *
* Criado por: Bruno de Oliveira Santos *
* Data......: Out/2023 *
*===========================================================================================*
* Data Autor Request Descrição *
*===========================================================================================*
* *
*********************************************************************************************
REPORT zvtin_cargaxmlgrc_job.
*----------------------------------------------------------------------
* Declarações Globais
*----------------------------------------------------------------------
INCLUDE zvtin_cargaxmlgrcjob_top.
*----------------------------------------------------------------------
* Selection Screen
*----------------------------------------------------------------------
INCLUDE zvtin_cargaxmlgrcjob_scr.
*----------------------------------------------------------------------
* Classes locais
*----------------------------------------------------------------------
INCLUDE zvtin_cargaxmlgrcjob_i01.
*----------------------------------------------------------------------
* Start of Selection
*----------------------------------------------------------------------
INCLUDE zvtin_cargaxmlgrcjob_start.
*----------------------------------------------------------------------
* Perform
*----------------------------------------------------------------------
INCLUDE zvtin_cargaxmlgrcjob_f01.