Belgium VAT declaration

Hello Friends,
has anybode came across the Belgium eVAT declaration configuration? if anybody come across please help me to find the solution for my issue?
I have done the belgiam VAT declartion configuration as per the guide provided by SAP. but after executing the transaction "FOTV" i am unable to find the tax details as per belgium grouping key. only address details are coming in the header, actually it supposed to display the vat details as well. but in my case it is not displaying anything. i don't know where i missed out the configuartion part.

For the tax reporting you have to run the following reports:
S_ALR_87012357
Special for Belgium fill in the part:
Form print out: 
Select Prepaire printing of forms
Fill in: program run date
Fill in Indentification
S_ALR_87012370
Settings in config for reporting: (some Examples:)
TC OBCH
1D     BE Local purchases other G&S 6% Belgium     VST     H     63
1D     BE Local purchases other G&S 6% Belgium     VST     S     59
1I     BE Deferred services 21% G/S/T     MWS     H     56
1I     BE Deferred services 21% G/S/T     VST     S     59
TC OBCG
1D     BE Local purchases other G&S 6% Belgium     VST     H     82
1D     BE Local purchases other G&S 6% Belgium     VST     H     85
1D     BE Local purchases other G&S 6% Belgium     VST     S     82
1I     BE Deferred services 21% G/S/T     VST     H     82
1I     BE Deferred services 21% G/S/T     VST     H     85
1I     BE Deferred services 21% G/S/T     VST     H     87
1I     BE Deferred services 21% G/S/T     VST     S     82

Similar Messages

  • VAT declaration in XML - Problem with report RFASLDPC

    Hello all,
    I have a problem with the report RFASLDPC. We use it to download an XML file that we generated which contains the VAT declaration.
    In the report RFASDLPC, there is a FORM named QUELLFILE_PRUEFEN which stop the report and display a message : "Data file FILE_NAME is not correct".
    The reason is that QUELLFILE_PRUEFEN checks (for Belgium) that the beginning of my document starts with '000000' (six times zero). But this is impossible for an XML file to begin with '000000'. An XML file must begin with "<?xml version="1.0" ?>" or a least "<".
    Here is the code :
    FORM QUELLFILE_PRUEFEN.
      OPEN DATASET PAR_PATH FOR INPUT IN BINARY MODE.
      IF SY-SUBRC NE 0.
        MESSAGE E306 WITH PAR_PATH.        ''Quellfile nicht vorhanden
      ENDIF.
      READ DATASET PAR_PATH INTO HLP_RECORD.
      CASE PAR_FTYP.
        WHEN 'AT'.                         ''ASL Österreich
          IF HLP_RECORD(1) NE 'I' OR HLP_RECORD+46(2) NE 'ZM'.
            MESSAGE A185(FR) WITH PAR_PATH.
          ENDIF.
        WHEN 'BE'.                         ''ASL Belgien
          IF HLP_RECORD(6) NE '000000'.
            MESSAGE A185(FR) WITH PAR_PATH.
          ENDIF.
        WHEN 'ES'.                         ''ASL Spanien
    *     IF HLP_RECORD(1) NE '1' OR HLP_RECORD+104(3) NE '349'.
          IF HLP_RECORD(1) NE '1' OR HLP_RECORD+1(3) NE '349'.
            MESSAGE A185(FR) WITH PAR_PATH.
          ENDIF.
        when 'FI'.
          if hlp_record(3) ne '000'.
            MESSAGE A185(FR) WITH PAR_PATH.
          ENDIF.
      ENDCASE.
      CLOSE DATASET PAR_PATH.
    The line :
    READ DATASET PAR_PATH INTO HLP_RECORD.
    Put the 128 first character of the XML file in HLP_RECORD because HLP_RECORD is defined as :
    HLP_RECORD(128) TYPE C
    So as I work in Belgium, it is the condition :
    WHEN 'BE'.                         ''ASL Belgien
          IF HLP_RECORD(6) NE '000000'.
            MESSAGE A185(FR) WITH PAR_PATH.
          ENDIF.
    which is checked. But this condition cleary check if the beginning of the XML is '000000' and if it is not, it stop the program.
    I searched for all the SAP notes about RFASLDPC but I found none about this problem.
    Did someone else have also this problem ? Did you find a way to solve this ?
    Thank you in advance for your help.
    Best Regards.
    Gregory Pierre.

    anyone has an idea ? ...

  • Belgium Vat Report

    Hi,
    Has anybody know about the Belgium Vat Report and VAT declaration form?
    How we need to configure it in SAP?
    Please thorugh some light on this issue.
    Thanks in adv
    MBN

    Hi,
    I try to sent the information infor SDN but it is not allowed more the 1500 char.
    hence please refer the note at serveice market place.
    Reg
    Madhu M

  • Electronic Belgian VAT declaration

    Hello,
    In Belgium, while using electronic VAT declaration (S_ALR_87012357 or RFUMSV00), how is it possible to re-run or to generate more than one declaration.
    It's possible while using the "paper" declaration but I don't know with the electronic .
    Thanks in advance
    Georges HUYNEN

    Hello,
    You can run many declaration you want with these transaction.
    Thanks

  • VAT declaration box Question

    Hi all,
    On the VAT declaration box report it puts in a zero figure for EC Acquisitions which is incorrect so we have to do a purchase analysis report in order to obtain the correct figure u2013 can we set this up so that the figure is correct?
    Thank you,
    MB

    Answering my own question...
    VAT Declaration Boxes window in the Set-up menu

  • VAT Declaration in Spain

    Dear all,
    I am working on VAT declaration in spain with file created by program RFIDESM340.
    We have some points to correct but after searching for OSS Notes I saw nothing...
    Can someone help me on following points:
    - Date has to be Posting date instead of Document date for some document types,
    - If ID key is 2 then do not have country code,
    - Where to find fiscal reason?
    Thanks for your help!
    David

    Dear David,
    I have been dealing with this same issue for months and must tell you that first thing to have into consideration it is to make using "Vat Date" field possible. The way SAP covers this it is explained on notes 1023317 for ECC releases and 1235415 for R/3 releases, and you must notice that it implies an upgrade to a certain HP.
    You can find more information regarding legal changes and their availability in the following link:
    https://service.sap.com/globalization, goto the left corner and select Country Information > Select Spain > SAP ERP > Financial and Operations (FI/OP) > Type of solution Legal > Download file

  • Vat declaration - configuration in erp system

    Hello experts,
    I configured elster vat declaration in PI system as described in sap note 1293294.
    But what I have to configure at erp system? sap note 1293294 only describes that I have to select the Exchange Infrastructure transfer type in transaction FOTED1 in the ERP system (I could not imagine that thsi is all what I have to configure on erp side?).
    I could not find any documentation regarding the configuration in erp system? can you help me?
    we have PI 7.11 and ECC 6.02 System.
    Thanks and best regards
    Christopher
    Edited by: Christopher Kühn on Nov 11, 2009 4:37 PM
    Edited by: Christopher Kühn on Nov 12, 2009 9:07 AM

    Hello,
    you can find the solution to my question in sap nite 1414411 or under the link http://help.sap.com/saphelp_nw04s/helpdata/en/c9/7a1041ebf0f06fe10000000a1550b0/frameset.htm
    best regards!
    Christopher

  • Wrong amount in VAT Declaration Box Report

    Hi,
    I am running the VAT Declaration Box Report, but the EU Vat Code (acqusition/reverse) amount doubles up.
    I have box number 2 with XX2 box component and XX2 has E2 and E21. The total of the invoices listed shows an amount, but the actual box component XX2 has doubled the amount.The box is on credit side.
    Therefore when i look at the report i have XX2 credit amount 70,000 while E2 is only 35,000 and E21 is 0.
    The JEs of the invoices post both input and ouput VAT as the code is ticked as being acqusition/reverse, but why is that total different?
    Thank you!
    Cristina

    Hi,
    SAP found the issue. You can check SAP Note 1604993.
    If there is a new effective from period defined in the VAT Declaration Boxes Setup, the VAT  Declaration Box Report will
    show total amounts multiplied (according to the number of periods defined).
    They plan to fix this in 8.81 PL08.
    Thanks,
    Cristina

  • VAT Declaration Box Report

    Hi Experts,
    What exactly determines which AP Invoices are included in the VAT Declaration Box Report in 2005?
    If we take the VAT code E2 from the Demo company, any Invoices I create are included in the report.  If I create another VAT code with the same settings but a different rate, an invoice for this new rate is not being included in the report?
    Which option decides whether a VAT Code's transactions are included in the VAT Declaration Box Report?
    Thanks
    Greig

    Answering my own question...
    VAT Declaration Boxes window in the Set-up menu

  • Kazak VAT declaration

    In Kazakistan, there is the fiscal requirement to show VAT amounts in the VAT declaration based on document date and not on posting date.  Moreover, also parked documents not yet posted have to be included in the declaration.  Obviously on the next month adjustements have to be traced (changes to parked documents, deletion, ..).
    Any idea to suggest???

    Hello,
    you can find the solution to my question in sap nite 1414411 or under the link http://help.sap.com/saphelp_nw04s/helpdata/en/c9/7a1041ebf0f06fe10000000a1550b0/frameset.htm
    best regards!
    Christopher

  • Anual VAT Declaration Portugal - Anexo L

    Hello,
    I'm customizing the system for the anual VAT declaration for Portugal, and I have a doubt about the ANEXO_L_M, because the in the tcode DMEE for the Tree Type UMS3 i don't have format tree PT_ANEXO_L_M.
    I saw the note 1177103 where one of the manual steps is to upload this tree, but this corrections are already delivered in Support package SAPKH60303, and we have the support package SAPKH60306 installed.
    Shouldn't this format tree already been in the system?
    Best Regards,

  • VAT declaration in Spain according RD 1065/2007

    Spanish authorities require the declaration of VAT ledgers according Real Decreto RD 1065/2007. It implies to send to the authorities the detail of all invoices which are VAT relevant in a specific format.
    Does anybody know if SAP is going to cover this legal requirement?
    Thanks in advance,

    Dear David,
    I have been dealing with this same issue for months and must tell you that first thing to have into consideration it is to make using "Vat Date" field possible. The way SAP covers this it is explained on notes 1023317 for ECC releases and 1235415 for R/3 releases, and you must notice that it implies an upgrade to a certain HP.
    You can find more information regarding legal changes and their availability in the following link:
    https://service.sap.com/globalization, goto the left corner and select Country Information > Select Spain > SAP ERP > Financial and Operations (FI/OP) > Type of solution Legal > Download file

  • Belgium VAT related - register of non-transferred goods to subcontractors

    Hi,
    For our client we have to make a report that can show all goods send to subcontractors (so transferred and not sold), when the goods returned, with weights, values and links to goods receipts and issues. This register is a legal requirement in Belgium. The full list of requirements are listed below:
    'This register of non transfers should indicate the following:
    · A sequential numbering;
    · The date of the operation;
    · The name and address of the addressee of the goods;
    · The VAT number of the addressee of the goods (if any) and the destination of the goods;
    · The quantity of the goods dispatched and the name/designation of these goods;
    · The value of the goods dispatched (in principle the purchase price or the cost price);
    · The date of return of the goods;
    · The quantity of the returned goods and the name/designation of these goods (if different from the initially dispatched goods);
    · The quantity of goods not returned and motivation (cause);'
    I have looked at stock reports (MB51) and subcontracting (ME2O), but it does not fully meet requirements. Anybody has an idea to use standard functionality for this report, before I go into custom built reports?
    Thanks in advance!

    Thanks for the quick response Suresh!
    However the EC sales list will not do the trick because I am looking for the goods that have been transferred and not sold. And it would not solve the sequential numbering.
    I guess I will have to use a query or create something Z.
    Regards

  • VAT declaration of Portugal (Anexo i)

    Anybody nows how to excecute the anexo i in the vat declaratioon of Portugal in the report RFUVPT00.
    I have applied a note 1167985 but the anexo does not apper in the file.
    Thank you very much in advance

    Dear friend,
    Please refer the below note.
    SAP Note 849459
    Reg
    Madhu M

  • Portugal VAT Declaration

    Hello Gurus,
    I have customized in transaction OBCH the tax code with the correct group number for tax amounts. For example, i have one tax code with the group 24, for one tax grouping version ( M002).
    When I go to execute the report S_AL0_96000738 - Input Tax Refund (Portugal) appears the fields 20,21,22,23,24. To extract all the information i put in all the fields the tax grouping version M002. After executing the report appears all the data duplicate for all the fields, for instance, if my tax code that belongs to the group 24 has a value of 100 hundred, appears one hundred in groups 20, 21, 22, 23 and 24, so appears the same amount in all the all the groups even my tax code only belongs to the group 24, is it the correct behavior of the system? or there is any customize point that make correpond the field 24 with my tax code?
    Thank you very much in advance.

    Hi,
    I have used report RFASLD20 for ec sales list file generation with ASLD_PT DMEE:
    205016657060000                    
    2100001ESA01004324   +0000000036001
    2100002ESA01394261   +0000000036001
    2100003ESA02057032   +0000000012001
    2200003000000008400000000000000  
    Then I have integrated such ec sales list file into file generated by RFUVPT00. But in file generated by RFUVPT00 has the following lines:
    205016657060000                             
    2                                           
    0001ESA01004324   +0000000036001            
    2                                           
    0002ESA01394261   +0000000036001            
    2                                           
    0003ESA02057032   +0000000012001            
    2                                           
    It has no lines 20,21 and 22 as the file generated by report RFASLD20.
    I do not know if this is ok or if I am doing something wrong.
    Thank you very much,
    Ariana

Maybe you are looking for

  • NB305 - FN key no longer working with Flash Cards

    I acquired my NB305 last week, and the FN key was working such that when you held it down the Flash Card appeared at the top of my screen.   However, that association has since ceased.   The FN does work for other purposes, and I turned on the featur

  • I got this problem when i include one more file in my jsp within if conditi

    i got the following error The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP: Stacktrace:      org.apache.jasper.compiler.DefaultErr

  • OAS 10.1.3 preview - Unable to launch em

    After installing OAS 10.1.3 preview, I am unable to launch em. I am getting the following error 404 Not Found Resource /em not found on this server Surprising thing is when I try to launch the em console using 7200 port, I am able to get the console

  • Dynamic column name in cfquery

    I have a scenario in which database column names are in a format COLUMN1, COLUMN2, ...COLUMNn. Number of column is not known while coding. But usually the column names are hard code while accessing the cfquery result like cfqueryresult.COLUMN1. I wan

  • Using captions (or, hiding file names) for Web Gallery with Aperture 2.0

    Is there a way to add captions to pictures displayed using the Aperture 2.0 web gallery without changing the actual file name? I'd like to keep the file name but add a caption to each photo if possible. Thanks