Histórico da Página
...
Produto: | Datasul |
Ocorrência: | Documentação de API |
Nome Físico | prgfin/acr/acr262za |
Objetivo
Retorna os movimentos de liquidações de títulos por período, a apropriação contábil e o título original relacionado a cada movimento.
...
Atributo | Tipo | Formato | Descrição | Obrig. | Evol. |
ttv_cod_estab_ini | Character | x(5) | Estabelecimento inicial | Sim |
|
ttv_cod_estab_fim | Character | x(5) | Estabelecimento final | Sim | |
ttv_cod_espec_docto_ini | Character | x(3) | Código Espécie Inicial | Sim | |
ttv_cod_espec_docto_fim | Character | x(3) | Código Espécie Final | Sim | |
ttv_cdn_cliente_ini | Integer | >>>,>>>,>>9 | Cliente inicial | Sim | |
ttv_cdn_cliente_fim | Integer | >>>,>>>,>>9 | Cliente final | Sim | |
ttv_cod_indic_econ_ini | Character | x(8) | Moeda Inicial | Sim | |
ttv_cod_indic_econ_fim | Character | x(8) | Moeda Final | Sim | |
ttv_cod_portador_ini | Character | x(5) | Portador Inicial | Sim | |
ttv_cod_portador_fim | Character | x(5) | Portador Final | Sim | |
ttv_dat_transacao_ini | Date | 99/99/9999 | Data Transação inicial | Sim | |
ttv_dat_transacao_fim | Date | 99/99/9999 | Data transação final | Sim | |
ttv_dat_liquidac_ini | Date | 99/99/9999 | Data Liquidação inicial | Sim | |
ttv_dat_liquidac_fim | Date | 99/99/9999 | Data Liquidação final | Sim | |
ttv_cod_proces_export_ini | Character | x(12) | Processo Exportação | sim | |
ttv_cod_proces_export_fim | Character | x(12) | Processo Exportação | sim | |
ttv_log_mostra_liquidac_pagto | Logical | yes/no | Liquidação c/ Pagto | sim | |
ttv_log_mostra_liquidac_antecip | Logical | yes/no | Liquidação contra AN | sim | |
ttv_log_mostra_liquidac_estorn | Logical | yes/no | Liquid. Estornadas | Sim | |
ttv_cod_finalid_econ | Character | x(10) | Finalidade Econômica | sim | |
ttv_dat_cotac_indic_econ | Date | 99/99/9999 | Data Cotação | sim | |
ttv_log_mostra_normal | Logical | yes/no | Mostra título normal | sim | |
ttv_log_mostra_antecip | Logical | yes/no | Mostra título Antecipação | sim | |
ttv_log_mostra_prev | Logical | yes/no | Mostra Previsão | sim | |
ttv_log_mostra_ndebito | Logical | yes/no | Mostra nota de débito | sim | |
ttv_log_mostra_cheq | Logical | yes/no | Mostra título de cheque | sim | |
ttv_log_mostra_aviso_db | Logical | yes/no | Mostra Aviso de débito | sim | |
ttv_log_mostra_docto_vendor | Logical | yes/no | Vendor | sim | |
ttv_log_mostra_liquidac | Logical | yes/no | Liquidação | sim | |
ttv_log_mostra_liquidac_renegoc | Logical | yes/no | Renegociação | sim | |
ttv_log_mostra_liq_enctro_cta | Logical | yes/no | Liquidação encontro de contas | sim | |
ttv_log_mostra_perda_dedut | Logical | yes/no | Perda dedutível | sim | |
ttv_log_mostra_transf_estab | Logical | yes/no | Transferência Estabelecimento | sim | |
ttv_log_mostra_acerto_val_cr | Logical | yes/no | Acerto Valor a CR | sim | |
ttv_log_mostra_acerto_val_menor | Logical | yes/no | Acerto Valor a Menor | sim | |
ttv_log_mostra_devol | Logical | yes/no | Devolução | sim | |
ttv_log_mostra_cta_ctbl | Logical | yes/no | Mostra Contas | sim | |
ttv_ind_visualiz_tit_acr_vert | character | x(20) | Visualiza Título | sim | |
ttv_ind_classif_tit_acr | Character | x(8) | Classificação título | sim | |
ttv_cod_finalid_econ_apres | Character | x(10) | Finalidade econômica apresentação | sim | |
ttv_log_mostra_tit_relac | Logical | yes/no | Mostra título relacionado | sim | |
ttv_log_mostra_ctbzdo | Logical | yes/no | Mostra movimento contabilizado | sim |
...
field ttv_cod_estab_ini as character format "x(5)" label "Estabelecimento" column-label "Estab Inicial"
field ttv_cod_estab_fim as character format "x(5)" label "até" column-label "Estab Final"
field ttv_cod_espec_inic as character format "x(3)" label "Espécie Inicial"
field ttv_cod_espec_fim as character format "x(3)" label "até"
field ttv_cdn_cliente_ini as Integer format ">>>,>>>,>>9" initial 0 label "Cliente" column-label "Cliente Inicial"
field ttv_cdn_cliente_fim as Integer format ">>>,>>>,>>9" initial 0 label "até" column-label "Cliente Final"
field ttv_cod_indic_econ_ini as character format "x(8)" label "Moeda" column-label "Inicial"
field ttv_cod_indic_econ_fim as character format "x(8)" label "até" column-label "Final"
field ttv_cod_portador_ini as character format "x(5)" label "Portador" column-label "Portador Inicial"
field ttv_cod_portador_fim as character format "x(5)" label "até" column-label "Portador Final"
field ttv_dat_transacao_ini as date format "99/99/9999" initial today label "Data Transação" column-label "Data Transação"
field ttv_dat_transacao_fim as date format "99/99/9999" initial today label "até" column-label "Final"
field ttv_dat_liquidac_inic as date format "99/99/9999" label "Data de Liquidação" column-label "Liquidação"
field ttv_dat_liquidac_fim as date format "99/99/9999" label "até"
field ttv_cod_proces_export_ini as character format "x(12)" label "Processo Exportação" column-label "Proc Exp Inicial"
field ttv_cod_proces_export_fim as character format "x(12)" label "até" column-label "Proc Exp Final"
field ttv_log_mostra_liquidac_pagto as logical format "Sim/Não" initial no label "Liquidação c/ Pagto"
field ttv_log_mostra_liquidac_antecip as logical format "Sim/Não" initial no label "Liquidação contra AN"
field ttv_log_mostra_liquidac_estorn as logical format "Sim/Não" initial no label "Liquid. Estornadas"
field ttv_cod_finalid_econ as character format "x(10)" label "Finalidade Econômica" column-label "Finalidade Econômica"
field ttv_dat_cotac_indic_econ as date format "99/99/9999" initial today label "Data Cotação" column-label "Data Cotação"
field ttv_log_mostra_normal as logical format "Sim/Não" initial yes label "Normal"
field ttv_log_mostra_antecip as logical format "Sim/Não" initial no label "Antecipação" column-label "Antecipação"
field ttv_log_mostra_prev as logical format "Sim/Não" initial no label "Previsão"
field ttv_log_mostra_ndebito as logical format "Sim/Não" initial no label "Nota de Débito"
field ttv_log_mostra_cheq as logical format "Sim/Não" initial yes label "Cheque" column-label "Cheque"
field ttv_log_mostra_aviso_db as logical format "Sim/Não" initial yes label "Aviso Débito" column-label "Aviso Débito"
field ttv_log_mostra_docto_vendor as logical format "Sim/Não" initial yes label "Vendor" column-label "Vendor"
field ttv_log_mostra_liquidac as logical format "Sim/Não" initial yes label "Liquidação"
field ttv_log_mostra_liquidac_renegoc as logical format "Sim/Não" initial no label "Liquid Renegociação"
field ttv_log_mostra_liq_enctro_cta as logical format "Sim/Não" initial yes label "Liq Encontro Ctas" column-label "Liq Encontro Ctas"
field ttv_log_mostra_perda_dedut as logical format "Sim/Não" initial no label "Liquid Perda Dedut" column-label "Liquid Perda Dedut"
field ttv_log_mostra_transf_estab as logical format "Sim/Não" initial no label "Transf Estabelec"
field ttv_log_mostra_acerto_val_cr as logical format "Sim/Não" initial no label "Acerto Valor a CR"
field ttv_log_mostra_acerto_val_menor as logical format "Sim/Não" initial no label "Acerto Valor a Menor"
field ttv_log_mostra_devol as logical format "Sim/Não" initial no label "Devolução"
field ttv_log_mostra_cta_ctbl as logical format "Sim/Não" initial yes label "Mostra Contas"
field ttv_ind_visualiz_tit_acr_vert as character format "X(20)" initial "Por Estabelecimento" label "Visualiza Título" column-label "Visualiza Título"
field ttv_ind_classif_tit_acr as character format "X(08)"
field ttv_cod_finalid_econ_apres as character format "x(10)" initial "Corrente" label "Finalid Apresentação" column-label "Finalid Apresentação"
field ttv_log_mostra_tit_relac as logical format "Sim/Não" initial yes label "Título relacionado"
field ttv_log_mostra_ctbzdo as logical format "Sim/Não" initial no.
Tabela Temporária | Descrição | Entrada/Saída |
tt_tit_acr_liquid_un | Movimentos de liquidação por Periodo e unidade de negócio | Saída |
Atributo | Tipo | Formato | Descrição | Obrig. | Evol. | ||||||
tta_cod_empresa | Character | x(3) | Empresa | Sim | |||||||
tta_cod_estab | Character | x(5) | Estabelecimento | Sim | |||||||
tta_cod_ser_docto | Character | Xx( | 35) | Série | Documentodocumento | Sim | |||||
tta_cod_tit_acr | Character | x(16) | Título | Sim | |||||||
tta_cod_espec_docto | Character | x(3) | Espécie Documento | Sim | |||||||
tta_cod_portadorparcela | Character | x(502) | PortadorParcela | Sim | |||||||
tta_cdn_fornecedorcliente | Integer | >>>,>>>,>>9 | FornecedorCliente | Sim | |||||||
tta_ind_nomtrans_acr_abrevabrev | Character | x(1504) | Nome AbreviadoTrans Abrev | Sim | |||||||
tta_numlog_id_movto_tit_apestordo | IntegerLogical | 9999999999 | Yes/No | Movimento estornadoId Tít AP | Sim | ||||||
tta_log_codliquidac_titcontra_apantecip | Character | x(16) | Logical | yes/no | Liquidação contra ANTítulo | Sim | |||||
tta_val_nommovto_tit_pessoaacr | Character | x(40) | Decimal | ->>>,>>>,>>9.99 | Valor MovimentoNome | Sim | |||||
tta_coddat_parcelatransacao | Character | x(02) | Date | 99/99/9999 | Data TransaçãoParcela | Sim | |||||
tta_dat_venctocr_titmovto_aptit_acr | Date | 99/99/9999 | Data VencimentoCrédito | Sim | |||||||
ttv_rec_movto_tit_acr | Recid | Recid movimento | tta_cod_refer | Character | x(10) | Referência | Sim | ||||
tta_dat_pagto | Date | 99/99/9999 | _num_id_movto_tit_acr | Integer | "999999999" | Token Movto Tit ACRData pagamento | Sim | ||||
tta_codnom_unid_negocabrev | Character | x(315) | Unid NegócioNome Abreviado | Sim | |||||||
tta_codnom_indic_econpessoa | Character | x(840) | MoedaNome | Sim | |||||||
ttvtta_valcod_pagtoindic_apbecon | Decimal | ->>,>>>,>>>,>>9.99 | Character | x(8) | MoedaValor Pagamento | Sim | |||||
ttvtta_valind_finalidespec_apresdocto | Decimal | ->>,>>>,>>>,>>9.99 | Character | x(8) | Espécie DocumentoValor Finalid Apres | Sim | |||||
ttvtta_coddat_dwbliquidac_fieldtit_apbacr | Character | x(32) | Date | 99/99/9999 | LiquidaçãoCampo | Sim | |||||
ttvtta_recdat_complvencto_movtotit_pagtoacr | Integer | >>>>>>9 | Date | 99/99/9999 | Data de vencimentoRECID Compl_movto_pagto | Sim | |||||
tta_codval_contrat_cartcreddesconto | Character | x(10) | decimal | ->>>,>>>,>>9.99 | Valor de descontoContrato Cartão | Sim | |||||
tta_codval_abat_portadtit_cartcredacr | Character | x(10) | Decimal | ->>>,>>>,>>9.99 | Valor abatimentoPortador Cartão | Sim | |||||
ttvtta_rec_movto_tit_ap | Integer | >>>>>>9 | val_juros | Decimal | ->>>,>>>,>>9.99 | Valor JurosRecid movto_tit_ap | Sim | ||||
tta_codval_forma_pagto | Character | x(3) | Forma Pagamento | Sim | tta_val_despes_bcia multa_tit_acr | Decimal | ->>>,>>>,>>9.99 | Valor Despesa Bancáriamulta | Sim | ||
ttv_cod_indicproces_econ_desexport | Charactercharacter | x(812) | MoedaProcesso Exportação | Sim | |||||||
tta_cod_numunid_chequenegoc | Integer | >>>>,>>>,>>9 | Numero Cheque | Character | x(3) | Unidade Negócio | simSim | ||||
tta_numcod_tip_talonfluxo_cheq financ | Integer | >>>,>>>,>>9 | Character | x(12) | Tipo Fluxo FinanceiroTalonário Cheques | Sim | |||||
tta_valcod_multafinalid_tit_apecon | Decimal | ->>>,>>>,>>9.99 | Character | x(10) | Finalidade econômicaValor Multa | Sim | |||||
tta_num_id_valtit_jurosacr | Decimal | >>>>,>>>,>>9.99 | Valor Juros | Sim | |||||||
tta_val_cm_tit_ap | Decimal | ->>>,>>>,>>9.99 | Valor Correção Monetária | Sim | |||||||
tta_val_desc_tit_ap | Decimal | ->>>,>>>,>>9.99 | Valor Desconto | Sim | |||||||
tta_val_abat_tit_ap | Decimal | ->>>,>>>,>>9.99 | Valor Abatimento | Sim | |||||||
ttv_val_multa_apres | Decimal | >>>>,>>>,>>9.99 | Valor Multa | Sim | |||||||
ttv_val_juros_apres | Decimal | >>>>,>>>,>>9.99 | Valor Juros | Sim | |||||||
ttv_val_cm_apres | Decimal | >>>>,>>>,>>9.99 | Valor Correção Monetária | Sim | |||||||
ttv_val_desc_apres | Decimal | >>>>,>>>,>>9.99 | Valor Desconto | Sim | |||||||
ttv_val_abat_apres | Decimal | >>>>,>>>,>>9.99 | Valor Abatimento | Sim | |||||||
tta_des_text_histor | Character | x(2000) | Histórico | Sim | |||||||
tta_num_bord_ap | Integer | >>>>>9 | Número Borderô | Sim | |||||||
tta_des_forma_pagto | Character | x(40) | Descrição Forma Pagamento | Sim | |||||||
ttv_rec_tit_ap | Integer | >>>>>>9 | Recid tit_ap | Sim | |||||||
ttv_cod_banco | Character | x(8) | Banco | Sim | |||||||
ttv_cod_agenc_bcia | Character | x(10) | Agência Bancária | Sim | |||||||
ttv_cod_digito_agenc | Character | x(2) | Dígito Agência | Sim | |||||||
ttv_cod_cta_corren_bco_pagto | Character | x(20) | Conta Corrente | Sim | |||||||
ttv_cod_digito_cta_corren_pagto | Character | x(2) | Dígito Conta Corrente | Sim | |||||||
tta_ind_trans_ap | Character | x(26) | Transação | Sim | |||||||
tta_cod_empresa | Character | x(3) | Empresa | Sim | |||||||
ttv_val_original | Decimal | ->>>>>,>>>,>>9.99 | Valor Original | Sim | |||||||
tta_cod_safra | Character | 9999/9999 | Safra | Sim | |||||||
tta_cod_contrat_graos | Character | x(20) | Contrato Grãos | Sim |
Integer | 999999999 | Token Cta Receber | Sim |
def temp-table tt_tit_acr_liquid_un no-undo
field tta_cod_empresa as character format "x(3)" label "Empresa" column-label "Empresa"
field tta_cod_estab as Character format "x(5)" label "Estabelecimento" column-label "Estab"
field tta_cod_ser_docto as character format "x(5)" label "Série Documento" column-label "Série"
field tta_cod_tit_acr as character format "x(16)" label "Título" column-label "Título"
field tta_cod_espec_docto as character format "x(3)" label "Espécie Documento" column-label "Espécie"
field tta_cod_parcela as character format "x(02)" label "Parcela" column-label "Parcela"
field tta_cdn_cliente as Integer format ">>>,>>>,>>9" initial 0 label "Cliente" column-label "Cliente"
field tta_ind_trans_acr_abrev as character format "X(04)" label "Trans Abrev" column-label "Trans Abrev"
field tta_log_movto_estordo as logical format "Sim/Não" initial no label "Estornado" column-label "Estornado"
field tta_log_liquidac_contra_antecip as logical format "Sim/Não" initial no label "Liquidac AN" column-label "Liquidac AN"
field tta_val_movto_tit_acr as decimal format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Movimento" column-label "Vl Movimento"
field tta_dat_transacao as date format "99/99/9999" initial today label "Data Transação" column-label "Dat Transac"
field tta_dat_cr_movtodef temp-table tt_tit_acr_liquid_un no-undo
field tta_cod_empresa as character format "x(3)" label "Empresa" column-label "Empresa"
field tta_cod_estab as Character format "x(5)" label "Estabelecimento" column-label "Estab"
field tta_cod_ser_docto as character format "x(5)" label "Série Documento" column-label "Série"
field tta_cod_tit_acr as character format "x(16)" label "Título" column-label "Título"
field tta_cod_espec_docto as character format "x(3)" label "Espécie Documento" column-label "Espécie"
field tta_cod_parcela as character format "x(02)" label "Parcela" column-label "Parcela"
field tta_cdn_cliente as Integer format ">>>,>>>,>>9" initial 0 label "Cliente" column-label "Cliente"
field tta_ind_trans_acr_abrev as character format "X(04)" label "Trans Abrev" column-label "Trans Abrev"
field tta_log_movto_estordo as logical format "Sim/Não" initial no label "Estornado" column-label "Estornado"
field tta_log_liquidac_contra_antecip as logical format "Sim/Não" initial no label "Liquidac AN" column-label "Liquidac AN"
field tta_val_movto_tit_acr as decimal format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Movimento" column-label "Vl Movimento"
field tta_dat_transacao as date format "99/99/9999" initial today label "Data Transação" column-label "Dat Transac"
field tta_dat_cr_movto_tit_acr as date format "99/99/9999" initial ? label "Crédito" column-label "Crédito"
field ttv_rec_movto_tit_acr as recid format ">>>>>>9"
field tta_num_id_movto_tit_acr as integer format "999999999" initial 0 label "Token Movto Tit ACR" column-label "Token Movto Tit ACR"
field tta_nom_abrev as character format "x(15)" label "Nome Abreviado" column-label "Nome Abreviado"
field tta_nom_pessoa as character format "x(40)" label "Nome" column-label "Nome"
field tta_cod_indic_econ as character format "x(8)" label "Moeda" column-label "Moeda"
field tta_ind_espec_docto as character format "X(08)" label "Espécie Documento" column-label "Espécie Documento"
field tta_dat_liquidac_tit_acr as date format "99/99/9999" initial ? label "LiquidaçãoCrédito" column-label "Liquidação"Crédito"
field ttv_rec_movto_tit_acr as recid format ">>>>>>9"
field tta_num_datid_venctomovto_tit_acr as date integer format "99/99/9999999999999" initial ? 0 label "VencimentoToken Movto Tit ACR" column-label "VencimentoToken Movto Tit ACR"
field tta_valnom_desconto abrev as decimal character format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Valor Descontox(15)" label "Nome Abreviado" column-label "Valor DescontoNome Abreviado"
field tta_val_abat_tit_acr as decimal format ">>>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Abatimentonom_pessoa as character format "x(40)" label "Nome" column-label "Vl AbatimentoNome"
field tta_valcod_indic_juros econ as decimal character format ">>>>,>>>,>>9.99" decimals 2 initial 0 label "Valor Jurosx(8)" label "Moeda" column-label "Valor JurosMoeda"
field tta_valind_multaespec_tit_acr docto as decimal character format ">>>>,>>>,>>9.99" decimals 2 initial 0 label "Vl MultaX(08)" label "Espécie Documento" column-label "Vl MultaEspécie Documento"
field ttvtta_dat_codliquidac_procestit_export acr as character date format "x(12)" label "Processo Exportação99/99/9999" initial ? label "Liquidação" column-label "Processo ExportaçãoLiquidação"
field tta_dat_codvencto_unidtit_negoc acr as character date format "x(3)" label "Unid Negócio99/99/9999" initial ? label "Vencimento" column-label "Un NegVencimento"
field tta_cod_tip_fluxo_financ as character format "x(12)" label "Tipo Fluxo Financval_desconto as decimal format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Valor Desconto" column-label "Tipo Fluxo FinancValor Desconto"
field tta_codval_abat_finalidtit_econ acr as character decimal format "x(10)" label "Finalidade>>>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Abatimento" column-label "FinalidadeVl Abatimento"
field tta_num_id_tit_acr as integer format "999999999" val_juros as decimal format ">>>>,>>>,>>9.99" decimals 2 initial 0 label "Token Cta ReceberValor Juros" column-label "Token Cta Receber"
index tt_estab_un
tta_cod_estab ascending
tta_cod_unid_negoc ascending
index tt_id is primary unique
tta_cod_estab ascending
tta_num_id_movto_tit_acr ascending
tta_cod_finalid_econ ascending
tta_cod_unid_negoc ascending
.
Tabela Temporária | Descrição | Entrada/Saída |
tt_aprop_ctbl_acr | Apropriação Contábil | Saída |
def temp-table tt_aprop_ctbl_acr no-undo like aprop_ctbl_acr
.
Tabela Temporária | Descrição | Entrada/Saída |
tt_param_relacto_tit_acr | Títulos relacionados | Saída |
"Valor Juros"
field tta_val_multa_tit_acr as decimal format ">>>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Multa" column-label "Vl Multa"
field ttv_cod_proces_export as character format "x(12)" label "Processo Exportação" column-label "Processo Exportação"
field tta_cod_unid_negoc as character format "x(3)" label "Unid Negócio" column-label "Un Neg"
field tta_cod_tip_fluxo_financ as character format "x(12)" label "Tipo Fluxo Financ" column-label "Tipo Fluxo Financ"
field tta_cod_finalid_econ as character format "x(10)" label "Finalidade" column-label "Finalidade"
field tta_num_id_tit_acr as integer format "999999999" initial 0 label "Token Cta Receber" column-label "Token Cta Receber"
index tt_estab_un
tta_cod_estab ascending
tta_cod_unid_negoc ascending
index tt_id is primary unique
tta_cod_estab ascending
tta_num_id_movto_tit_acr ascending
tta_cod_finalid_econ ascending
tta_cod_unid_negoc ascending
.
Tabela Temporária | Descrição | Entrada/Saída |
tt_aprop_ctbl_acr | Apropriação Contábil | Saída |
def temp-table tt_aprop_ctbl_acr no-undo like aprop_ctbl_acrdef temp-table tt_param_relacto_tit_acr no-undo like tit_acr
field tta_val_relacto_tit_acr as decimal format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Relacto" column-label "Vl Relacto"
field tta_dat_gerac_movto as date format "99/99/9999" initial ? label "Data Geração Movto" column-label "Data Geração Movto"
field tta_hra_gerac_movto as Character format "99:99:99" label "Hora Geração Movto" column-label "Hora Geração Movto"
field ttv_rec_tit_acr as recid format ">>>>>>9"
field tta_cod_estab_tit_acr_pai as Character format "x(5)" label "Estab Tit Pai" column-label "Estab Tit Pai"
field tta_num_id_tit_acr_pai as integer format "9999999999" initial 0 label "Token" column-label "Token"
.
Tabela Temporária | Descrição | Entrada/Saída |
tt_param_relacto_errotit_msgMensagens de erroacr | Títulos relacionados | Saída |
Atributo | Tipo | Formato | Descrição | Obrig. | Evol. | ||
ttvtta_val_numrelacto_msgtit_erroacr | Integer | >>>>>>9 | Decimal | ->>>,>>>,>>9.99 | Valor relacionadoMensagem | Sim |
|
ttvtta_desdat_msggerac_erromovto | Character | X(40) | Date | 99/99/9999 | Data geração movimentoMensagem Erro | Sim |
|
ttv tta_deshra_helpgerac_erromovto | Character | x(200) | 99:99:99 | Hora geraçãoDescrição Ajuda Erro | Sim |
|
...
...
ttv_ |
...
rec_ |
...
tit_acr | Recid | >>>>>>9 | Recid do título | sim | |
tta_cod_estab_tit_acr_pai | character | x(5) | Estabelecimento título Pai | Sim | |
tta_num_id_tit_acr_pai | Integer | 9999999999 | Token título pai | Sim |
def temp-table tt_param_relacto_tit_acr no-undo like tit_acr
field tta_val_relacto_tit_acr as decimal format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Vl Relacto" column-label "Vl Relacto"
field tta_dat_gerac_movto as date format "99/99/9999" initial ? label "Data Geração Movto" column-label "Data Geração Movto"
field tta_hra_gerac_movto as Character format "99:99:99" label "Hora Geração Movto" column-label "Hora Geração Movto"
field ttv_rec_tit_acr as recid format ">>>>>>9"
field tta_cod_estab_tit_acr_pai as Character format "x(5)" label "Estab Tit Pai" column-label "Estab Tit Pai"
field tta_num_id_tit_acr_pai as integer format "9999999999" initial 0 label "Token" column-label "Token"
.
Tabela Temporária | Descrição | Entrada/Saída |
tt_erro_msg | Mensagens de erro | Saída |
Atributo | Tipo | Formato | Descrição | Obrig. | Evol. |
ttv_num_msg_erro | Integer | >>>>>>9 | Mensagem | Sim |
|
ttv_des_msg_erro | Character | X(40) | Mensagem Erro | Sim |
|
ttv_des_help_erro | Character | x(200) | Descrição Ajuda Erro | Sim |
|
def temp-table tt_erro_msg no-undo
field ttv_num_msg_erro as integer format ">>>>>>9" label "Mensagem" column-label "Mensagem"
field ttv_des_msg_erro as character format "x(60)" label "Mensagem Erro" column-label "Inconsistência"
field ttv_des_help_erro as character format "x(200)"
index tt_num_erro
ttv_num_msg_erro ascending
.
Exemplo de utilização da API
def var v_handle_acr262za as handle no-undo.
for each tt_tit_acr_liquid_un:
delete tt_tit_acr_liquid_un.
end.
for each tt_param_relacto_tit_acr:
delete tt_param_relacto_tit_acr.
end.
for each tt_aprop_ctbl_acr:
delete tt_aprop_ctbl_acr.
end.
create
Exemplo de utilização da API
run prgfin/apb/apb431za.p persistent set v_handle_apb731za
create tt_param_api_con_pagtos_apb.
assign tt_param_api_con_pagtos_apb.ttv_log_pagto_cheq = yes
...
tt_param_api_con_
...
liquid_
...
Acr.
assign tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
cod_
...
estab_
...
ini =
...
''
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
cod_
...
estab_
...
fim = 'ZZZZZ'
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
cod_
...
espec_
...
inic = ''
tt_param_api_con_
...
liquid_
...
Acr.ttv_cod_espec_
...
fim = 'ZZ'
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
cdn_
...
cliente_
...
ini =
...
0
tt_param_api_con_
...
liquid_
...
Acr.ttv_cdn_
...
cliente_fim
...
= 99999999
tt_param_api_con_liquid_Acr.ttv_cod_indic_econ_ini = ''
tt_param_api_con_
...
liquid_
...
Acr.ttv_cod_
...
indic_
...
econ_
...
fim =
...
'ZZZZZ'
tt_param_api_con_
...
liquid_
...
Acr.ttv_cod_portador_
...
ini = ''
tt_param_api_con_
...
liquid_
...
Acr.ttv_cod_portador_
...
fim = 'ZZZZZZZZZ'
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
dat_
...
transacao_
...
ini =
...
03/01/2016
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
dat_
...
transacao_fim =
...
03/31/2016
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
dat_
...
liquidac_
...
inic = 03/01/2016
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
dat_
...
liquidac_
...
fim =
...
03/31/2016
tt_param_api_con_
...
liquid_
...
Acr.ttv_cod_
...
proces_
...
export_ini = ''
tt_param_api_con_
...
liquid_
...
Acr.ttv_cod_
...
proces_
...
export_fim =
...
'ZZZZZZZZZZZ'
tt_param_api_con_
...
liquid_
...
Acr.ttv_log_mostra_liquidac_pagto
...
= yes
tt_param_api_con_
...
liquid_
...
Acr.ttv_log_
...
mostra_liquidac_antecip = yes
tt_param_api_con_
...
liquid_
...
Acr.ttv_log_mostra_
...
liquidac_
...
estorn =
...
no
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
cod_
...
finalid_econ = 'Corrente'
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
dat_
...
cotac_
...
indic_
...
econ = 08/26/2016
tt_param_api_con_
...
liquid_
...
Acr.ttv_log_mostra_
...
normal =
...
yes
tt_param_api_con_
...
liquid_
...
Acr.ttv_log_mostra_
...
antecip =
...
yes
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
log_
...
mostra_prev = no
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
log_
...
mostra_
...
ndebito = no
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
log_
...
mostra_
...
cheq = yes
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
log_
...
mostra_
...
aviso_
...
db = no
tt_param_api_con_
...
liquid_
...
Acr.ttv_
...
log_
...
if valid-handle(v_handle_apb731za) then do:
run pi_main_con_movtos_pagto_period in v_handle_apb731za(input table mostra_docto_vendor = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_liquidac = yes
tt_param_api_con_pagtos_apb,
output table tt_pagtos_periodo,
output table tt_erro_msg).
create tt_param_relacto_tit_ap.
assign tt_param_relacto_tit_ap.tta_cod_estab = tt_pagtos_periodo.tta_cod_estab
tt_param_relacto_tit_ap.tta_cod_ser_docto = tt_pagtos_periodo.tta_cod_ser_docto
tt_param_relacto_tit_ap.tta_cod_espec_docto = tt_pagtos_periodo.tta_cod_espec_docto
tt_param_relacto_tit_ap.tta_cdn_fornecedor = tt_pagtos_periodo.tta_cdn_fornecedor
tt_param_relacto_tit_ap.tta_cod_tit_ap = tt_pagtos_periodo.tta_cod_tit_ap
tt_param_relacto_tit_ap.tta_cod_parcela = tt_pagtos_periodo.tta_cod_parcela
tt_param_relacto_tit_ap.ttv_log_mostra_impto_retid = no
tt_param_relacto_tit_ap.ttv_log_pagto_cartcred = yes
tt_param_relacto_tit_ap.ttv_log_pagto_bxsb = yes
tt_param_relacto_tit_ap.ttv_log_an_relacto = no.
run pi_criar_tt_relacto_tit_ap_aux in v_handle_apb731za (input table tt_param_relacto_tit_ap,
output table tt_relacto_tit_ap). /*titulos originais relacionado ao pagamento*/
Assunto
Produto: |
|
Versões: |
|
Ocorrência: |
|
Ambiente: |
|
Passo a passo: |
|
Observações: |
|
_liquid_Acr.ttv_log_mostra_liquidac_renegoc = yes
tt_param_api_con_liquid_Acr.ttv_log_mostra_liq_enctro_cta = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_perda_dedut = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_transf_estab = yes
tt_param_api_con_liquid_Acr.ttv_log_mostra_acerto_val_cr = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_acerto_val_menor = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_devol = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_cta_ctbl = yes
tt_param_api_con_liquid_Acr.ttv_ind_visualiz_tit_acr_vert = ''
tt_param_api_con_liquid_Acr.ttv_ind_classif_tit_acr = ''
tt_param_api_con_liquid_Acr.ttv_cod_finalid_econ_apres = 'corrente'
tt_param_api_con_liquid_Acr.ttv_log_mostra_tit_relac = no
tt_param_api_con_liquid_Acr.ttv_log_mostra_ctbzdo = no /*mostra apenas os movimentos cntabilizados */.
run prgfin/acr/acr262za.r persistent set v_handle_acr262za /* prg_fnc_recuperar_variaveis_globais*/.
if valid-handle(v_handle_acr262za) then do:
run pi_main_con_movtos_liquid_period in v_handle_acr262za (Input 1,
Input table tt_param_api_con_liquid_Acr,
output table tt_tit_acr_liquid_un,
output table tt_param_relacto_tit_acr,
output table tt_aprop_ctbl_acr,
output table tt_erro_msg) /*pi_main_con_movtos_pagto_period_1*/.ttv_cod_portador_fimCharacterx(5)Portador FinalSim