Error: Export data missing

while Invoice-Release to accounting I got error as "Export data missing"
when I check I found that Foreign trade data is incomplete as per system. Also I have seen foreign trade no also in invoice foreign trade/customes view.
I dont know why this error is coming. system is asking to complete foreign trade for which no customizations available.
So I want to know what triggers to generate foreign trade no means why it has become essentials to provide these data?
which master data are important to trigger foreign trade? I have not maintained anything in foreign tarde view in material master.
Also let me know how can I resolve this problem?
Vijay

Hi Vijay,
The note 173411 described that there are hard-coded checks for the
listed in the note. If you choose for business reasons not to use the
incompletion procedure, then it can be de-activated. For this, kindly
refer to note 118573.
Please complete the following steps:
- create a new customer project via CMOD.
- assign the enhancement V50EPROP (which contains the userexits) to
  the customer project.
- place source code inside the include found in exit_saplv50e_005
  & _006, for example,
  INCLUDE ZXV50U06
       if ( i_exp_imp_flag eq 'E' ).
         clear: c_complete.
         c_complete = 'X'.
       endif.
- generate the two new objects (exit_saplv50e_005 & _006) via
SE37.
- activate the project via CMOD.
========================================================================
If foreign trade functionalities are to be used, the corresponding
customizations must be maintained using transaction VI29 and VI49.
note 354222    Foreign trade data incomplete for domestic business
may also be helpful.
Thanks,
Alex

Similar Messages

  • Error in Billing doc posing to FI - Export data missing

    Hi Experts ,
    While releasing SD Bills to Accounting Some export documents are not posted to FI and posting status is given 'G' (Posting document not created export data missing ).
    Please give me solution which data may missing to post export billing documents to FI.
    Amol

    Hi amol
    Go to VF02 and first go to item data -> foreign trade data tab and click on the incompletion log , you will get the list what all to be filled . Once you complete. then go to header data -> foreign trade data tab and click on the incompletion log ,you will get the list of data which has to be filled and you can fill it and save it .
    Then once the billing document is saved it will be passed on to FI
    Regards
    Srinath

  • ADS: com.adobe.ProcessingException: Error exporting Data into PDF

    Hi Experts,
    when trying to upload a PDF file to my WD4A application and extract the data I am getting this ADS Error:
    ADS: com.adobe.ProcessingException: Error exporting Data into PDF - PDF Exception: Invalid object for the XFA entry in the forms dictionary.(200201).
    The error only appears when I`m trying to upload a PDF file that has been created after an Java Script Update of the Adobe Form Builder. My actual version is 710.20070621204053.403203.403203 - ContainerFoundation_JS.
    All PDF files created before this update can be uploaded without problems. Am I missing something to be updated?!
    Thanx & best regards,
    Oliver

    Dear Oliver,
    I am facing this problem, can you recall how did you resolve this, please ? Thank you.
    Regards
    Kir chern

  • Posting Document not created (export data missing)

    We are working on ECC 6.0 and during creation of Cancellation Billing document type IVS for the Intercompany billing, the document did not create Accounting document giving the Posting status as G - Posting document not created (export data missing). However checked the Foreign trade data and the system states that Foreign trade is complete.
    Can any one suggest the solution for this?
    Thanks.

    Hello Mohammad,
    About this issue, the incompletion of this cancellation document
    arises might because the reference delivery has been archived/deleted.
    This is likely due to your current copy control settings (VTFL).
    If you have set ' ', in the export determination field this means that
    there is a common 'exnum' key between the delivery and billing documents
    LIKP-EXNUM & VBRK-EXNUM are the same.
    The result of deleting the delivery is that you also delete the FT data
    for the delivery, Because the billing document and delivery share the
    same foreign trade table entries, you have in effect deleted the FT data
    of the billing document too. This would most likely go unnoticed but if
    you then cancel the invoice the system has no FT to copy into the new
    cancellation billing document, which leads to this issue.
    Firstly you should set the export determination flag in the copy control
    of the delivery & billing documents. This will avoid this issue in the
    future. Set it to to 'A' or 'B' depending on your requirements.
    For the incomplete cancellation billing document, you could use userexit to
    set it as complete:
    You can use transaction CMOD.
    Create a project for example FT project button create short text: ....
    drop button Enhancement assignment & save use for example local object.
    Use the F4-help for Enhancement and look for V50EPROP.
    Drop button Components:
    here you will find EXIT_SAPLV50E_005 and EXIT_SAPLV50E_006
    In the userexits doubleclick on the includes ZXV50U05 and ZXV50U06
    The coding in the userexits should be: C_COMPLETE = 'X'.
    Afterwards activate generate ... and save.
    The development class is VEI.
    Please also check note 118573 which explains the FT user exits.
    Regards,
    Alex

  • Error  in posting billing document ( Export Data Missing)

    Hi Gurus,
    I am facing a unique problem. When I am posting a domestic invoice with reference to service order material Group is LEIS( service withought delivery )  is LEIS, the system is displaying a message Document & has been saved (foreign trade data incomplete)
    . When I run the similar transaction in a replication of above system there is no error displayed.
    Also the customer is not permitting me to maintain the foreign trade data, as he says when we are not executing
    Export transaction, why should we maintain this data???
    We have replicated the masters in the parallel system & taken the same parameters to excute the transaction,
    Please advice as to where this difference in behaviour is???
    Also how do I overcome the export data error for domestic transactions.
    Edited by: mukesh kumar on Jul 24, 2009 2:23 PM

    Hi
    This is because of the Foreign Trade: Export Data view selected for the material.
    Check your material master whether the Foreign Trade: Export Data has been selected. If it is selected you will encounter the issue during the invoice creation.
    Regards
    Rajkumar K

  • Export Data Missing in Invoice for Accounting

    Hi ,
    in a trading scenario wher in Maurtius export goods to SC-Seychells customer. PGI is done and when we did invoice we are enocountering _Missing Export data as status.
    Can u guys help me out in resolving this.

    Hi,
    Goto VF02, enter the biling document number
    select line item , then GOTO --> header --> foreign trade/ customs , here enter the details
    select line item, then GOTO  --> item --> foreign trade item
    enter the details and save
    thanks.

  • Error exporting data to excel file

    Hello,
    I have written a macro to export some channels into an excel file, skipping the excel wizard by using the following code:
    EXCELChnCount = intChannels - 1
    For i = 1 To intChannels
        ExcelExpChn(i) = ChannelList(i - 1)
    Next
    Call EXCELExport ("c:\test.xls","data",0,"")
    No file is created, but when I output EXCELStat / EXCELStatTex it contains the error code 100 "a general error occured".
    The strange thing is, if I run the wizard once (by changing the 0 to a 1), and just press "finish", the wizard-less export works flawlessly afterwards.
    Has anybody an idea what is wrong? Do I have so set some more variables in order to make it work without using the wizard?
    Using a STP configuration file, as I've read in some other postings isn't an option, as the name and the numbers of the exported channels change constantly.
    Thanks for your help, and best regards!
    Sam

    Hi Sam,
    I did not try your script out, but I often receive the mysterious "error 100" when Excel already has the file open - Excel is very protective of its open files.  Sometimes Excel will crash too, but checking your Task Manager will reveal it is still running...
    Julia

  • Export Data

    Hi,
    While saving the Billing document of Export order i am getting error
    "Export data missing"
    because of this accounting documents are not generating
    I want to know that what export data we need to maintain?
    Regards,
    Rahul

    Hi,
    Missing Export Data
    In 4.6c, if the user is unable to release an invoice to accounting but get the error message "Missing export data".  A new module Foreign Trade/Customs have been included with a default checking for Incomple Data.
    You can disable the default checking with the followings steps :-
    1) Setup Incompletion Schemas for both the Header and Item. (transaction VI29). It is here that you define what fields should be populated as part of the Foreign Trade check in billing. The default has three fields. You only need to created new ones with only one field, and set that field's incompletion control check to inactive. Setting up the Export/Dispatch setting will do the trick.
    VI29
    New entries
    Descriptions                                   No checking for header      No checking for item
    Incompletion procedures name e.g.        Z1                                          Z2
    Header/Item Level                                 A                                            B
    Export/Import                                        2                                             2
    Origin field                                         EXPRF                                  EXPRF
    Fld ctrol/Inc.                                           1                                             1
    2) For each country from which you ship goods, assign the incompletion schemas to that country under the Export/Dispatch
    setting.  VI49 - Foreign Trade Data in MM and SD Documents.
    VI49
    Country                             US
    Export/Import                     2
    Incomplete header data       Z1
    Incomplete item data           Z2

  • Essbase EAS export data error

    Hello,
    I am trying to Export data from Essbase Administration Services console (right click on the DataBase/Export), and i have this error: Export data     <date> Failed
    Error: 1042013 Network error [10038]: Cannot Receive Data.
    I don't think it is really a network connection error... do you know another possible cause?
    thanks!!

    In reality, that message almost always means that the Essbase app has crashed. Take a look at the application log.
    Evidently the Arbor development team decided that the obvious explanation for an application's failure to respond was network interruption, with the possibility of a crash too remote even to mention. If you didn't laugh, you'd cry...

  • Sub: Tax Code & Export data

    Dear Friends,
    I've  2 issues. 1st: How does Tax Code comes automatically in OR? We've TAXINJ.
    My 2nd issue is: In VF03 message- The accounting doc has not been created.
    Posting Status in the header say- *Posting doc not created (export data missing)*. How to solve this problem?
    Kindly help.
    Thank you in advance.

    Hi,
    Check the below settings
    1.IMG-SD-Foreign Trade/Customs-Control Foreign Trade Data in MM and SD Documents-Incompleteness Schemas for Foreign Trade Data
    Here create ur own incomplete schemas for Header and Item by copying the std Incom.procedures
    2.IMG-SD-Foreign Trade/Customs-Control Foreign Trade Data in MM and SD Documents-Foreign Trade Data in MM and SD Documents
    here maintain the New entries for India and double cilk on it maintain the entries as follws
    Export/Import-2
    Assing ur Incom.schemas for header and item level, here u can select the control on documents
    Error msg, Warnong msg or no check during doc.processing
    and consistency chek as well as per your requirement
    and i hope u have maintained the Foregin trade data in material master and the cutomer belongs to a foreing country.
    Hope this helps..
    JJ

  • Error " Data missing for the entry check while creating a new waste code

    Hi all, While setting a new Waste code I get the error " Data missing for the entry check, correction:". while filling the NAM- WASTECOCAT - LER item.
    This sould look for the catalog's name included in the phrase set but for some reason it doesn't find it giving me this error.
    I am changing original Characteristics, phrase set, classes, and value assignment type. Just to have my own estructure with Znames for all of them.
    I have also change the enviroment parameter "WAM_PHRSET_WACATLG" with the name of my phrase set.
    I have checked everything several times watching for typos or looking for a missing step.
    I have even tried including my new Z's characteristics in the classe and living the original SAP_EHS_1024_001_WASTE_CATALOG. (changing the enviroment parameter WAM_PHRSET_WACATLG to SAP_EHS_1024_001_WASTE_CATALOG) and it works.
    I will like to change this characteristic by Z_EHS_WA_WASTE_CATALOG
    Phrase set to Z_EHS_WA_WASTE_CATALOG.
    enviroment parameter WAM_PHRSET_WACATLG= Z_EHS_WA_WASTE_CATALOG
    After matching up the master data It should work fine but I might be missing something to get it running ok.
    ¿Any idea?
    Regards,
    Alvaro

    Hello Juan Carlos, the value and class that I want to duplicate and doesn't work is for Waste Code, I have also duplicated the one you have displayed (waste pproperties) without any problem.
    1.I have duplicated and changed class SAP_EHS_1024_001. to Z_EHS_WA
    2. Create a copy of the 5 characteristics included in this class.
    SAP_EHS_1024_001_WASTE_CATALOG
    SAP_EHS_1024_001_WASTE_CODE
    SAP_EHS_1024_001_WA_SUBCATEG
    SAP_EHS_1024_001_WA_CATEGORY
    SAP_EHS_1024_001_REMARK
    change the name by
    Z_EHS_WA_WASTE_CATALOG
    Z_EHS_WA_WASTE_CODE
    Z_EHS_WA_SUBCATEG
    Z_EHS_WA_CATEGORY
    Z_EHS_WA_REMARK.
    I checked the funcion C14K_WASTECATLG_CHECK is in the value of the Z_EHS_WA_WASTE_CODE characteristic
    I checked the funcion C14K_WASTECODE_CHECK is in the value of the Z_EHS_WA_WASTE_CATALOG characteristic
    3. Create phrase sets for each new category. with same name.
    4. Match up the master data.
    5. Change the enviroment parameter.to Z_EHS_WA_WASTE_CATALOG
    I think I have followed all the steps, but for some reason it doesn't find the catalog
    The phrase for the catalog is EWC in english and LER in spanish.
    Regards
    Alvaro.

  • Missing export data in R/3

    Hi,
    I haven't setup customs management (i.e. not setup for proforma transfers from ECC) to GTS.
    However, I get a message when creating billing document in ECC that missing export data even though billing doc is saved.
    Do I need to do any config in ECC foreign trade
    ANy idea?
    Thanks,

    As now you using GTS for Foreign Trade acitivity you need not to maintain any detail under Foreign Trade Configuration in Feeder system.
    You will be getting this message because of the incompletion log schema activated  under  "Incompleteness Schemas for Foreign Trade Data" (Control Foreign Trade Data in MM and SD Documents). Deactivate those schema .
    Kind Regards,
    Sameer

  • Error While Transporting export Data Source

    Hi Experts,
    We have a requirement to transport a data source from development to quality system through acceptance box.
    We need to transport an export data source which contains 40 fields. But when I captured the data source in development system and transported the same to acceptance box it's displaying only 38 fields. 2 Fields are missing from the data source which are present in development system and also source system of export data source.
    Please suggest how to get these 2 fields in acceptance box.
    Thanks,
    Sachin Motgi

    Hi,
    Check if your data source extract structure is having all 40 fields.
    Save and generate the data source again, replicate and then transport.
    I hope it will help.
    Thanks,
    S

  • DCOM error "1260" on Windows 2008 R2 terminal server when SAP exports data into Office 2007 (Excel or Word)

    Hi all,
    We are experiencing an issue which happens at random whenever a user tries to export data from SAP into Excel or Word.  Excel or Word is started but remain empty.  We then see the below errors in the event log.  And the problem is very random
    as sometimes all they have to do is wait 10 minutes and the next try will be successful.  Not even log off/on.  Could someone tell me what the error "1260" is saying?     thanks for your help.
    Pete
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 4:07:36 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00020906-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE" -Embedding
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 3:54:34 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00024500-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE" /automation -Embedding

    Hi,
    Based on my research, please try the following:
    Click Start, click Run, type regedit in the Open box, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv
    Under this subkey, add the following registry entries:
    Name
    Type
    Value data
    Logoff
    REG_SZ
    TSEventLogoff
    Logon
    REG_SZ
    TSEventLogon
    Restart the Terminal Server computer.
    Note: Serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry
    before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, please refer to
    How to back up and restore the registry in Windows.
    Hope this helps.
    Best Regards
    Jeremy Wu

  • Error while exporting data from 9i

    When we try to export data from 9i db getting below error.
    Db version : Oracle 9i Enterprise Edition Release 9.2.0.5.0-64 bit
    cmd : exp user/pwd@db file=test_dmp.dmp tables=state
    Export utility: Release 11.1.0.6.0
    Error:
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 41:
    PLS-00302: component 'SET_NO_OUTLINES' must be
    ORA-06550: line 1, column 15:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully

    Hi,
    You must export with the 9i version of exp, and import in the 11g database (if that's what you want) with 11g imp.
    Regards,
    Mario Alcaide

Maybe you are looking for

  • Process that takes 6 months to finish

    My quesiton is on performance when having a process open for extended amount of time. For example a tuition reimbursment process. A user enters his data at the beginning of the school year to get approval for his course work. Once approved the proces

  • How to place an image on the dashboard in obiee 11.1.1.5  version

    Hi All, I am using obiee 11.1.1.5.I want to place an image on the dashboard.Can anyone help me on how to achieve this. Thanks, Praful

  • Zen Micro 2.20.05 and Undocking method

    Well I upgraded to 2.20.05 and I am happy to report it is working great and synching great with my Yahoo music subscription! I didn't even lose any songs during the upgrade. My question is that when I undocked after the upgrade I still got the bad "f

  • Zip File Creation

    I have a problem with my method for making zip files: When going throught the folder it appears to be 'skipping' files. ZipOutputStream output;     public void createZipFile(String fileName)throws FileNotFoundException      output = new ZipOutputStre

  • Compile Error in code: Incorrect function specified for inlining

    I used two custom function in vertex kernel code. pb3dutil command line compile ok but when compiled in as3 code, it throws this error. what's the possible reason for this?