CE PLUS - Nota 005703

Módulo: CÂMBIO FINANCEIRO

Funcionalidade: Rotina de Pagamento

Data/Hora da Publicação: 22/01/2008 00:00:00

Data/Hora Última Alteração: 18/02/2011 14:04:35

Descrição da Nota: COMPLEMENTO DO BOLETO REMESSA RECEBIMENTO REGIME COMPETÊNCIA ATRINUIÇÃO

Sintoma

Ao efetuar F-30 no complemento do boleto, de remessa recebimento regime de competência, esta parando

e exibindo mensagem que atribuição não esta preenchida.

 

 

Solução

Carregar o campo d_zuonr para passar na verificação do campo obrigatório.

 

Versões Tratadas

7.0


Pré-Requisitos

Produto:

Nota

Descrição

COMPLEMENTO DO BOLETO - REMESSA RECEBIMENTO - F-02 - ATRIBUIÇÃO(ZUONR)

COMPLEMENTO DO BOLETO - REMESSA RECEBIMENTO COMPETÊNCIA ATRIBUIÇÃO F-30

Informações Complementares

----------------------------------------------------------------------------------------------------

Nota Número 05703 Data: 22/01/2008 Hora: 11:13:34

----------------------------------------------------------------------------------------------------

 

----------------------------------------------------------------------------------------------------

Nota Número              : 05703

Categoria                : Erro de Programa

Prioridade               : Média

Versão PW.CE             : 7.0

Pacote                   : 00004

Agrupamento              : 00031

----------------------------------------------------------------------------------------------------

Referência às notas relacionadas:

Número - Ordem - Versão - Pacote - Descrição Breve

 

05575  - 00001 - 7.0    - 00004  - COMPLEMENTO DO BOLETO - REMESSA RECEBIMENTO - F-02 - ATRIBUIÇÃO(Z

05612  - 00002 - 7.0    - 00004  - COMPLEMENTO DO BOLETO - REMESSA RECEBIMENTO COMPETÊNCIA ATRIBUIÇÃ

----------------------------------------------------------------------------------------------------

COMPLEMENTO DO BOLETO REMESSA RECEBIMENTO REGIME COMPETÊNCIA ATRINUIÇÃO

----------------------------------------------------------------------------------------------------

Palavras Chave:

COMPLEMENTO DO BOLETO REMESSA RECEBIMENTO REGIME COMPETÊNCIA ATRINUIÇÃO

ZUONR OB41 ATRIBUIÇÃO OBRIGATÓRIA F-30

----------------------------------------------------------------------------------------------------

Objetos da nota:

REPS /PWS/MZYCA110F01

 

----------------------------------------------------------------------------------------------------

Modificações efetuadas em REPS /PWS/MZYCA110F01

 

...

        ELSEIF itab_zyglt321-cpocb = 'CODPAGTO'.

          itab_zycbe033-c_zuonr = wa_zycbt124-codpagto.

        ELSEIF itab_zyglt321-cpocb = 'TPIMP'.

          itab_zycbe033-c_zuonr = p_tpimp.

        ELSEIF itab_zyglt321-cpocb IS INITIAL AND

               NOT itab_zyglt321-descr IS INITIAL.

          itab_zycbe033-c_zuonr = itab_zyglt321-descr.

        ENDIF.

    ENDCASE.

  ENDLOOP.

* >> Início da inclusão: FORM FILL_DATE_F-30_CP

  itab_zycbe033-d_zuonr = itab_zycbe033-c_zuonr.

* << Fim da inclusão

  APPEND itab_zycbe033.

  LOOP AT itab_zycbt034.

    MESSAGE i016 WITH itab_zycbt034-descricao.

  ENDLOOP.

  IF itab_zycbt034[] IS INITIAL.

    CALL FUNCTION '/PWS/ZYCA_TRANSACAO_F_30R'

         EXPORTING

              v_modo          = v_modo_bi

         TABLES

              t_dados         = itab_zycbe033

...