Origin of Means of Transport when Crossing the Border

Hello all
When I create a purchase order (ME22n) I got a error that I have to fill this field
Header => Import=> Handling  =>  Mns of trsp - border   (Field = EIKP-STGBE)
Origin of Means of Transport when Crossing the Border ?
Normally I don't have to fill it, but why now?
And what country I have to add there?
Best regards Tuomo

Have you checked the incompletion procedure of the country/area you're importing from? You can do that in transaction VI29.

Similar Messages

  • Error with SDO_MBR when crossing the antimeridian

    Hello All,
    we're using Oracle Spatial 11.2 and I notice a strange behavior when calculating the MBR of a multipart line which crosses the antimeridian.
    //fails if multipart line and crosses the antimeridian
    select SDO_UTIL.TO_WKTGEOMETRY(
      SDO_GEOM.SDO_MBR(
        MDSYS.SDO_GEOMETRY('MULTILINESTRING((178 0, 179.99 1), (-179.99 1, -178 2))',8307)
    ) from dual;
    //returns POLYGON ((-179.99 0.0, 179.99 0.0, 179.99 2.0, -179.99 2.0, -179.99 0.0)) which is incorrect
    //succeeds if simple line and crosses the antimeridian
    select SDO_UTIL.TO_WKTGEOMETRY(
      SDO_GEOM.SDO_MBR(
        MDSYS.SDO_GEOMETRY('LINESTRING(178 0, 179.99 1, -179.99 1, -178 2)',8307)
    ) from dual;
    //returns POLYGON ((178.0 0.0, -178.0 0.0, -178.0 2.0, 178.0 2.0, 178.0 0.0)) which is correct
    //succeeds if multipart line and does not cross the antimeridian
    select SDO_UTIL.TO_WKTGEOMETRY(
        SDO_GEOM.SDO_MBR(
        MDSYS.SDO_GEOMETRY('MULTILINESTRING((-170 0, -160 1), (-150 1, -140 2))', 8307))
    ) from dual;
    // returns POLYGON ((-170.0 0.0, -140.0 0.0, -140.0 2.0, -170.0 2.0, -170.0 0.0))
    Any ideas?
    Thanks!
    --john

    When the geometry crosses the antimeridian, the MBR is not well defined.
    In such cases, we make the best possible guess about where the geometry is crossing the meridian line.
    In the case of your multi-line, the line does not really cross the meridian line. It has two line segments that are on either
    side of the meridian line. So the MBR returned by Spatial is a valid result for this case.
    If the line actually crosses the meridian, we know it is supposed to cross the meridian and the expected result is returned.
    siva

  • Safety days supply not followed due to change in Means of Transport in SNP

    Hello All,
    I am facing a strange issue regarding the SNP heuristics and means of transport. We observed that the system was not respecting the safety days supply. For example if we had a receipt in bucket 'N' and there is a violation of safety days supply in bucket 'N-1'. When we un a heuristic ideally system should delete the receipt in bucket 'N' and create a new one in bucket 'N-1'.
    But we observed that the system is retaining the existing receipt in bucket 'N' and also creating a new one in bucket 'N-1'. This is making the available days supply to increase manyfolds and the whole plan looks inconsistent from Safety Days point of view.
    After analyzing the issue i observed that if we have existing receipts using a Means of Transport 'X'. Now if we run the heuristic using a Means of Transport 'Y' then the system doesnt touch the existing receipts. If I run teh heuristics using the existing Mean of Transport then it works absolutely fine.
    Kindly suggest.
    Regards,
    Abhi

    Hi,
    when you check all products flag it means the means of transport is available for all products and not product specific, to select the MOT for SNP you need to check the aggrgtd plng flag.
    Also safety stock has nothing to do with MOT, SNP heuristic plans based on checks the quota arrangement if its for multiple MOT it will distribute the PR based on the ratio in quota if both MOT are able to meet demand on time, otherwise it will violate quota till the time both MOT are not capable of meeting the demand on time.
    If no quota is defined it will check for which lane is able to meet on time n if their are multiple lanes which can fulfill demand on time then it will choose MOT with less cost.
    Have you got multiple MOT for a source destination combination to be considered for SNP heuristic?
    Just check your design again and explain the problem again as this is not the standard expected behavior.
    Thanks,
    Sanjog

  • Optimiser with means of transport

    Hi Experts,
    Pls spend some time to understand the below requirement and the design.
    Requirement- there are two plants, P1 and P2. Material M moves from P1 to P2 using a train R. The train can move 2100 tonnes in one trip.It takes 2 hrs to go from P1 to P2, hence it can make only 6 round trips between P1 and P2(i.e. 12 single trips) in a day. Hence APO should create only 6 orders in a particular day with max of 2100 tonnes as quantity for each order.
    Master data-
    Plants- P1, P2
    Material-M
    Resource(train)- R(bucket resource)
    Tlane- P1-->P2
    There is one SNP planning book and there are two data views- daily and monthly
    System design
    Max lot size for M at P2 is maintained as 2100
    Max bucket capacity for the resource= 6*2100= 12,600
    Means of transport for T Lane P1-->P2 is maintained as 'All products'. Transportation duration is set as 2 hrs
    Product specific means of transport is maintained for M, with consumption as 12 Tonnes
    Results-
    There is a requirement of M at P2 for 12,800 Tonnes. Stock of M at P1 is 12,800 Tonnes
    When I run optimiser on monthly view- it creates 6 orders with 2100 qty and one order with 200 qty, but all on one day-violating the rule of 6 orders only in one day
    when I run optimiser on daily view- it creates 6 orders with 2100 qty in one day and one order of 200 qty on the next day
    Query-
    1.Why do we need prod spec means of transport when the means of transport is defined as 'All products'
    2. What is the use of maintaining consumption as 12 Tonnes
    3. If I just go by transportation duration of 2 hrs, so the train makes 24/2=12 single trips, or 6 round trips. Hence 6 orders should get created with 2100 tonnes each in a day. But this does not happen and no planning happens in this case
    4.Why do I get different planning results when I use daily and monthly bucket views
    Would be very helpful to analyse the design and the concepts if someone can give some pointer
    Regards
    Manotosh

    Hi Kaushik,
    Thank you so much for your prompt reply and help. However I still have some query.
    1.As per my understanding we do not actually need prod spec MOT when all prod incator is there.I think some older versions of optimizer do not consider all prod tlane (I am not too sure abt it).But if all the prods for a specific plant can not be transferred through same MOT then it is required.Also if the res comsumption and the cost is different then also it is required.
                 - Your justification to have a separate MOT is absolutely valid as long as we need different MOT for any reason(cost, duration etc). But here there is only one product M being transferred between P1 and P2.
    2. Resource capacity will define the capacity in terms of total transportation capacity and consumption is required to do the planning.Like if the consumption is not maintained the capacity becomes as infinite.So there will be more than 12600 tons transported.
               - We define the resource max capacity and the utilisation. If the utilisation is more than 100%, I understand that it will try to supply more than 12,600 tonnes. But here the utilisation is maintained as 100%. What will happen if I maintain consumption as 10 Tonnes or 10 BBL or anything other than 12 T as currently maintained?
    3.There is a difference between scheduling and capacity.When you say 2 hrs but parallaly another tran can also go and transportation can happen.But when you define resource and capacity then you restrict the same.This is constrain plng but that duration of 2 hrd will not put any contraints.
           - The transportation resource is assigned to the T Lane. Hence whenever the T Lane is used, only the same resource is used for transportation. Hence we can not have more than one resource(R) acting simultaneously.
    4.If you see the results are same only difference is the period.Check the resource capacity view.I think you can see the capacity planned correctly and also the monthly view check the strt and end date.
           - As per the concept, SNP does bucket planning. Hence it will consolidate all the demands in a bucket and would create orders for the qty equal to the demand qty either at the begining of the bucket or middle of the bucket or end of the bucket. It will split the orders based on lot size or any other parameters defined. Hence I am getting multiple orders with 2100 qty(Max lot size) on 1st of the month. But the resource capacity is overshot in this case.

  • Basis of picking means of transport in APO

    Please help me in understanding basis of picking means of transport in APO and what is the link between R/3 means of transport and APO means of transport.
    Manish

    In R/3 the means of transport is recorded in Shipment document. It contains all the information necessary for carrying out transportation. The means of transport necessary for a shipment is reflected in the system as a handling unit. These handling units contain information about tare weight and -volume of the means of transport as well as the weight of the packed handling unit. Information about the country providing the means of transport, details about the driver and travel time are also included in these handling units. Handling units that have already been created for delivery items are copied into the shipment document where they can be packed further, if necessary. Delivery items that have only been partially packed or not packed at all can be packed in the shipment documents.
    In APO the means of transport is planned in TPVS. If the client do not have TPVS implemented, the means of transport are taken based on the locations, products and cost as well.
    The difference between the R/3 and APO means of transport I see is that in APO there is product specific means of transport wherein we can assign the means of transport for specific products based on its demand or perishability. For example, if we have a Tlane between US and Ind, the possible means of transport could be by AIR or by Water. For a product which is a primary and active product for a company, the means of transport can be assigned as Air rather by water.

  • Stock tranport order APO - R/3: means of transport

    Situation: we are publishing stock transport orders from SNP to R/3. It can happen that we are publishing orders of different means of transportation between same locations (several means of transportation maintained on the lane). Do anyone have any idea how to transfer information of the means of transport within certain order to R/3 ?
    Dmitry

    Sorry, I haven't been able to find a way...
    R/3 really doesn't care...
    I definitely think its a short fall of the integration between SNP and R/3.
    Like you said, if SNP selects air ship vs ground, how does R/3 know?   How will planners know in R/3 to air ship the product?
    He wouldn't...
    TPVS may remedy this problem.  As there is more integration points...
    Ken Snyder

  • I was having an issue opening a spreadsheet with the file extension .xlsm. This appears as an attachment from a client which means macros were utilized when creating the spreadsheet. The problem lies in. The iPads ability to open the attachment. I downloa

    I was having an issue opening a spreadsheet with the file extension .xlsm. This appears as an attachment from a client which means macros were utilized when creating the spreadsheet. The problem lies in. The iPads ability to open the attachment. I downloaded the numbers app thinking this would be a default software to open any and all spreadsheets.
    Please Help!
    Ipad 2- iOS5

    You may need a version without macros on it. Unfortunately, pretty much all apps are skinned down versions of their original program, often with less functionality. For example in a word document I can italicize,bold and underline, but I only have a handful of fonts to play with and I don't think I can insert tables or images.
    It is very possible that the app simply cannot run macros, which means that document may never work on an iPad.

  • Problem with replies in Maverick's mail.  Originating emails send fine.  When replying to an email (various addresses) the reply is hung up and can not be sent.  Option becomes put in draft, delete, etc.  Any suggestions would be helpful

    Problem with replies in Maverick's mail.  Originating emails send fine.  When replying to an email (various addresses) the reply is hung up and can not be sent.  Option becomes put in draft, delete, etc.  Any suggestions would be helpful.  Mid 2013 iMac.

    I don't know how rare this is.  I went a week or so without a problem, and now it's starting to recur.  Also, in some instances, an email will look unsent (remain in the outbox on the Treo), but it has been sent, and recipients are replying while I'm trying to figure out what is going on.  Further, it will send the same email over and over during this madness.
    This is a show stopper.  If there isn't a software fix soon, I may chuck this phone in the garbage.
    Post relates to: Treo 800w (Sprint)
    UPDATE:  The problem comes and goes.  The next day, no changes to the treo, everything workeds.  Now i'm suspecting the sprint server, and how it/the phone responds from failing to send while roaming.  I've since turned off roaming, and haven't had a problem for several days.
    Message Edited by slrichardson on 12-22-2008 01:12 PM

  • I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    Sorry, but it is not possible to merge two Apple IDs/iTunes Store accounts.
    Regards.

  • HT204053 I originally had an Apple ID when I got my iPad.  This is the one associated with the app store; however, I now have two.  The second one comes up when I try to log into the app store and it will not log me in.  How do I get the original one to s

    I'm beginning to feel totally frustrated and functionally illiterate. I've been trying to log into the app store.  The apple Id that shows is not the original one I set up when I got my iPad.  When I enter the password for the Id that shows, I get the message that I cannot log in.  Is there a way for me to change which id shows up?
    Any help would be greatly appreciated. 

    Open the App Store app, go to the Featured pane, swipe to the bottom, tap the Apple ID and sign out. Tap again and sign in with the Apple ID of your choosing.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • How can i get my items to stay in place and not cross over each other when readjusting the browser s

    How can i get my items to stay in place and not cross over each other when readjusting the browser size.
    Basically on my site when i go from a small screen to a big screen everything doesn't adjust to the screen size. I don't know what im missing
    Here's the link to the page all the pages & they all do it
    http://theatricalworkslive.com/
    Thanks in advance

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem.  Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • The necessary shipping materials and the means of transport

    The answer of the question below is "d. Shipping point". On the other hand, shipping type (shipment type determines how the goods will be transported - tuck, train, ship etc....) is entered in the "shipment type" at the customization.
    Taking into consideration this fact, why is the answer of this question is given as "shipping point"?
    What part of the company is responsible for the type of shipping, the necessary shipping materials and the means of transport?
    Only one answer is correct.
    a. Sales Organization
    b. Transportation planning point
    c. Shipping condition
    d. Shipping point
    e. Warehouse

    hi
    As per my knowledge, normally goods are transported from Plant through shipping point, So ultimately shipping point is the responsible for that.

  • I am able to 'create a new version from original' but when I try to export the original, I only get a .jpg with the XMP file. The original is obviously there but why can't I access it please?

    In Aperture 3 when I right click on an image I am able to 'create new version from original' which suggests that the original is there. When I try to export the original I only get a .jpg with the XMP file. These particular images are from 2010, has the RAW file become disconnected somehow? Please, how do I get access to the RAW file for editing in Ps? Thank you. Thomasrevil.

    Sorry leonie, 'Use RAW as Original' is not an option for the image shot with the Canon.
    Then your Import settings must have been different, when you imported the Canon photos.
    You can check, if there is still a hidden raw file somewhere. If the image has been imported as a pair, you should see the "J" badge in Browser and Viewer, if you enable badge overlays. This indicates a pair, with the jpeg as original.
    Select one of those images, and then relocate the original files "File > Relocate original" to a folder, where you can inspect it. Use "File > Show in Finder" after ward. Look, don't touch .
    Then put it back, using "File > Consolidate".
    Do you see your raw files in the folder, or is only a jpeg there?

  • Having problems with ipad mini and Siri. Works sporadically, will work once and then the second time not. Worked all the time with the original Mailbox app. Then started doing the same thing when I installed the new update so wondering if it is software?

    Having problems with ipad mini and Siri. Works sporadically, will work once and then the second time not. Worked all the time with the original Mailbox app. Then started doing the same thing when I installed the new update so wondering if it is software?

    Hi,
    I have the check box on a second Partition  but not on the Time Machine one
    I forget what I did now to get this called "Recovery HD"
    For the rest try https://discussions.apple.com/docs/DOC-4055  User Tip that links to Pondini's work on Time Machine.
    10:17 pm      Friday; May 2, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

Maybe you are looking for