Files
SAP-ZBOS/ZVTIN_CARGAXML_GRC.abap
2024-12-18 21:14:00 +00:00

59 lines
3.6 KiB
ABAP

*&---------------------------------------------------------------------*
*& 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.