cancel
Showing results for 
Search instead for 
Did you mean: 

CC-e Implementing electronic correction letter

Former Member
0 Kudos

Dear Experts

Apologize for not  writing in Portuguese because I dont speak Portuguese (Wish I could)

We are on ECC 6 04, SP 05. We have successfully implemented Nota Fiscal interface with SEFAZ without GRC and not using any third party softwares.

Due to the recent requirement to implement CC-E, we applied the OSS note  1575364. Applying the code has enabled a new icon in the J1BNFE monitor "NF-E EVENTS". But all the programs related to CC-E is missing.

Are there more OSS notes that I need to apply to bring in all the programs ? If so, can someone point me to the OSS notes ?

Obrigado

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182114
Active Contributor
0 Kudos

Bom dia isa p63,

O conteúdo deste fórum é em língua Portuguesa.

Utilize a ferramenta googletranslator que funciona muito bem para Inglês->Português->Inglês

Thread locked

Atenciosamente,

Fernando Da Rós

Moderador

Former Member
0 Kudos

Hi Isa,

After application the SAP notes do you check the include J_1BNFE_MONITOR_CORRECTION_F01 where exists code below that call the function J_1BNFE_CCE_OUT to send de Event CC-e.

Your system of message to SEFAZ need connect this function:

if  lv_xnfeactive is initial.

* Call non-GRC messaging system

* gv_callmode can be switched in debbuging to call the RFC synchronous

    if gv_callmode is initial.

      call function 'J_1BNFE_CCE_OUT'

        in background task

        destination lv_rfcdest

        exporting

          iv_nfe_access_key           = lv_acc_key44

          iv_event_type               = lv_event_type

          iv_internal_sequence_number = ls_event-seqnum

          iv_timestamp                = ls_event-issue_tmpl

          iv_timezone                 = lv_time_zone

          iv_content                  = lv_content

          iv_resend                   = lv_resend.

Regards
Marcelo Macedo

Former Member
0 Kudos

Hello There!

There are a couple of OSS Notes that you have to apply in order to have the CC-e solution working properly but the main ones are 1575364, 1617819 and 1653001. Have you already applied all these notes?

Please note that the main programs are delivered in the OSS Note 1575364 so please make sure you have fully applied this note.

Regards,

WB

Former Member
0 Kudos

Thank you for the response WB.

I am making sure the note  1575364 is correctly applied. I will get back with the results.