Where to store shipment routing information

We receive sales orders with shipment routing information included, such as 'Use UPS for under 150 lbs, use Alvan for over 150 lbs'.  Where in the sales order business object, should this information be stored?  Specifically, which table and field?
Thanks,
Nancy Walk
[email protected]

Hi,
Assuming that a human being will review the Order in B1, I suggest that you use Comments property (column 'Comments' in table 'ORDR', that field is labeled 'Remarks' in B1 UI).
HTH
Juha

Similar Messages

  • Where microsoft stores the information of each file? like .....

    I would like to know where microsoft stores the information about each file in my computer,
    because I want to search a specific folder in my computer that contains more than 400 files
    and stores the name of each file and its size and the modified date of it in an
    Excel sheet?
    Please, tell how to do it
    it's urgent

    Firstly the platform independance of Java is maintained (in part) by allowing the JVM to negotiate with the Operating System and the developer to command only the JVM.
    Secondly the Security Mangager of Java would not being functioning correctly if you were able to access arbitary memory in this way.
    Thirdly, do you have no compassion for Linux users?
    It is possible to conduct this search using the Java Core API
    Bamkin

  • Need Route Information

    Hi Gurus,
    I got Requirement where i need to fetch data for Shipment Number, Date on Which it is created, Route, Product, Dep. Zone and Dest. Zone.
    I have gathered data for Shipment Number, Date on which it is created, Route from table VTTK(Shipment Header) but i am not able to fectch data for Dep. Zone and Dest. Zone..
    Could you please guide if ther any table in SAP which will provide Route Information present in the system.
    Thanks in Advance!
    Regards
    -Deven

    Hi,
    The departure zone and destination zone details will come from the shipment item stage level. Therefore you have
    check the VTTS table. If there are multiple stages then you will have different departure and destination zones.
    stages is based on the  route definition
    Regards,
    Ramana

  • Name of tables which will store Discoverer Reports Information.

    Hi Everyone,
    Hope all are doing good.
    I have a requirement on up-gradation project, find the discoverer reports where will store table names and path.
    Once i get Discoverer Reports information, we have to find-out the custom Discoverer reports.
    Thanks in advance...
    Sreenivas.U

    80f8bcb6-a8b3-426c-839a-cd401b686d56 wrote:
    Hi Everyone,
    Hope all are doing good.
    I have a requirement on up-gradation project, find the discoverer reports where will store table names and path.
    Once i get Discoverer Reports information, we have to find-out the custom Discoverer reports.
    Thanks in advance...
    Sreenivas.U
    How to Find Out the Sharing Information for Discoverer workbooks From the Database (Doc ID 293021.1)
    How To Get A List Of Discoverer Worksheets Directly From The Database? (Doc ID 1333531.1)
    How To See Which Discoverer Workbooks Are Owned And Shared By An Existing Or Dropped Database User (Doc ID 375777.1)
    How To Query Metadata To Determine Which Discoverer Workbooks Are Accessible To User ? (Doc ID 433794.1)
    How To Determine Which Business Areas Are Used By The Workbooks Saved To The Database (Doc ID 458739.1)
    Thanks,
    Hussein

  • Table that stores relationship document information

    Hi Gurus,
    We have Accounting documents generated through IDOCs and there are nearly 1000 documents. where do i get information to view accounting documents numbers and related IDOC numbers. Any table or tables that i can see or get the information from.
    Would be thankful if someone throws some light on this.
    Thanks in advance.
    Kind regards,
    Gopio.

    Hi Wanna,
    No thats not the case, Accounting documents are generated by IDOCS and relation is one IDOC to one Accounting Document,
    I have the accounting document numbers for all 1500 documents.
    What we have done is because of incorrect maintanence in customer master, wrong customer has been charged.
    Now we have cleaned up all the customer master data.
    We want to reverse all the accounting documents and charge the correct customers.
    in order to identify those correct customer numbers whom to be charged, they are stored in IDOCS Control records.
    So that is reason we want to identify all the IDOC numbers from Accounting Documents.
    I can see the IDOC number in FB03 by going into the services for object and clicking the relationships tab. but since there are 1500 Accounting documents it is a very tedious and laborious process to go and find each IDOC number for each Accounting document.
    If we can get the information of where it stores (tables) then i can write a query and retrieve them.
    Once we identify all those customers and want to recharge the Correct customers.
    If there is any other better way advise us gurus.
    This is my problem.
    Hope some one would throw some light on this.
    Thanks in advance gurus,
    regards,
    Gopio.

  • How/Where to store current page details in ADF?

    Hi All,
    What is the best way to populate the managedBean while loading the page?
    In my application, I have an page fragment which display the user details from Webservice DataControl. I drag and drop the webservice data control in to the pageFragment. This fragment has mapped in the taskFlow and the taskFlow as attached in to main JSPX page as a region. I need to store this user information to any place (ManagedBean / or anyother best place to store) which I can use throughout my application, since I dont want to reexecute the webservice each time to get the same user information. Also I want to collect and store this info while I render the main page, not after any user action.
    Please advice how & where to store the information in ADF? Can I create an managedBean? If so how to trigger that class method at page load?
    Thanks
    kln

    Hi,
    in this case you configure the managed bean to be in session scope. Then, on the first page, you define a phase listener for the after restore phase (its a tag on the f:view element). This phaselistener references the managed bean using EL (important). It can do so using a method expression in JSF. For example, if the managed bean had a method populateUserInfo then yu could reference #{beanname.populateUserInfo} and execute the method expression using Java. In the managed bean, the method would access the binding layer Using the BindingContext class
    http://download.oracle.com/docs/cd/E15051_01/apirefs.1111/e10653/oracle/adf/model/BindingContext.html
    Call
    BindingContext .getCurrent().getCurrentBindingsEntry() to obtain a handle to the active instance of BindingContainer.
    BindingContainer bindings = BindingContext .getCurrent().getCurrentBindingsEntry();
    Then on the binding container, you invoke the method to query the Web Service for the user info
    //before you can call a method on the ADF binding layer, make sure the ADF binding is created for the method
    OperationBinding opws = (OperationBinding) bindings.get("name of the method exposed on WS");
    //if you need to pass parameters
    opws.getParamsMap().put("argument name",value);
    opws.execute();
    You can use similar code to access the user information from the method iterator in ADF to populate the managed bean fields. You can then access user information from the managed bean through getter and setter methods
    Frank
    Ps.: I know the description is a bit rough. I'll see if I can come up with a blog sample to a later time
    Edited by: Frank Nimphius on Jan 26, 2010 5:43 PM

  • Where to store bean program ?

    Hi... Am trying to create an Application using JspDynPage Component. am using java bean in this. Can any one tell me where to store this javabean program?

    Hi
    When you create your Portal component and you select JSP DynPage, 2 steps ahead in the wizard, you get the option: Use a Bean for Information Exchange.
    Click generate bean statements and enter the name of your bean and the scope.
    P.S. If this answer helped you do consider rewarding points.

  • Where to "store" phone when using sportstracker?

    Hi all,
    I'm interested as to where people "store" their phones when running sportstracker? When I'm in my car, I have a holder so that's no problem, but I feel a tad foolish when I'm out walking and holding the phone out in front of me recording my track Interested as to where others keep their phones...
    Cheers

    Hi Guys,
    I am from the team that has worked with Nokia and developed a site to track James Cracknell’s Sports Relief Challenge from Dover to Morocco.
    James has been using the N82 GPS function linked up to an application called ‘Sports Tracker’ that has been sending us a signal showing exactly where he has been going on his bike through France and Spain. For the last six days, James’ supporters have been able to follow his progress via www.challengecracknell.com
    This function can be used on Nokia N series and is particularly useful to cyclists, walkers, runners etc to allow them to track their routes and collect their stats – i.e. distance run, time taken etc. The stats can also be uploaded and compared on http://sportstracker.nokia.com/nts/main/index.do.
    Check out James’ site at www.challengecracknell.com to see exactly how the function works.
    If anyone has any feedback or suggestions on both the site and the sport tracker application, I’d really appreciate it.
    Cheers,
    Natalie.

  • Shipment cost information

    Hi,
    in transaction VT02N if i click on "Freight Costs estimate" button a pop-up window appeara displaying Net value of Shipment cost information (<b>RV54_FRINF_RES-RESULT</b>).
    My question is:
    from Shipment number (<b>VTTK-TKNUM</b>) is it possible to get  RV54_FRINF_RES-RESULT?
    if so How?
    Best regards

    Hello Gurus,
    I have a request to build a report that shows the freight cost by supplier given an Shipping point at point of departure and destination country/region.
    Basically what I want is to red the supplier freight costs table and build a list of prices for a given route. This would help to justify the choice of suppliers given their costs by route.
    For what I've seen there are some function modules that simultate the transport/freight costs, but all of them assume that a transport and a number actually exists, This is the way that standard transactions behave when creating a new transport.
    So far I've tried to use FM:
    SD_SCD_SIMULATE_FREIGHT_COSTS
    BAPI_SHIPMENT_COST_ESTIMATE
    I've also activated and analised trace on transaction tk12 till the point I get the cot values for a given supplier (the matrix with region origin/destination) and tried to find a way elaborate a query to relate the tables involved, but had no luck.
    I do know that the suppliers are in table A925 that relates them to a condition. What I haven't been able to do is to relate that condition to the orgin/destination region codes and furthermore to the bi-dimensional table of prices VFSCAR2 that actually has the prices for each supplier. When I double click the cell of the price the popup opens with the exact infomation I want to find, so how can I get to that?
    Please help.
    Thanks in advance.

  • Hi, just got a new computer and need to move my library from the old one to the new one.  Does anyone know how to do this or where I can get the information?  Thanks!!

    I just got a new computer and need to move my itunes library from my old computer to the new computer.  Does anyone know how to do this or where I can get the information? Thanks!

    If you Google ipod nano 6th generation manual, you can download the PDF manual. Here's a quote from page 19:
    Transfer purchased content to another computer:
    1 Open iTunes on the other computer and choose Store > Authorize This Computer.
    2 Connect iPod nano to the newly authorized computer.
    3 In iTunes, choose File > Transfer Purchases from iPod.
    Songs that are not from the iTunes store can be copied to the new computer, and you just have to do File>Add to Library to get them into iTunes. And if you don't plan to continue using your old computer, you should deauthorize it because you only get 5 authorizations for iTunes store purchases, and this will cancel out the authorization on the old computer.

  • Shipment route

    The shipment route in the VT01N comes from where?

    Route will copy from delivery or you can enter manually in shippment document.
    Help : You can predefine different standard routes in the system, which can be used for recurring shipments.By setting status 'planned' the route from the corresponding deliveries is copied as the shipment route into the shipment header, if it is identical in all deliveries and if Customizing of the shipping type has been set up for automatic route copying.

  • When u install oracle where the oracle installation inventory information s

    when u install oracle where the oracle installation inventory information store in unix and windows . can we change location of this

    Again 'u' doesn't appear in any English dictionary.
    Assuming you are not a royal, can you please stop using the so-called 'majestic plural'.
    Why do you need to change the location?
    If you want to change to location: people here aren't get paid to abstract the installation manual on your behalf.
    If you can't be bothered to read it, please don't use Oracle.
    Sybrand Bakker
    Senior Oracle DBA

  • Updated to Firefox 8 and now lost my calender in Lightning because it's not compatible. What can I do, and where's my old calender information?

    Upgraded to Firefox 8 and now I've lost my Lightning calender that I used in Thunderbird because it's not compatible with 8. What can I use now and where is my old calender information?

    Hi Brian,
    You should look at [https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox this article about that specific issue] and the article [http://kb.mozillazine.org/Preferences_not_saved Preferences not saved]. These should give you all the information you need!
    If that doesn't work:
    # Type about:config in the address bar
    # Click ''I'll be careful, I promise'' if prompted
    # In the Filter input field type ''startup''
    # Double click on startup.homepage_override_url
    # Delete the text string and click ''OK''
    # Close Firefox and reopen the window to verify that it has worked.
    Hopefully this helps!

  • I have a file where I store my download music. When I click on "add music" to my ipod my music file opens, but rather than have to drag one song at a time to my ipod, how do I copy the entire file at once to my ipod. - steve

    Hi - I have a file where I store my downloaded music. When I plug in my ipod and click on "add music" my file appears. Rather than drag one song at a time, how can I download the entire list at once? - steve

    I am not doing it in ITunes, but i did down load the song from ITunes.  I loaded the song on to my Nano, but in my menu selections it doesn't show the song or the artist in any search format.  However, when i plug in my nano to my PC I see the Nano library on my PC drive listings and that song and artist are there.  I can click on the song and it will play in Windows media on my work PC.  I did notice that the format for most all the songs in my library on my Nano are MPEG - 4 audio Files. 
    Thanks for your help, Mel

  • Where we store in sap r/3

    Dear sir  we can uploaded old data in sap r/3. by lsmw and bdc. but where we store.
    thanks regards
    jitendra

    Hi,
    LSMW - Helps to transfer data from legacy system to SAP either one time or periodically.
    Steps -
    1. Import data (legacy data in spreadsheet tables and/or sequential files)
    2. Convert data (from source format to target format)
    3. Import data (into the database of the SAP application)
    a. Maintain Structure relations, field mapping and conversion rules.
    b. Data from legacy system is read
    c. Based on step a, the data gets converted
    d. The converted data is imported to R/3 system based onBatch input processing or Direct Input or through IDOC Inbound processing
    Regards,
    R.Brahmankar

Maybe you are looking for