STO - Plant Customer (XD01) and Plant Vendor (XK01)

Hi
In STO, in define shipping data option, for the supplying plant either customer or vendor which will be used?
As well for the receiving plant either customer or vendor which will be used?
If inter company STO for both supplying and receiving plants will have plant vendor and for Intra company for both supplying and receiving plants will have plant customer ?
Please advise
Thanks in advance
Aras

You have to use Plant customer (Customer no of the receiving plant) in Define shipping data in both the cases.
For inter & Intra Supplying plant will be Plant vendor. there is no need to create a plant vendor for receiveing plant unless your receving plant also act as a source of supply
[Configuring STO|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c05e2251-91f0-2c10-4e91-e919468e4687?quicklink=index&overridelayout=true]
[STO Help|http://help.sap.com/saphelp_470/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/content.htm]
Edited by: Karthik on Jul 29, 2011 11:44 AM

Similar Messages

  • Update the x plant material status and plant speific material status

    HI Experts,
    I am new to abap. In my requriment i want to update the status of x-plant material status (MSTAE) in MARA  and
    plant specific material status (MMSTA) in MARC. In master data the status of those fields is blank. Insted of balnk i have to upload '01' or '02'.
    using BAPI_MATERIAL_SAVEDATA  i am unable to upload. its not working.
    is there any another way to upload that two plants status.
    thanks in advance
    sravan

    Hi martin,
    i think insted of it_*** (internal table) we have to use work area. please make sure conform this one.
    i am giving my logic wat i have written and my requirement also...
    The process to update material master data status is described in 'xxxxx' Mark and Release Cost Estimates and BAPu201D.
    u2022     As a result of releasing a standard cost, certain master data elements need to be updated by the Cost accountant in order to enable further activities within SAP.
    u2022     All material codes for which Cost Accounting has released a new standard cost, need to have their Material Status indicators changed from 02 (reviewed) to 03 (released).  This removes the system blocks on certain activities within SAP like purchasing, production and Sales.  The status will be needed to change in two views of the Material Master. 
    u2022     The u201CX-plant matl statusu201D field on the Basic Data 1 view
    u2022     The u201CPlant-sp. matl statusu201C field on the Costing 1 view
    This update should be automated
    Select materials for which a price change document was posted based on selection parameters.
    Select price change documents for company code defined in selection screen since last run date
    u2022     Reference procedure = PRCHG (MLHD-AWTYP)
    u2022     Entered on MLHD-CPUDT u2013 verify against last run date to include in selection
    u2022     Entered at MLHD-CPUTM u2013 verify against last run date to include in selection
    u2022     Store last run date and time by company code, so that it can be picked up in the next run. (store in table TVARVC?)
    Select only the documents of plants which belong to the company code in table MLIT. The link between company code and plant can be found in table T001K.
    u2022     Valuation area = Plant MLIT-BWKEY
    u2022     Create a list of all materials MLIT-MATNR
    The next 2 updates should happen independently;
    u2022     Update the u201CPlant-sp. matl statusu201C field (MARC-MMSTA) on all plant views belonging to the company on the Costing 1 view to status 3 with as prerequisite;
    u2022     The current plant material status is 02
    u2022     This action must be done on all plants belonging to the company code
    u2022     Update the u201CX-plant matl statusu201D field (MARA-MSTAE) on the Basic Data 1 view to status 3 with as prerequisite;
    u2022     The current X-plant material status is 02.
    in pt_final1 i get the data corresponing to given tables.
    LOOP AT PT_FINAL1 INTO GS_FINAL1.
    *HEADER DATA
      GS_HEAD-MATERIAL = GS_FINAL1-MATNR.
      GS_HEAD-IND_SECTOR = GS_FINAL1-MBRSH.
      GS_HEAD-MATL_TYPE = GS_FINAL1-MTART.
      GS_HEAD-BASIC_VIEW = 'X'.
      GS_HEAD-COST_VIEW = 'X'.
    APPEND GS_FINAL1 TO IT_FINAL1.
    *CLIENTDATA
      GS_CLNT-PUR_STATUS = GS_FINAL1-MSTAE.
      GS_CLNTX-PUR_STATUS = 'X'.
    *PLANT DATA
      GS_PLNT-PLANT      = GS_FINAL1-WERKS.
      GS_PLNT-PUR_STATUS = GS_FINAL1-MMSTA.
      GS_PLNTX-PUR_STATUS = 'X'.
      CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
        EXPORTING
          HEADDATA    = GS_HEAD
          CLIENTDATA  = GS_CLNT
          CLIENTDATAX = GS_CLNTX
          PLANTDATA   = GS_PLNT
          PLANTDATAX  = GS_PLNTX
        IMPORTING
          RETURN      = GS_RET.
        Commit to release the locks
       RETURN-TYPE is 'E' in case of error, else 'S'.
      IF GS_RET-TYPE = 'E'.
        LOOP AT IT_RET.
          WRITE: / RETURNMES-MESSAGE.
        ENDLOOP.
      ELSEIF GS_RET-TYPE = 'S'..
        WRITE: / 'PLANT MATERIAL STATUS '.
      ENDIF.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDLOOP.

  • Dump Error in Create Customer XD01 and FD01

    Dear Experts.
    When I am trying to create the customer by using the transaction code XD01 and FD01, I am getting the dump error as below.
    "No component exists with the name "ISU_ACTIVT", but there are the foll"
    "owing components with similar names: "PS_ACTVT" and "IM_ACTVT". ."
    Kindly help me to resolve this issue.
    Thanks
    Aswin

    Hi Aswin,
    Attached thread deal with the same kind of issue. Please have a look.
    IS-U authorization
    Warm regards,
    Murukan Arunachalam

  • Project plant is different and Plant in PO is different

    Hi,
    I have a situation in production environment as:
    Project is created with plant TG01.
    No network/activity is in the project.
    Direct PO is made with 'Q'. But the user has put plant in PO as TD01.
    GR has been made.
    Quality inspection is through.
    Project has valuated stock.
    Now, how to correct this situation? We need to show consumption of material and correct the plant to TG01 also. or should we change the plant at project to TD01.
    Thanks & Regards,
    Harsh.
    Edited by: Harsh Saxena on Oct 1, 2010 5:24 PM

    Else, you can reverse the GR document, then Cancel the PO.
    Create a new PO with correct plant.
    Praveen

  • Plant to Plant STO with excise invoice and taxes in one company code

    Hi,
    I have a new business requirement, we want to create only one company code and 12 plants in different states,  each plant will have separate purchasing and sales activity this is ok this can be done with separate excise and series group as ther will not be any issue for purchsing and saling of materisl with exice in each plant , but how we can transfer the material plant to plant  if the plant is in different states we want that the material should be transfer from palnt to plant  with excise invoice only,  as we have the company code common,  how to create the billing document for this, and how to pass the duty from the saling plant and capture the same in the recieving plant. with proper tax entry. Can we do the STO with biiling if the two plants are in single compnay code.
    regards,
    zafar

    hi,
    I am trying to create a Stock Transport Order (STO) with document type UB and item category U. My objective is to transfer material from Plant (supplying plant) 100 to Plant (receiving plant) 1100 within one company code (1000) with STO.
    For this purpose I created a raw material 1434 in plant 1000 with sales org 1 view and in that view entered in delivering plant field 1000 as delivery plant. After that I extended material 1434 to plant 1100 without changing anything what I did while creating the material first in Plant 1000 except in organizational level I entered 1100 in the plant field. I entered Sales org 1000 and distribution channel 10 in organization level for both plant while creating and extending the material. In me21n I chose Stock Transport Order with document type UB and item category as U also receiving Plant as 1100. With this when I tried to save the STO the message, I am getting an error,  Cannot determine shipping data for the material 1434? 
    I am doing solely mm function why I need to create Customer master? In this case plant 1100 is the customer right? 
    Solution:
    1. Mat.(1434) should be maintained in both the plants. (1000&1100).
    2. Should have enough stock in supplying plant(1000).
    3. Make its supplying plant as a vendor in vendor master record in receiving plant(1100).
    4. Make it receiving plant as a customer in customization.  
        Create customer (xd01) & and define the shipping data for plants in both the plants.
        Path: spro u2013 img u2013 m.mgmt u2013 purchasing u2013 po u2013 set up STO u2013 define shipping data (1 by1 )
        In Receiving plant (1100)                         In Supplying plant (1000)
        Customer num.  123345 (for ex.)              Customer num.  -
    (don't fill) 
        Sales org.yyy                                                  
        Dist. Channel                                                              
        Sales div.  y   
    5. Assign doc. Type is "NL" for intra company STO. If  STO is inter company, Assign doc. Type is "NLCC".
        Position doc type is "UB"
        Enter supplying plant(1000) & doc type (NL) & checking rule (ex:01)
    6. Assign doc. Type is "UB" to u'r plants.(PO)
        Go for new entries 
        Enter supplying plant(1000) & Receiving plant (1100) & doc type (UB).
    7. Create a PO, choose the doc type is `UB' & item cat.'U', Enter supplying plant as a vendor in PO  of the receiving plant(1100).
    8. Provide this num (PO) to SD people, they will do the delivery by using transactional code is VL10B.
    9. Sales people they will provide "out bound delivery num".
    10. Do the GR. In GR the second tab 05 out bound delivery instead of PO mov.type 101.
    11. See the stock over view in the receiving & supplying plants.  
    thanking you

  • I need to be change plant customer and Vendor address as per plant setup.

    Hi
    I need to be change plant customer and Vendor address as per plant setup.
    Pls tell me the t-codes and process configuration to setup these changes.
    I have already change Plan & shipping point address in configuration.
    Regard
    vicky

    Hi Vicky ,
    Use OX10 for Changing Plant Address.
    For Customer - XD02
    For Vendor Add : XK02.
    Regards
    Ramesh Ch

  • STO and Plant to plant materials transfer

    Hi,
      We have three plant in three different compnay code we are doing material transfer with MB1B  and it is working fine  now we want configure the STO ,  what is the advantage of STO  comparing to simple plant to plant material transfer  and in case of STO how accounting entry wil be generate  , also can u give the steps for customizationn setting for STO  and some links for the same.
    regards,
      zafar

    Hi,
    Confg steps for STO.
    1. Define shipping points for plants
    2. Create checking rule.
    3. Define checking rule.
    4. Assign deliery type to che. rule.
    Create Customer in Suppling plant for receiving plant
    Create vendor at receiving plant  for supplying plant.
    maintain material with Sales view for shipping point,
    create PO ME21n with Doc tyoe NB.
    Outbound delivery  Vl10B
    PGI --VL02N
    GR --- MIGO
    Acounting doc. at PGI.
    Move type: 643 &101  2 step
                       645 & 101 1 step
    Acc key
    BSX -
    GBB (VKA) +
    Billing
    Customer +
    Other sales dedution -
    Hope this will help.
    SAM

  • How to load R/3 Plant, Customer, Vendor, all linked in T001W

    Hi,
    In R/3 we have a Plant PL01. In the initial load of object DNL_PLANT this creates CRM BP #101 with role BBP003.
    In R/3 we have a Customer CPL01 (linked to Plant PL01 in R/3 customizing table T001W). In the initial load of object BUPA_MAIN this creates CRM BP #102 CRM000.
    In R/3 we have a Vendor VPL01 (linked to Plant PL01 in R/3 customizing table T001W). In the initial load of object VENDOR_MAIN this creates CRM BP #103 with role BBP000.
    Question 1: How can we create the R/3 Plant PL01 in CRM as BP #PL01 (i.e. using an external number range)?
    Question 2: How can we create the Plant, Customer & Vendor as a single CRM BP #?
    Points will be rewarded.
    Thanks,
    J

    Jim,
    The problem you face is that CRM is going to download those as three separate partners.
    Note 865321 gives a solution on how to load plants into CRM in an external range that you would specify.  This is however for DNL_PLANT.
    Your next issue is unless your plant as customer and your plant as a vendor are in separate account groups for each, you won't be able to map these into a single business partner in CRM, unless you do some manipulation.
    I guess what you could do on an initial load for those objects is the following:
    1.  If the customer or vendor is a plant:
    - Remanipulate the BDOC so that it becomes the single "plant business partner", on the ERP side.
    2.  For delta's you will need to also do this remanipulation.
    3.  If you plan on sending delta changes from CRM back to R/3 then on the CRM side you will need to decide how to distribute the changes from the single business partner back to the customer and vendor partners.
    This is definitely possible, but it is going to take some effort and you will need a very seasoned middleware developer to make it happen.  I am guessing a couple of weeks for a experienced middleware guru to complete this.
    Good luck,
    Stephen

  • Payment terms based on specific dist.channel, division and Plant but not from customer master.

    Dear All
    I have a requirement,
    Generally payments terms from customer master will flow to sales order. but here my requirement is to get a different payment terms based on specific distribution channel, division, customer  and plant those are there in sales order but not from customer master. is there any user exit or functional module to fulfill this requirement, or any other suggestion appreciated.
    Thanks,
    Reddy

    This Problem you can solve without user exit too.
    The Customer master data itself can solve the problem.
    You can maitain diffrent Payment Term as per the sales area (Dist.Ch+Div+S.org) of customer master.
    and each sales are wise u can change the plant also.
    You just need to set your logic with the combination of sales are and plant. And need to assign which payment term should determine to sales order.
    If you are rasing sales order with X sales area relavent to that payment term will trigger.
    Hope above logic will work, otherwise you can go with user exit.

  • Inforecord with Vendor, Material and Plant combination information.

    Hi All,
    I Want to extract Info records with the combination of Material, Vendor and plant.
    As i tried in a017, EINE and EINA.
    Thanks a lot.
    Warm Regrds,
    Syam Kumar
    Edited by: Syam Kumar Dodda on Oct 6, 2011 10:28 PM

    ME1M can be used.
    If your writing query using A017, the system won't let you do that due to performance issue of select statement for pooled tables, you need use a different approach using ABAP program.
    Look at the note [856193|https://service.sap.com/sap/support/notes/856193]
    Edited by: Jeevan Sagar on Oct 6, 2011 4:38 PM

  • Vendor and plant assigment

    Hi all
    I need your help on this issue.
    Is there a restriction in system that only one vendor account can be assigned to a given plant?
    vendor 10035120  need to be assigned to plant 4203, however when I trying to create the assignment the following  error message appears:
    Plant 4203 already assigned to vendor 10011229
    Message no. WY 060
    I can not see any relation between vendor 10035120 and 10011229
    vendor account group  Z001 (this is a copy of the SAP default 0001.
    any idea?
    Thanks and regards

    why should one plant be 2 vendors?
    you need to assign a vendor to a Plant if you want do Stock transfers with PO and deliveries.
    per plant you define one vendor, and this one vendor is then assgined to the plant (in vendor master purchasing view via menu  Extras)
    plant A is vendor A
    plant B is vendor B
    If A procures from B, then plant B is entered in the purchase order header, while the purchase order item has your plant A.
    the relationships (Which plant procures from which other plant) are setup in cutomizing.

  • Where is link between plant vendor and plant code

    Where i can find linke between plant vendor and plant code.

    Hi,
    Go to XK02,
    In Purchasing Data of Vendor Master, in menu Extras > Add. Purchasing Data
    It is stored in Table LFA1 and field is WERKS

  • Create rejection notification for SES - to vendor and plant

    Hi Experts
    I want to know how to enter / send rejection notificaiton for service entry sheets to vendor and plant people.

    Hi amitaus28
    This is SAP SNC forum, Please post your question in SAP SRM forum and close this thread
    SNC does not deal with service entry sheets
    Best Regards
    Vinod

  • Transfer Forecast data based on Customer information for product and plant

    Hi,
    This is the scenario.
    Our characterstics are Product,Plant and Customers
    and for 1 plant and product there may be 5 customers.
    My characterstics will be
    P1 L1 C1
    P1 L1 C2
    P1 L1 C3
    P1 L1 C3
    P1 L1 C4
    P1 L1 C5
    (P1-Product; L1 for Plant and C1,C2...are customers)
    Now forecast data will be different for different customers.
    I transfer demand from APO to ECC for PRoduct ,Plant and different customers.
    Then in ECC how to check for different customers.
    If you go to MD63 you can see for plant and product but not for customers.
    This is required as we are running MRP for that product for component planning.
    Thanks in Advance
    Raghavendra Pai

    Hi Ragvendra,
    In ECC we can transfer at material and plant level only and not information of customer. As you need for MRP run may be you can explore possibility of using some badi and get customer no in requirement plan number or some other feilds.
    Other option is planning with descriptive chartceristic in APO only. It is not possible to transfer demand with descriptive charcteristics to ECC.
    Here you can forcast demand on customer level. Transfer it as PIR with descriptive charcteristics to PPDS where you can plan for this demand.
    For information see link http://help.sap.com/saphelp_scm50/helpdata/en/c1/147a375f0dbc7fe10000009b38f8cf/frameset.htm.
    If your requirement is to transfer customer information to ECC from DP in standarad it is not possible as far as I know.
    Regards,
    Siddharth

  • Configure a sales orginazation as a customer for another plant..

    Hi ,
    How can we configure a sales orginazation as a customer for another plant?? This configuration is requiresd for intercompany  scenerio.
    PLZ give me the exact steps.
    Also I want to know how to configure a plant as a vendor to another plant in case of STO b/w different companies.
    Points assured for suitable answers.
    THNX n Regards,
    Subbz..

    Intercompany Scenario:
    Go to Sales & Distribution >Billing> Intercompany Billing
    Here there is an option to maintain internal customer number for a sales organization. Now the customer that you define here should be created in sales org on which the Intercompany Billing invoice is raised ( or the sales org for which the sales order is created )
    Cross Company Scenario:
    In Cross Comapany scenario, you shall have two plants in the PO created. One would be supplying Plant and the other would be receiving plant.
    You have create a Vendor Master Record for the Supplying Plant. For this, follow the below :
    XK01 is the tcode for creation of Vendor master data
    Remember in this XK01 screen, the company code details to be given shall be the other company code ( that is the company code to which the receiving plant is configured ).
    In the same screen, the Account Group has to be selected 0007.
    So go ahead and create the vendor through the above transaction. Be careful to maintain as and when the field details you come across during vendor creation;
    Supplying Plant ---> as Delivering Plant ( DP)
    Supplying Plant as Vendor and VB(companycode ) as DI --> Invoice Presented by.
    Hope the above helps.

Maybe you are looking for

  • Server "Freezes" at least once a day

    Hello I have a Xserve G5 with OS X 10.4.9 I run a Forum with vBulletin (Mysql). My problem is that almost every day, the server freezes, if i do ping, it works, but nothing else. No ARD, No server Admin, no SSH, NOTHING... Sometimes it came back... a

  • Issue with Adobe Flash Player- Help

    I used to be able to use my webcam! I downloaded the Adobe Flash Player and now I can't use it anywhere! I am unable to see the Privacy pop-up allowing me to Allow or Deny access to my camera & microphone. Then when I get to the settings on one site,

  • Display of Cost Element without Compound

    Hi All I am trying to display Cost Element Key in query without the controlling Area (The compound of Cost Element). What I get for now is for Example "1000/172000008". How do I get rid of the "1000/" so the user will see only the "172000008" ? Thank

  • How to connect to TC, new MacBooks have no Ethernet ports

    What is recommended for large transfers to Time Capsule from new models of MacBook Pro which do not have Ethernet? (Only USB & Thunderbolt)

  • Rethinking Exchange 2013 Server Setup

    Hello, I'm currently rethinking my Exchange 2013 install, I have a network of 20 users and 2 servers, one is my domain controller/file server and the other is my Exchange 2013 server.  I have setup the Exchange server as a member server and configure