Anyone know how to upload the HTS files from 3rd party provider to GTS??

We are having following files provided by 3rd party provider - CUSTOMS Info
NAFTA ROO
U.S. HTS
Per provider, SAP has developed a system so that GTS users can automatically reclassify items that are effected by a change and they have asked us to program the HS data needed.
Anyone know how to do that?
Please advise,
Appreciated.

Hi Reddy,
Thanks for your input firstly, and i still need ur advise on the HTS upload.
1. Below is the HTS files provided by 3rd party company. and I noticed that there is 3 types of files. "DTR" , "Nom" and "Txt". Could you explain what are they? and If I need to upload them seperately?
2. Follow the procedure your provided - "classification > upload manually HTS codes into GTS system"  Actually, I didn't find upload mannually HTS codes into GTS  IN THE SAP CUSTOM Managment.
I tried "Load Traiff Code Numbers from XML files" and "Load Commodity code from XML file".
1) "Load Traiff Code Numbers from XML files"
2) "Load Commodity code from XML file".
   a)  Select all files.
        - fill in "Data Provider",
        - "XML Files"-All files selected.
        - check " Output list", "simulation mode" "Nomenclature Active" and "Activate All Text Types"
        - no "Alternative Numbering Scheme" selected, and other selected.
        Error msg found:
        - Unable to find any defined structures for tariff assignment rule set "_DHSCN"
        - Incorrect order. Enter the first file(see long text)
    b)   only select "HSCN_Txt_I_00002001001.xml", the other is the same like bove.
          1. prompted to select a "From-Time Zone",   Select "UTC+8"
          2. Simulation was carried out successfully
    c)  only select "HSCN_Nom_I_00002001002.xml", the other is the same like above.
          But I meet error for this file:  "Incorrect order. Enter the first file(see long text)"
    d)  only select "HSCN_DTR_I_00002001007.xml", the other is the same like above.
          meet error msg:
          "Unable to find any defined structures for tariff assignment rule set "_DHSCN""
HTS xml files of China from  3rd party provider
+++++++++++++++++++++++++++++++++++++++++++++++++++
2008-05-02  10:53         7,483,730 HSCN_DTR_I_00002001007.xml
2008-05-02  10:53         7,980,857 HSCN_DTR_I_00002002007.xml
2008-05-02  10:53         7,765,896 HSCN_DTR_I_00002003007.xml
2008-05-02  10:53         7,605,204 HSCN_DTR_I_00002004007.xml
2008-05-02  10:53         7,743,890 HSCN_DTR_I_00002005007.xml
2008-05-02  10:54         8,007,036 HSCN_DTR_I_00002006007.xml
2008-05-02  10:54         3,883,316 HSCN_DTR_I_00002007007.xml
2008-05-02  10:51         6,087,448 HSCN_Nom_I_00002001002.xml
2008-05-02  10:51         4,955,900 HSCN_Nom_I_00002002002.xml
2008-05-02  10:50           260,960 HSCN_Txt_I_00002001001.xml
+++++++++++++++++++++++++++++++++++++++++++++++++++

Similar Messages

  • Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the pro

    Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the program and did a few profile building sessions, now it pops up each time I start the program, blocking me from using it. Help sure would be appreciated.
    Jay

    I looked at your post this morning and did not know enough to respond, other than to find out that links to iListen now go to newer, renamed software. Considering it's been nine hours with no response, I'm suspecting few people here have experience with that software. You could contact the current copmany that used to sell that package and see if they have any archived support info.
    BTW: please check you entry for "Mac OS" in your profile. It says iOS, which cannot run on an iMac. iOS is the system for phone and iPads but can't run on Mac computers. Do "About this Mac" from the Apple menu and see what it says about the OS version. Should look like this:
    If the "Processor" line says "Intel," you have a newer Mac than the old modles this forum covers; Intel iMac have their very own forum here:
    iMac (Intel)

  • Does anyone know how to remove the fisheye effect from a gopro camera, remove it with premiere pro c

    Does anyone know how to remove the fisheye effect from a gopro camera, remove it with premiere pro cc.

    Use the Lens Distortion effect, set curvature to your liking.

  • Does anyone know how to prevent the YouTube volume from going up automatically?  I keep my volume down and it increases automatically when I play a video.

    Does anyone know how to prevent the YouTube volume from going up automatically?  I keep my volume down and it increases automatically when I play a video.

    Have you tried Windows Update in the Control Panel?
    Many times it will find the newest supported drivers for Hardware.
    Just be sure to install everything not just the Important ones.
    Let us know if this helps.

  • Does anyone know how to convert the .deploy file to ant script

    hi guys ,
    I am doing some work relate to J2EE/ADF application deployment. I need ant script to compile/ear and remote deploy.
    Does anyone know how to generate the ant script based on the .deploy file (eg.ejb.deploy and webservice.deploy ).
    although I can generate the ant script with creating buildfile from project ,but all the ant tasks are just compile ,no other deploy task...
    I much appreciate if anyone can give me a clue
    Kevin

    I don't know how to convert a .deploy file but you may use below commands to remotely deploy an ear file
    To compile
    c:\Oracle\Middleware\jdeveloper\jdev\bin\ojdeploy -profile EarProfile -workspace MyApp\MyApp.jws
    To Deploy
    c:\Oracle\Middleware\wlserver_10.3\server\bin\setWLSEnv.cmd
    java weblogic.Deployer -adminurl http://localhost:7101 -user weblogic -password weblogic1 -deploy -upload MyApp\deploy\EarProfile.earMore Details
    http://edocs.bea.com/wls/docs100/deployment/understanding.html#wp1057841

  • Anyone know how to output an XML file from ABAP to a non sapgui location?

    I have a program that creates XML and then outputs a file via CALL METHOD cl_gui_frontend_services=>gui_download. But now I want to execute the program in background mode and therefore I need to be able to output that XML to a NON sapgui file location. Current code creates the XML to an internal table which is binary then the gui_download method converts that to output XML. .  Does anyone know how I can change the code to either a) output the XML to an internal table which can be output via, say, a TRANSFER command..or, b) output the created binary table of XML to a NON sapgui file location?
    Excerpts from current code are as follows:
    first the XML is created (to the binary file)
          Creating a ixml factory
      l_ixml = cl_ixml=>create( ).
          Creating the dom object model
      l_document = l_ixml->create_document( ).
          Fill root node with value XML
      l_element_xml  = l_document->create_simple_element(
                  name = 'XML'
                  parent = l_document ).
          Create tag 'HEADER' as child of 'XML'
      l_element_header  = l_document->create_simple_element(
                  name = 'HEADER'
                  parent = l_element_xml  ).
    header information about the file and general data about the fleet follows
      l_value = c_fleet_import.
      l_element_dummy  = l_document->create_simple_element(
                name = 'TYPE'
                value = l_value
                parent = l_element_header ).
    etc.......
    then the xml is connected to the stream factory and rendered
      Creating a stream factory
      l_streamfactory = l_ixml->create_stream_factory( ).
      Connect internal XML table to stream factory
      l_ostream = l_streamfactory->create_ostream_itable( table = l_xml_table ).
      Rendering the document
      l_renderer = l_ixml->create_renderer( ostream  = l_ostream
                                            document = l_document ).
      l_rc = l_renderer->render( ).
      Saving the XML document
      l_xml_size = l_ostream->get_num_written_raw( ).
    and then output to the file
      IF sy-subrc = 0.
        CALL METHOD cl_gui_frontend_services=>gui_download
           EXPORTING
             bin_filesize = l_xml_size
            filename     = 'g:\sapdms\BSCC-DEV\EFPAC XML Files\ALL.xml'
           filename     = '/TRICK/727/OUT/ZEFP/EFPAC.XML' "doesnt work with sap gui
             filetype     = 'BIN'
           CHANGING
             data_tab     = l_xml_table
           EXCEPTIONS
             OTHERS       = 24.
    as implied by the comments the method above will successfully output the XML file to the g:drive but will not output to /TRICK/ location, which is where I need it to go in a background mode run.
    This is a problem which has defeated all our local expertise and I would appreciate any help given... Barry Jones

    Try this code below:
    data  l_xml_table2  type table of xml_line with header line.
    W_filename - This is a Path.
      if w_filename(02) = '
        open dataset w_filename for output in binary mode.
        if sy-subrc = 0.
          l_xml_table2[] = l_xml_table[].
          loop at l_xml_table2.
            transfer l_xml_table2 to w_filename.
          endloop.
        endif.
        close dataset w_filename.
      else.
        call method cl_gui_frontend_services=>gui_download
          exporting
            bin_filesize = l_xml_size
            filename     = w_filename
            filetype     = 'BIN'
          changing
            data_tab     = l_xml_table
          exceptions
            others       = 24.
        if sy-subrc <> 0.
          message id sy-msgid type sy-msgty number sy-msgno
                     with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.

  • HT1688 does anyone know how to transfer the existing music from my itunes account that i had with an ipod to my iphone?  I had my last download on my laptop which crashed and now we have a new computer.  I had to download a new version of itunes.

    I had my itunes account on my laptop which has since crashed.   I had to buy a new computer and iinstall the new version of itunes.  It did not pull up any of my information with music library, etc.  Does anyone know how to transfer existing music from my itunes account for my ipod to my iphone?
    thanks

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • Does anyone know how to get the wallpaper picture from my ipad2 to my computer. thanks

    Hi, I have a picture on my wallpaper on my Ipad2 that I don't want to loose. It is not showing up in my photo file. I don't want to loose this picture and want to save it to my computer but it only is shown on my wallpaper screen.  Does anyone know where this picture resides and how I can get it off my ipad and saved to my computer.
    thanks

    How did you get the picture onto your iPad in the first place? If you synced your iPad to your computer and got the photo that way it is most likely already on your computer.
    If you took the photo with the iPad camera it should be in the amera roll. If you used a camera and a camera connection kit the photo will be in the all imported photo album. If you received the photo via an email it should be in your photos on your iPad.
    In these last instances connect your iPad to your computer. If its a Mac then start iPhoto. If it is a PC then start up your image pasture application. You an then import to your computer the photos from your iPad.

  • Is anyone know how to create dynamic pdf file from a JSP page or Servlet ?

    Hi
    Is any one know how to create a dynamic PDF file from JSP or servlet. I need to have standard form format needs to be created and want to send the info to that form dynamically.
    Is there any libraries available?
    Thanks

    I posted a link in this thread to a lib that lets you create PDFs from an app. They have a Java version. I have not used it but I know someone who used it with Microsoft ASP and they liked it.
    http://forum.java.sun.com/thread.jsp?forum=31&thread=287285
    -S-

  • Does anyone know how to remove books/ePub files from iTunes

    Hi.
    I need help.
    I read a lot of book from my iPad.
    I have no problem gelting my books from iTunes to iPad. Problem is, now there is lot lot of books in iTunes, and tis difficult to figure out which i havnet read. So how do i remove them from iTunes. Hope there is a way.

    Hello Zentha,
    You can definitely delete the books from iTunes!  It is the same as deleting anything else from iTunes:
    Delete an item from your library
    Click the item to select it, and press the Delete key.
    Click Delete Item.
    Do one of the following:
    Remove the item only from your iTunes library: Click Keep File.
    Delete the item from your computer: Click Move to Recycle Bin. The item is removed the next time you empty the Recycle Bin.
    You can find the full article here:
    iTunes 11 for Windows: Delete songs, playlists, or other items
    http://support.apple.com/kb/PH12359
    Thank you for posting in the Apple Support Communities!
    Best,
    Sheila M.

  • Does anyone know how to remove the date stamp from photos?

    I don't remember how I added the date ON the photos to begin with, and now I don't know how to remove them!

    Try the Retouch tool in iPhoto. Otherwise you would need to use a 3rd party image editor, like Photoshop Elements that has a clone or healing tool to remove the date from the image.
    This is what PSE can do but it might be a bit overkill for just doing dates.
    OT

  • Does anyone know how to upload and download files to the icloud storage?

    Well, it says i have 5g of free storage... but what good is it?  There doesn't seem to be any way to put anything there.
    What am I missing here?

    iCloud does not have a general file syncing service, like Dropbox or Sugarsync.  Only certain types of files can be synced and only by applications/apps that specifically support these files and that support iCloud.  For example, Pages can sync to iCloud and only Pages apps on devices can access these files.  Within DocsToGo, nothing can be synced to iCloud.

  • TS4108 updating led to recovery mode while syncing my iphone 4 on itunes. Lost all my data and now recreating them which is very frustrating. Anyone know how to recover the lost file?

    Help: lost all of my data from my iphone 4 during the latest UPDATE received from Apple via the Settings Tab. Wondering if I should take it in to the Apple Store for help or there's no chance for recovery. Thanks.

    Welcome to the Apple Community jjhill4j3.
    If you kept an iCloud back up...
    Navigate to Settings > General > Software Update and install any updates available.
    Navigate to Settings > General > Reset > Erase all contents and settings on the device you want to restore.
    When this completes and the Set-Up Assistant starts, choose "Restore from iCloud Backup" and enter your iCloud account and password. You will see the three most recent backups for each of the devices on which you enabled Backup. Choose which backup to restore from.

  • Does anyone know how to move a .mp4 file from flixter into iTunes?

    I have downloaded a digital copy of a movie that I received when I purchased a Bluray disc.  Most of the time, these go directly into iTunes, but this one went into Flixter.  It is an .mp4 file.  I tried using Add File to Library, but it didn't work.  Any suggestions?
    Thanks!

    Never mind - got it figured out!!

  • Does anyone know how to remove the Facebook toolbar from Firefox 6.0

    my firefox update,and added facebook,my fault. now my pc crawling,i need to remove the facebook toolbar/addon but it does not show in extensions or plugins, but facebook is there on the pages at the top,so its there,pc ran perfect till face book add on in the update

    Is this a bookmark on the bookmarks toolbar? If so you can remove it by right-clicking on it and selecting Delete.

Maybe you are looking for

  • Can I save data to a text file without the browser?

    Hello Everyone, I have a stand alone application that would run without a browser on desktop. I would like to write data to a text or database (MYSQL/PHP). Would it be possible for me to extend this functionality to a AS3 Stand Alone Application whic

  • Image XObject in PDF - Part 2

    Hi everyone, With regard to the previous thread on "Image XObject in PDF", I posted a question on the retention of the image attribute saved on the PDF. I understand from Irosenth that PDF only supports jpeg and "raw raster" images on storage. I also

  • I can't hear caller/they can hear me/speakers work fine on Vmail and Ipod

    I can't hear a caller when I place a call or receive a call. They can hear me. Speakerphone does not work either The speakers work fine for listening to Voicemails and IPod songs. What gives?

  • Burn won't fit - is it minutes or MB's?

    I'm getting the message that my songs won't fit on one CD. There are 55 songs (actually spoken word) 1.5 hours, 482 MB. The CD is 80 min, 700 MB. Is it the minutes or the MB that is important? 482 MB should fit easily. Dell Precision 340   Windows XP

  • Which table contains the task related information in WMS

    Hi I have a requirement in which I need to have taskID, employee wms id.. Please help me know the main table which contains tasks related information in WMS. Thanks