ASN Tracking Number EDI 856 inbound

Hi, We are trying to integarate EDI 856 ASN inbound from our suppliers. Supplier is sending UPS/courier tracking number. Please let me know if anybody already intergarated tracking numbers.
Thanks
Robert
Edited by: Robs on Feb 14, 2011 8:44 AM

Hi Prabu,
If you want to decide between upgrade and extend, I guess you should go with extension. It wou;d be cost effective.

Similar Messages

  • Tracking Number for Inbound Deliveries

    We are trying to get ASNs from our suppliers for their shipments. We would like to capture the carrier tracking number (e.g. the Fedex number) from the supplier. I'm using segment E1EDL47-TRACKN in the DELVRY03.DESADV idoc. I'm not able to get the tracking number in this segment to populate into the inbound delivery.
    Does anyone have any experience here? Are there some pre-requisites or config that I'm missing? Can anyone point me in the right direction?
    Thanks

    Thank you for the help...I think we are getting closer with the FM you mentioned. Let me provide some further information on this....we are using the FM IDOC_INPUT_DESADV1 which states the following for E1EDL47 and 48 (still not too sure which we have to use). Not too sure where to go from here to decipher what is currently being used. Any further direction would be helpful
      express ship interface - delivery --> t_vlbldlgn
          WHEN 'E1EDL47'.
            PERFORM at_vlbl USING idoc_data s_dl20-vbeln space.
          WHEN 'E1EDL48'.
            PERFORM at_vlbl USING idoc_data s_dl20-vbeln space.
    Clicking on at_vlbl LV55KF04
    FORM at_vlbl USING    p_edidd           STRUCTURE edidd
                          p_rfbel           LIKE      likp-vbeln
                          p_exidv           LIKE      vekp-exidv.
      STATICS: l_xsitd     TYPE xsitd.
      STATICS: l_xsitd_ext TYPE xsitd,
               s_spdnr     TYPE spdnr,
               s_vbtyp     TYPE vbtyp,
               s_vbeln     TYPE vbeln.
      STATICS: l_xsitd_rc  LIKE sy-subrc.
        0.. ok
        4.. not unique -->gn_delivery_create
        8.. not found
      DATA: l_xsitd_test       TYPE xsitd.
      DATA: l_xsitd_domestic   TYPE xsitd.
      DATA: l_xsitd_export     TYPE xsitd.
      DATA: l_e1edl47   LIKE e1edl47.
      DATA: l_e1edl48   LIKE e1edl48.
      DATA: l_e1edl49   LIKE e1edl49.
      DATA: l_e1edl50   LIKE e1edl50.
      DATA: l_vlbltd    LIKE vlbltd.

  • ASN's created by EDI 856

    Is it possible to receive an EDI 856 and update a PO with and ASN without creating an inbound delivery?  If so, what does it do to the PO?  Thanks.

    What are you expecting? If ASN come from vendor it will automatically update in PO and will createinbound delivery.If ASN failed then it will not updte PO and there is no inbound delivery

  • IDOC DELVRY05 TO EDI 856 - Mapping problem

    Hi all,
    i'm currently working on a outbound mapping with the delivery idoc (DELVRY05) and the EDI 856 (Advance Shipping Notice Definition)
    The problem is that i can't map the items for every pack in the structure because the ocurrency doesn't match.
    The EDI 856 has a segment called G_SHL (ocurrence 0.200000), that i replicated 4 times for shipping, order, pack and item data
    And this segment has a subsegment called  G_SHL/S_HL (ocurrence 0.1)
    RESULT DESIRED GIVEN BY THE CLIENT: (1 pack/1item)
    3     HL1*S~                        ======> S: shipping, 1 hierarchy)
    4     TD1CTN251***G223.997*LB~
    5     TD5*2ABFSM*CC~
    6     REFBM003030987~
    7     REFCN086044619~
    8     DTM01120080128*180610~
    9     DTM06720080204~
    10     FOB*PP~
    11     N1SFStiefel Labs~
    12     N4DULUTHGA*30096~
    13     HL21*O~ ======> O: order, 2 hierarchy, 1 was the previous hierarchy)
    14     PRF*4064561~
    15     HL32*P~ ======> P : Pack, 3 hierarchy, 2 was the previous hierarchy
    16     MANGM00000734620052976193~
    17     HL43*I~  ======> I: Item , 4 hierchay, 3 was the previous hierarchy
    31     LIN*UP073462150651LT45X5147ND00145150605~
    32     SN1*12EA~
    33     DTM03620090930~
    34     HL52*P~  ======> P : Pack, 5 hierarchy, 2 was the previous hierarchy
    35     MANGM00000734620052975189~
    36     HL65*I~ ======> I: Item , 6 hierchay, 5 was the previous hierarchy
    37     LIN*UP073462150651LT45X5147ND00145150605~
    38     SN1*12EA~
    39     DTM03620090930~
    40     HL72*P~ ======> P : Pack,7 hierarchy, 2 was the previous hierarchy
    41     MANGM00000734620052975196~
    42     HL87*I~ ======> I: Item , 8 hierarchay, 7 was the previous hierarchy
    43     LIN*UP073462150651LT45X5147ND00145150605~
    44     SN1*12EA~
    45     DTM03620090930~
    46     CTT*8~
    47     SE479220014~
    As u see, all packs belong to "2 hierarchy" (order), and items to their correposding pack
    (has a comment, the "hierarchy number" is always given by a counter so u won't find the exact number again)
    so, the client wants us to create an structure that is like this..
    1º Pack
    1º item
    2º item
    2º Pack
    1º item
    2º item
    (the example has only one item, but they say that is going to be with many items)
    - The problem is that the structure data of the Idoc doesnt match EDI 856 structure
    E1EDL37 (0.99999)  -
    Pack data -
    G_SHL (0.200000)
    E1EDL37/E1EDL44 (0.99999) -
    Item data -
    G_SHL/HL (0.1) <====
    i was doing different G_SHL for pack and items but that leaves me with a wrong structure, and with all the hierarchy data wrong for items (since the mapping can't see which item belong to his pack)
    1º Pack
    2º Pack
    3º Pack
    1º Item
    2º Item
    3º Item
    - How can i map the structure Pack/item if in the idoc got too many item positions for only one EDI corresponding segment??
    Thanks in advance!

    Alains,
    We have the same tear, pack and item problem with one of our customer in one of my project. To acheive this result with the standard schema is not possible because this is a custom one.
    So I would suggest to change the schema in BIC like the occurrence and within the third G_SHL you should have S_HL and within this you should have a S_HL so that for every pack you will have multipe items.
    The bottom line is to have the schema as required by your mapping. Once you change the schema deploy the maps in J2EE and use them else it will throw an error in RWB.
    Regards,
    ---Satish

  • Missing flatfile of EDI 856

    Hi,
    Thanks in advance.
    EDI 856 program was extracted from Oracle by passing the customer name as parameter, however one of the delivery number for that partcular customer was never made available for EDI to pick up to generate a flatfile.
    Can anyone please tell me the cause of missing the 856 data.
    Thanks
    Satya.
    Edited by: user11048416 on Aug 5, 2009 4:35 AM

    Hi,
       Check with your team there can be some docs on the seeburger modules...
    which can be used for the same..
    basically you need to take care of generation of the no of segments as per your requirements ...but for the segment count..blah..
    some stuff will take care by seeburger..
    I dont have any documents regarding this....search SDN  you can find some..
    HTH
    gud luck
    Rajesh

  • EDI idoc inbound statuses

    We're running SAP in a different partition from EDI (TrustedLink) on an iSeries.  I'm getting inbound documents just fine, but no inbound statuses.  I see that the status documents make it over to the SAP partition but they're not visible in WE05 - so all of my successful outbound 850s are at at status of 18 & that's it.  I've looked at authorities etc but am still missing something.  Thanks in advance if anyone can point me in the right direction.  Susan

    try this
    enter tcode we21,
    Go to system , click on status
    Then you can see the programe name , Double click on programe name, you can see ABAP editior screen.
    Then you can see go to tan and click on object directry Tab.
    You can see package for which object is created.
    Now use tocde Smod, select F4 for enchancement , in package you can enter SED.
    You can get follwing user exit
    Exit name Short text
    SIDOC001 Customer function for module pool EDI1
    SIDOC002 CA-EDI: Exits in Function Group EDI6 (Partner Profile)
    Technically all EDI-IDOC inbound and outbound programs are wirtten as FUCNTION MODUELS.In the every fucntion moudle you can find large number of user-exits.For outbound idoc after filling every segment you have a user exit like CALL CUSTOMER FUNCITON '001'.You can find by using the keyword search CALL CUSTOMER FUNCITON in that funciton module.
    In inbound also you can find after every segment you can find user-exit.
    For funciton module search you can search in se37 by using idoc type,For example ORDERS01 search in se37 by using *ORDERS8.
    regards,
    sapsd

  • Song and Artist Info missing under itunes but not in the original file, and putting track number next to certian songs. Help

    i recently updated my itunes...today i opened it up and moticed abuout 100 songs missing...they are now at the bottom of itunes song list with a number next to them with information mission such as this the example below
    01 human                                                                 (this song should have the killers name as artist and cd title, etc)
    01 hosanna     hillsong united                                 (this song should have the cd title to it)
    02 lay me down                                          burning light
    02 leave out all the rest
    02 let it be                       the beatles
    03 papercut
    when i go under the original folders and files in the itunes folder everything is normal no missing info, etc. but under itunes orgnising its picking and choosing the same songs and putting the track number next to it and others songs in the same cd not. plus info missing. under the infor when i click right button all info missing there...but not under original file.
    please help

    A response on this subject from another post:
    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    ramstigo wrote:
    I had an earlier post on this subject with a similar problem. I tried what you suggested and it worked indeed. You can select the artists from your Ipod on Itunes and after highlighting the artists/albums affected, click NO on the compilation box and the issue is resolved: the artists appear on the list.
    Thank you so much!!!!.

  • Importing CD to Artist folder\Album folder\file with track number and name:

    I have a problem then importing my cd’s to my harddisk using iTunes.
    On my previous pc I got what I want, Artist folder, Album folder and file with track number and name:
    e.g.
    D:\My Music\B.B. King\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\B.B. King\Blues On The Bayou\02 Bad Case Of Love.mp3
    D:\My Music\B.B. King\Blues On The Bayou\03 I'll Survive.mp3
    But now I get:
    D:\My Music\Compilations\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\ Compilations \02 Bad Case Of Love.mp3
    D:\My Music\ Compilations \03 I'll Survive.mp3
    In iTunes my settings are Edit -> Preferences -> Advanced: iTunes Music folder: D:\My Music and checkmark in both: “Keep iTunes Music folder organized” and “Copy files to iTunes Music folder when adding to library”.
    My version of iTunes is 8.0.1.11
    Thanks in advance
    Peter

    It will depend on the album. Gracenote considers anthologies, a collection of tracks by the same artist taken from different albums, as a compilation. In iTunes the compliation setting should really only be applied to a collection of tracks by different artists.
    tt2

  • Artist info, track number, album title won't show up in iTunes

    When I view the songs in explorer, I am able to see the info, but not in iTunes. When I am in iTunes and click on "get info" the ID3 tags are showing as v2.3 and only the track title is showing. When I "add folder to library" and the little progress window appears, it never shows "converting ID3..."
    The same files opened in WMP all have complete info including track title, track number, album title.
    The same folder is doing this on 2 different computers. We are talking about a huge amount of songs to have to update manually (total of 2.6G from this artist).
    How can I get iTunes to show this info?
    Troubleshooting info...I deleted a different album from iTunes, then re-added it to my library with no problems, so I am reluctant to blame the program. I'm thinking it is the files/folder. I kind of eliminated that with the attempt on the other computer.
    Message was edited by: duckredbeard

    Bump.

  • Two phones ordered, only one shipped. The iPhone 6 has shipped with tracking number and charge to my card. iPhone 6 Plus has no information available, no one at CS can tell me if this is normal, if it is delayed, any info appreciated.

    I placed an upgrade order for two phones, an iPhone 6 and 6plus.
    I was in the Verizon shopping cart at 11:55 and checked out by 12:01 AM pacific time.
    I do have my email confirmation for both phones with ship date 9/19
    The iPhone 6 has shipped with tracking number and the charge to my card came through for the price of this phone.
    There is no other information available - nothing on the status of the 6 Plus. Customer service doesn't know if this is normal or if my order went through, its really bad.
    Any further information would be much appreciated.

    I was just told by a Verizon sales rep that, when her team got in, when she checked the system at 3:03 (midnight+ 3 minutes)  all 6Plus had a back order date of October, and now its going into November even though the pre-order system was showing 9/19 - that all verizon iphone 6 plus had an instant sell out.
    She had no additional information on my iPhone 6 plus, not even if there was a chance for it to ship out, when the back order date would be - no further information.
    (A different rep I talked to said all iphone 6 plus pre orders had a ship date of October, all of them - I asked what Verizon is going to do when they advertised iphone 6 plus for 9/19 delivery and your telling me they never had any available - at this point he transferred me... *****)

  • How do I get rid of the Track number in a song's name?

    So I just got a new windows computer and transferred all my songs from my old windows machine to this one. Unfortunately, a lot of the files have numbers in front of their name, in fact almost all of them do (I'm talking about the actual file in their respective folders). What puzzles me is some of the songs, once added to itunes, have the track number in front of their name in itunes, while others do not. I started to rename each song, but that is taking way too long. Do any of you know of a way to select a large group of songs and modify each name only a little with out changing each one to the same thing?  I pretty much have to delete 3 spaces before each song. Any suggestions would be really helpful.
    P.S. the sort cuts for play/pause/skip/reverse only work for windows media center, which really isn't great. When I try to use them they will literally launch windows media center. is there a way to change this so that they will work for itunes?

    Do a hard reset by pressing the button on the face of your Ipad and the on off switch.

  • I returned my old ipod and ordered a new one a few days ago and i was never given a tracking number for the new one that is being shipped

    i returned my old ipod and ordered a new one a few days ago and i was never given a tracking number for the new one that is being shipped

    Go to the Apple Store webpage and in the upper right go to Account and select Track an Order. There you will find the status of your order. You only get a tracking order when the items ships.

  • How to Grey out the field "tracking number" during change mode in the order

    HI Expert,
    How to grey out the Tracking number (AFVGD-BEDNR) at Order -> Operation tab -> external tab ->tracking number.
    during creation IW31 = not grey out and allow entry.
    for change mode IW32 = grey out
    if i set grey out at config OIOPD, it will grey out even during creation mode.
    Please advise
    Thanks
    Regards

    Hi
    I think Using field selection it is not possible to make as display ,kindly check with screen or transaction variant -SHD0
    regards
    thyagarajan

  • Where can i find the TRACKING NUMBER on my macbook pro?

    before i bought my mbp, i was told that i should write down its tracking number in case it got stolen. where do i find it?

    Hi there - are you sure they (whoever that is) asked you to keep track of the Tracking number? Do you think they meant the Serial Number?
    You can find the serial number of your MBP by clicking on the apple icon at the top of your menu bar, and go to About this Mac, then you can click on more information, which will give you the serial number of your macbook pro.
    PS - in terms of safeguards for stolen macs, you might want to do a search on the forum discussion related to this issue (stolen or lost) . . .
    Message was edited by: belovedjs

  • ITunes 9.0.1 - continuously adding the Track number to filenames?

    Hi all,
    So I recently added some MP3's I had into my iTunes 9.0.1 library (automatically added by iTunes; "Upgraded" Media Organization enabled), and all was well.
    Until I noticed something very odd: When the files were first added, every single one had a "01" or "02" in the front of its file name, and I discovered this was corresponding to the track number - not all that big of a deal.
    *But what's really driving me insane is the fact that _every time_ I play a song, the same number that was in front of the file name, "01" or "02," is automatically added in front of the file name. I.e., if I play an MP3 _fifteen times_, fifteen "01" or "02" will show up in front of the file name.*
    Can anyone inform me of what's causing this and what a solution would be? (And how to restore the filenames of all the MP3's I added?)
    Any assistance would be greatly appreciated!
    Thanks & regards,
    banshonman

    Nota bene: The MP3's I added are Korean songs, with titles and artists typed in Korean. My speculation is that there's some kind of parsing bug with regards to how iTunes 9.0.1 looks at titles when it comes to foreign character sets... But I want to see if anyone else has been having this extremely annoying problem.

Maybe you are looking for