Re: Parcel Tracking data

Hi gurus,
I am trying to find a database table where the Parcel tracking is stored for an outbound delivery.
I wanted to use the associated data for parcel tracking like Tracking number, no of parcels ... etc.
Can anyone suggest me the details.
Thanks in advance,
Vinit

Vinit,
Parcel tracking function is available in delivery document.
Delivery documen (VL02N) t--> GoTo --> Header --> Parcel Tracking.
Check this link
[Tracking Number Information in B2B sales order line item]
Regards
Sathya

Similar Messages

  • L_TO_CONFIRM - parcel tracking data

    Hi All,
    I 'm using a scan transaction to scan a transfer order and confirm it.
    Before confirming the Transfer order I can see the parcel tracking data in the delivery header but once I confirm the transfer
    order using L_TO_CONFIRM I cannot find the parcel tracking data in the delivery header.
    Any ideas appreciated.
    Meghna

    Hi,
    Try to use the ERROR_MESSAGE in the exception list.
    CALL FUNCTION 'L_TO_CONFIRM'
      EXPORTING
        i_lgnum = ltapdat_wa-lgnum
        i_tanum = ltapdat_wa-tanum
        i_squit = space
        i_subst = gc_x
        i_update_task = space
        i_commit_work = space
      TABLES
        t_ltap_conf = ltapconf_itab
      EXCEPTIONS
        to_confirmed = 1
        to_doesnt_exist = 2
        serial_number_data_missing = 50
        to_item_split_not_allowed = 51
        input_wrong = 52
        ERROR_MESSAGE = 53.
    If you specify of ERROR_MESSAGE in the exception list you can influence the message handling of function modules. Normally, you should only call messages in function modules using the MESSAGE ... RAISING statement. With ERROR_MESSAGE you can force the system to treat messages that are called without the RAISING option in a function module as follows:
    Messages of classes S, I, and W are ignored (but written to the log in a background job).
    Messages of classes E and A stop the function module as if the exception ERROR_MESSAGE had occurred (SY-SUBRC is set to <r E >).
    http://help.sap.com/saphelp_wp/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm
    regards,
    Paulo.

  • Parcel tracking  - cheating XSI

    Hi,
    I was wondering if there's a way to use parcel tracking functionality without actually connecting to the express delivery company.
    I went through all the posts found on this site as well as SAP manual for setting up XSI and parcel tracking. I've beentrying to fill VTRKH table manually with almost no success (i got a web page entered in field SIGNATURL displayed when trying to get into change mode on the parcel tracking tab). But still no tracking data displayed and can't change anything manually either.
    We already use files provided by UPS containing shipping data and I'd like to combine it with the parcel tracking data display functionality in delivery.
    Any input will be greatly appreciated.
    Thanks!

    Hi,
    I am also trying to config the parcel track in ECC 6.0. I followed the guide for VTRC, and also SAP Note 366914. But it does not work for me. The problems are:
    1. I am using inbound DELVRY03 to update the delivery and perform PGI. I included segment 47 on the header and segment 49 at each parcel (HU) level. However, the VTRKH and VTRKP tables are not updated. I went through the codes via debug, and found when the process goes into function XSI_TABLE_UPDATE, all the XSI tables are empty, while the parsing of the IDOC is correct and the tracking data is available in a global internal table. How should the VTRKH and VTRKP tables be updated?
    2. I manually entered some tracking numbers in the above two tables. When display the delivery, I could see the parcel tracking tab at the header level. Each parcel and its content is displayed correctly, but no tracking number is displayed, and there is no way to trigger a tracking (launching the tracking page of the carrier).
    Have any of you successfully implemented this kind of XSI feature?
    Thanks,
    Hart

  • Item level parcel Tracking with external carriers through AII

    Hi folks,
    I am new to AII and am trying to explore the possibilities with the tools at hand.
    With flexible delivery processing, we have tight control over the goods statuses across customer and supplier. For example, EM would let the customer know that the goods left the warehouse and are on their way.
    Suppose I would like to integrate this information with the parcel tracking service of external carriers. The web services and web based tools such carriers offer are surprisingly immature. Some "global" companies are not able to provide seamless information, every carrier has their own standard and some do not provide public interfaces which could be used for customer-level tracking in a useful way (eg requiring authentication credentials of the warehouse clerk requesting the delivery).
    I am wondering whether AII could be enabled to orchestrate this information flow. If an appropriate EDI format would exist, the carriers could be requested to update AII on shipment item level with any new statuses through EDI. Now it's up to the supplier to present the information to the customer as need be. This would remove inconsistencies as mentioned above.
    Does this sound like a viable idea, are there EDI messages available for the task at hand and do you know of companies having successfully implemented something like this?
    cheers & thanks,
    Andi

    Hi Amit,
    thanks for trying to tie in!
    You are right in assuming that I mixed up the purpose of AII and EM. This is about making EDI-based information accessible to all partners involved, and therefore a case for EM.
    Probably it helps if I re-state my thoughts. The supplier sends an ASN to the goods recipient. Afterwards, the goods are transported by a logistics provider based on a transport order. Question is, how can the intermediate delivery statuses of the provider be captured and published? Web UIs of the Providers with a tracking URL seem a very unreliable way of doing it.
    I figured that IDoc IFTSTA seems to be the correct form for this kind of information to flow back from the carrier to the supplier and from there to the recipient.
    Does it seem to be a viable option to  incorporate the carrier data into EM for tracking purposes?
    Cheers & Thanks, Andi

  • Parcel Tracking service unavaila

    I ordered?3 Creative? HN-700 Headphones and I got a tracking number and a shiping date. Nothing happend when?I click on the links about order tracking from the mail or on the site pages.No news after 2 weeks.Can someone tell me how to use the Parcel Tracking service or is it just not working?Here is what I got on the mailear Creative Customer,
    Thank you for shopping at Creative On-line Store.
    Your order has been shipped from our premises on the date indicated below:
    28 November 2006
    Deli'very time may vary depending on the type of product and/or destination for shipping. In the meantime you may find the following list of Frequent Asked Questions helpful:
    http://www.europe.creative.com/estore/info.asp
    Should you wish to check the status of your order you can do so by using the Parcel Tracking service available from our site: http://www.europe.creative.com/estore/
    Please enter your ten digit tracking number which is identified below :
    858xxx
    Should you have any questions relating to your order our On-line Sales Team will be happy to help you.
    Please contact us via: http://www.europe.creative.com/estore/info.asp?page=2
    Best Regards,
    Creative On-line Store
    http://www.europe.creative.com/estore/

    I know in the US it generally takes a day or two before a tracking# will show up in the system. Wait just a bit, and if you still have trouble send an email back to Customer Support.
    Dale

  • IDOC for Parcel Tracking Info

    Hi All,
    I need to post an IDOC to SAP with Parcel Tracking information from the Carrier. I would like to know what would be the most appropriate basic IDOC TYPE and segments with in the IDOC that I can use. I appriciate any help on this.
    Thanks
    RP

    Hi,
    I think it is a part of Warehouse Management. There are some funtion modules exists for this.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LEWE/LEWE.pdf
    http://www50.sap.com/businessmaps/BE295C4E5D0B458BB491BA85A640AAFA.htm
    http://www50.sap.com/businessmaps/iv_BE295C4E5D0B458BB491BA85A640AAFA.htm
    www.e-optimization.com/resources/uploads/ACF397.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/e5/29a5b812b511d3b481006094b9b9dd/frameset.htm
    http://www50.sap.com/businessmaps/4721DA14DA884D0EBB6E0C9F49E8D3E6.htm
    www.sap.info/.../2005/articleContainer-49134262e143bc5f3/ deliver/Resourcefile-14926425fedb5cf5de
    Regards,
    Moorthy

  • XSI  - Parcel Tracking

    Hi All
    We are trying to implement SAP's XSI - functionality for tracking the inbound shipments.
    Is SAP still suporting XSI (Express delivery Company)..We are in ECC 6.0.
    which carriers support SAP's XSI functionality..can we integrate that with DHL, fedex, UPS or any other carriers.
    Can I get any technical documentation from these carriers?
    Please provide any information you know regarding XSI
    Appreciate your help
    thanks
    Vijay

    Hi,
    I am also trying to config the parcel track in ECC 6.0. I followed the guide for VTRC, and also SAP Note 366914. But it does not work for me. The problems are:
    1. I am using inbound DELVRY03 to update the delivery and perform PGI. I included segment 47 on the header and segment 49 at each parcel (HU) level. However, the VTRKH and VTRKP tables are not updated. I went through the codes via debug, and found when the process goes into function XSI_TABLE_UPDATE, all the XSI tables are empty, while the parsing of the IDOC is correct and the tracking data is available in a global internal table. How should the VTRKH and VTRKP tables be updated?
    2. I manually entered some tracking numbers in the above two tables. When display the delivery, I could see the parcel tracking tab at the header level. Each parcel and its content is displayed correctly, but no tracking number is displayed, and there is no way to trigger a tracking (launching the tracking page of the carrier).
    Have any of you successfully implemented this kind of XSI feature?
    Thanks,
    Hart

  • I'm in cycle mode, and 'merge' is clicked in preferences. However, when I record, my previous track data keeps getting overwritten. Does anyone know what I'm doing wrong. Interestingly, I can still see the data in the region.

    I'm in cycle mode, and 'merge' is clicked in preferences. However, when I record, my previous track data keeps getting overwritten. Does anyone know what I'm doing wrong. Interestingly, I can still see the data in the region.

    jamestait wrote:
    when I record, my previous track data keeps getting overwritten.
    since you didn't specify, are you recording in a single take?
    http://www.bulletsandbones.com/GB/GBFAQ.html#multipassrecording
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Need help restoring original track data in Match

    Truly hope someone can offer advice! I know there are several threads about changes made to track data while Match is syncing don't stick, but I have a slightly different problem:
    I upgraded TuneUp and without knowing it, TuneUp startet "fixing" my entire library by deleting many composers and ruining other carefully edited information
    By the time I realized what was happening and shut it down, some 2.000 tracks has been wreaked havoc upon
    I restored the library from Time Machine, but apparently Match had had time to sync so that the wrong edits were flushed back to my library
    I have now tried several ways of fixing this:
    Restoring the library and using one of Doug's scripts to add a space at the end of all track names to make "my version" the latest, but this process takes so long that it times out and by then Match has again ruined my track info
    Turn off Match, restore the library, make changes to some track info for all tracks, and turn Match on again. Under this approach, Match seems to treat the cloud copy as the "original" even if I made changes to my local copy later
    Restoring the library, allow Match to start syncing so that my local library is viewed as part of the Match set, then disconnect the internet connection and make track changes, turn on again and sync Match again. Still, the Match changes are flushed back to my local library
    Unless there are other suggestions, I see no way out by let Match stay turned off... Anyone with better insight than me into how Match treats changes and which take priority that could help?
    Bjorn

    Hi,
    I'm not sure this will work. I use an app, no bearing on this issue, called Ivolume which adjust  the volume of the tracks. To get match to recognise volume change and that the file has been update, Ivolume adds information into comments box. My understanding is that this change allows latest file to replace the one in the cloud.
    My thoughts are that you have matched turned off, restore library pre problems then add a comment for those tracks affected. Once done turn back on match. A long shot but worth considering.
    Jim

  • Trying to import boujou .ma tracking data into after effects, seems like it doesn't support the file.

    I have tried everything to try and get this to work; i have tried multiple settings in boujou, i have imported the .ma file into maya and exported with baked keyframes and only the camera selected etc. I don't know what i'm doing wrong. I am wondering whether Adobe has cut support for .ma files altogether, which is a real pain in my *** as the built in 3d track just isn't good enough. I have tried dragging the file into after effects, i have tried importing it neither of which do anything. The .ma files don't even show up, i have to select 'all files' under the file type when i choose import to even see the files, and when i click them it doesn't recognize it as tracking data, it'll try and import it as a .PNG file or something. I can't seem to find any plugins that would enable me to import .ma files. I just need that tracking data as a Camera in my scene and i don't care how it is done. Additionally, i have tried exporting as a .txt file and copying and pasting that data into a camera, which doesn't work (unless im doing it completely wrong).
    Thankyou for reading

    I also experience this problem. My mp4 clips has been taken with a Samsung NV24HD camera and are HD (720p). I haven't tried to convert these clips but I think it should not be necessary since I can play them in quick time. However I have perian installed, perhaps that's why they play in quick time? The next question is then: Is there a similar plugin to iMovie?

  • What is the recommended way to obtain tracking data from carriers post XSI

    We currently run an old version of SAP Business Connector. We are in the process of migrating all interfaces off BC onto PI. The one remaining interface we have problems is the XSI (Express Delivery Interface) interface we have with ECC06 and UPS via the BC server. The interface works but is not stable and we would like to decommission it if we are able.
    I'm not 100% clear but it appears that XSI is no longer the recommended solution for obtaining tracking data from carriers. What is the recommend method today? We'd be happy to use a PI or ABAP solution but would prefer a standard solution that was supported by SAP and UPS.

    Using Time Machine is the simplest way to back up.
    debasencio wrote:
    They don't fit on a standard data DVD and when I try to back it up to my 500GB external hard drive it says its not formatted to files that size.
    How is the drive formatted?
    If it's DOS/FAT32, you can only size file sizes up to 4GB.
    If you are using it on a Mac only, format it Mac OS X HFS+.

  • Delivery status shows as fully packed, parcel tracking shows quantity as unpacked

    I have a strange situation here.  The delivery status shows as fully packed however when I go under the header-->Parcel tracking tab. I can see that there is material available under the unpacked bucket. Has anyone ever encountered this situation and perhaps resolved this? Please advice and thanks in advance!

    TL/DR If your item has not arrived from Asia by 30 days after cleared payment, go to the Resolution Centre and open an Item Not Received Claim. If the seller cannot prove delivery, you will be refunded.  

  • Parcel Tracking in outbound delivery

    Dear Experts,
    in the outbound delivery . GOTO -> Header -> Parcel Tracking
    How can i configure this parcel tracking ???
    i want to set its status manual .... or how can the SAP will get the status of the parcel from for example DHL web site
    waiting for tour help

    closed

  • How to track data exchange

    Hi All,
    I am working on a load generator application where i record client interactions(request and response objects) in XML serialized form.
    Now i want to replay those recorded stuff. I am able to replay simple
    calls(requests) using reflection APIs.
    But the problem comes when i have to use data returned by one call in a later stage in another call. So there should be some mechanism to track data
    exchange while recording and use this tracking mechanism while replaying?
    I think might be i need some HashMap type structure but not sure !:)

    Thanks Roy.
    JMeter deals with Web Applications but not ejb application clients
    I have recorded ejb calls in XML serialized form. When i was going to replay those recorded scenarios, i found a very
    big problem. The problem is divided into 3 cases:
    /*Case1:*/
    Var x = func1.a ();
    …. // Some intermediate statements
    func2.b (a, b, x);
    /*Case2:*/
    func2.b(a, func1.a(), b);
    /*Case3:*/
    Var x = func1.a();
    …. // Some intermediate statements
    Variable x is updated
    func2.b(a, b, x);During replay of those recorded calls
    You can see the values returned by func1 call(it was already recorded) have
    been used in func2(this call is already been recorded) in 3 different ways.
    I have to find these correlations during runtime (replaying of those recorded calls) and have to pass these dynamic values returned by func1 to func2 instead of those values which are in recorded script.

  • Restoring Original Track Data

    I recently edited the details of a large number of tracks and I want to restore the original data I.e. Artists Name instead of Various Artists as I had changed it to. I thought if I deleted the tracks from ITunes and re imported them this would restore the original track data but it doesn't seemed to have work. I also tried changing the location of the folder I was importing from to see if this would make any difference but it seems wherever I import these tracks from they retain the changed information and not the original...
    Anybody able to help???

    It depends whether or not you have iTunes organise the files too. If so it will have renamed the files to match the new information, otherwise you can use a tagging tool to reset the tag from the file properties such as filename (Track No./Name), folder name (Album), parent folder name (Artist).
    tt2

Maybe you are looking for

  • IPod Touch 5 gen will not connect!

    I just bought a new iPod Touch 5 gen and get it to connect to iTunes Store!!! Error Msg.. 'Cannot connect to iTunes Store'                  'Cannot connect to Server'

  • How can I get iTunes to recognise my iPod?

    Here's the story: The Pod is in disk mode; it shows up in My Computer but not in iTunes. I followed the steps on the site-- i restarted Ipod Service, reinstalled iTunes, and still no luck. A little while ago, I tried to restore my Pod, but the restor

  • Macbook not connecting to any Internet source

    Hello, my Macbook recently, like last night, stopped connecting to the internet at all. This is a new Macbook, just purchased a few months ago, and I've never had a problem like this. At home I've got a Surfboard cable modem hooked up to a Time Capsu

  • Where can I get Russian Typeface Font for Mac?

    I'm desperately trying to get hold of some Russian Constructivist Typeface (Font) which I need for a project I'm working on. Does anyone know any software that has this on which is readily available? Be grateful for any help. Pluginbaby

  • Input Controls / Hierarchy

    Hi, We're looking into upgrade Service Pack 2. One of the nice new functionalities in Web Intelligence are input controls. When playing around with them a bit, we found them very useful to apply different selection filters on several objects, each be