How to get shipping tab in PO

Hi,
how to get shipping tab in PO? Whether it is based on Import Vendor?
If it is yes  then how we do find import vendor in  the system?
Regards,

Hi
First I think there is no relation between  Import vendor and shipping data, STO is internal activity and its link with SD Module
IF you do Sd and MM intragtion properly,shipping data will come on shipping tab
check following points
IN supplying plant
1) material mainatin to same sales organization.distrubition channel and division
2) To set up sto proocess for plant toplant in a company codecomopany process you need to do following config,
1. Go to SPRO --- MM --- Purchasing -
Purchase order -
Set up Stock Transport order
2. Firest step is to define shipping data for plants, here you have set rthe data for both the plants who are doing transaction.
For eg. XYZ1 as supplying plant & ABC1 as receiving plant are the two plants from company code XYZ
Set data for plant XYZ1 as give the value of sales organization for eg for XYZ company sales organization XYZS will be responsible & other data as distribution channel & division.
3Create customer master with sales organizatio XYZS and assigen to plant ABC1
3. Second step is to assign delivery type to supplying plant & document type that should be NL and as per our example it is to supplying plant XYZ1 & doc type UB
4. Next step is optional whether you want to use one step procedure or two step procedure.
5. You need to set up master data alaso such as XYZ1 .
6. You need to set up receiving plant ABC1 as customer in company code XYZ.
With this minimum requirement you can set up Intercompany process with delivery.
Process will be as follow,
1.Create Purchase order with supplying plant as vendor XYZ1 & plant as ABC1 from receiving plant.
2.Process Outbound deleivery with VL10B
3. Post Goods Issue from supplying plant.
4. Post Good receipt in receiving plant.
Regards
Kailas Ugale

Similar Messages

  • How to get "tones" tab  in drop down menu

    how to get "tones" tab  in drop down menu

    I assume that you are referring to the categories on your iTunes library (?), if you are then go into Edit > Preferences and on the General tab make sure that Tones is ticked
    You can also enable the left-hand sidebar on iTunes 11 on a PC via control-S, which then allows you to view the sections of your library (those enabled in Preferences) via that sidebar, and if you have iOS devices they will also show on that sidebar when connected.

  • How to get  shipped orders, unshipped orders and orders with open deliverie

    Hi
    how to get  shipped orders, unshipped orders and orders with open deliveries
    can anybody answer this.
    points would be rewrded
    Thanks

    Hi,
    You can check in the VBUK table for the status of an order. If you do a Query on VBUK table to get all the orders whose delivery status is not 'C' or the total goods movement status is not 'C' you get to know the orders not yet shipped.
    Hope this helps. Reqard points if useful.
    David.

  • How to get Simulator tab in VC ?

    VC only shows
    Design
    Layout &
    Source tab
    How to get Simulator tab also ...?

    Hi purav,
    as Michael wrote, the simulator tab is part of an older VC version. I asked a colleague in the past, he told me that this simulator tab was available in Visual Composer 6, but in the latest version, this tab is no longer in use. There was also a debug button in the task panel toolbar, but this button is also no longer available in the latest version.
    Best Regards,
    Marcel

  • Under music my artists tab disappeared but still have albums, songs etc how to get artists tab back?

    Under music the artists tab disappeared but still have albums, songs etc. 
    how to  get artists tab back?

    Hi Gary gar,
    Welcome to the Apple Support Communities!
    It sounds like the options at the bottom of the Music application may have been edited. You can click the More section on the far right, then choose Edit in the top right. You can then drag any options you want to that bottom bar and rearrange them.
    Browse and play - iPhone
    http://help.apple.com/iphone/7/#/iph3cf21a82
    Tired of tapping More? To rearrange the buttons, tap More, then tap Edit and drag a button onto the one you want to replace.
    Have a great day,
    Joe

  • How to get Ship to Location Address?

    Hi Guys,
                 Can anybody tell me how to get Ship To Location Addresses?
              Bill to Party Addresses also?
    Thanks in Advance,
    Gopi.

    for bill-to-part check table kna1.
    select name1 land1 ... from kna1 into corresponding fields of wa where kunnr = <bill-to-party-no>.
    endselect.
    do the same for ship-to
    plz reward points if dis helps
    Message was edited by:
            user_15

  • How to get current tab name or tab id or related info?

    Hi ,
    I would like to hide/show tabs according to users' page privileges list. So I need get current tab ID or tab Name in runtime environment to know if show/hide it for current user. :APP_USER
    Could you please provide any info about this requirement? Or do you have alternative method to control tabs' hide/show?
    thanks
    Ruiping

    最爱用中文 wrote:
    Hi Jari,
    Thanks for your info. Even if set authorize schema to tabs, I still need to get the relationship between "current tab" and "privilege&users". So I think evrm's hard-code method above is avaliable.I agree with Jari: APEX provides Authorization schemes specifically for this purpose. You need to reverse your thinking on how to implement this.
    For more information consult the documentation on APEX security, specifically using authorization schemes to restrict access to pages and control rendering of components.
    Tutorial: Adding Security to your Database Application (APEX 4.0)
    Use Authorization Schemes to control access/rendering for security ("only managers see/access this page and it's associated tab"); and Conditions to control rendering for functional reasons ("region only displayed if account is in arrears").
    Authorization Schemes have the benefits of being reusable, performing better, and allowing central maintenance of security-related code. This makes it easier to change the implementation&mdash;say moving from role information held in database tables to groups defined in LDAP.
    I worked for a number of years with an application where authorization schemes are not properly used (decisions made before my involvement) and all security and business logic relating to rendering and processing is wrapped up in spaghetti code in conditions. It's impossible to maintain.
    It is of course advisable to make both authorization scheme and business logic condition code more reusable and maintainable by locating it in API packages.

  • How to get active tab strip name using standard function ?

    Dear all,
    I have 5 Tab strip in my view, how can i know which tab strip is active during runtime ?
    Best Regards
    Fernand

    HI
      I hope you may be looking  at this thread , hope its  a  similar requirement as yours
      How to get the selected Tab from a TabStrip.
    Thanks

  • Coded UI -VSTS 2012 How to get the tab details from UITabContainerPane(UI Test Control)

    Hi Team,
    I am quite new to Coded UI. I am trying out the possibility of Coded UI for Spotfire Report Validations which is available in web portal. I have three tabs on my web page. How can get the list of tabs and act on each. In the recorded script i could see that
    under UITabContainerPane I can see the tab coming under UITabContainerPane(UITestControl). I am not sure from this parent how will i get the childs to get access to each tabs. Please advice.
    Thanks & Regards,
    Divya

    I tried the following code however when i do a quick watch on div i get a timeout.
    public partial class UIMap
            public void selectTab()
                HtmlDiv div = new HtmlDiv();
                div.SearchProperties[HtmlDiv.PropertyNames.Name] = "tab";
                HtmlControl controls = new HtmlControl();
                controls.SearchProperties.Add(HtmlControl.PropertyNames.Class, "singleTabContainer");
                UITestControlCollection collection = controls.FindMatchingControls();

  • STPO 2nd line item not getting shipping tab

    Hi All,
    We have a issue with STP0, user created the STP0( different company code) with 3 line items of same materials.  The first line items shipping tab is appering but second & third line items are not getting the shipping tab in item detail
    Please help me to resolve the issue.
    Thanks and Regards
    Chandrashekar.R

    Hi,
    Thanks for your update,
    First line item and second line item materials are same.  i have checked the sales views for the supply plant.
    Regards
    Chandrashekar.R

  • How to get Partner Tab in MIGO while reversal mvt type

    how can we get Partner Tab while doing Migo  in detail data. while doing a reversal thru reservation

    I did the same but due to some problem in transferring request we were not able to get result again when I transfered request i could get the partner tab
    thanks.
    can you suggest some thing for another problem
    we made 2 P.O  in one case we did migo and miro there was no problem i.e while MIGO we got an entry for MIGO FI
    stock   dr
    GR/IR     cr
    but when we made MIGO for second P.O   we are getting FI entry
    stock        1000    dr
    gr/ir           1000    cr
    purchase  price var  500   dr
    rounding off expense   500   cr .
    I am not able to get the reason why we are not getting this purchase price variance  and rounding of exp entry
    where is mistake in making P.O or mistake started in MIGO.
    pls suggest something.

  • How to get the tab when is it pressed?

    I have the following situation:
    I have an array of JTextField inside a scroollpane. The size of my array is nine or ten depends on some rules. But my window show just four JTextField. So I would like to know how to get the event when I press "tab", just to show the others JTextField while I'm pressing "tab". Because I need this event to scrooll down or scrooll up.
    I tried the keylistener, but when I press "tab" any method(keypressed, keyreleased, keytyped) is called.
    I also tried the focuslistener. If this event I could scrooll down or scrooll up, but I couldn't do both!!
    Can somebody help me??
    Thanks anyway!!
    Gin

    JTextField implements Scrollable interface, which provides information to the enclosing container such as JScrollPane.
    Hence when the tab event is fired, you can compute the Rectangle area that should be visible and then call the 'scrollRectToVisible()' method in JTextField. This will inform the JScrollPane to scroll to the rectangle that you mention.
    HTH

  • How to get elive tab

    how to get elive tab

    Right, so does this mean I won't be able to do anything about it? Just have to work on them on an older computer?

  • How to get ship to from bill to

    Hi experts,
    I am getting bill to  and i need to get ship to on the base of bill to .
    from which table i will get it .
    thanks in advance.
    thanks,
    neo

    You have to go to KNVP, give the following values to get the corresponding sold-to and then get the ship-to for that sold-to.
    VKORG = 'your sales organization'.
    VTWEG = 'your distribution channel'.
    SPART  = 'your division'.
    PARVW = 'RE'.
    KUNN2  = 'your bill-to'.
    You will get the sold-to in the KUNNR field. Then using this KUNNR, go to KNVP again to get the ship-to as follows.
    KUNNR = 'KUNNR obtained above'.
    VKORG = 'your sales organization'.
    VTWEG = 'your distribution channel'.
    SPART  = 'your division'.
    PARVW = 'WE'.
    KUNN2  will have the ship-to number. Remember that the same bill-to can be assigned to several sold-to and there can be several ship-to for one sold-to. It is not one to one.

  • How to get ship to party based on faglflexa-docno?

    hi friends
    where can i find ship to party based on faglflexa - docno ?
    thanks in advance
    deepurd

    how to get ship to party based on bsid-belnr?

Maybe you are looking for