PO created by automatically in ECS

Hi,
We have SRM ECS scenario and configure "Souring carried out for itmes without assnd Source of supply" for one of  the product catelgories in SRM.
As per my understading, when shopping have Vendor and all the required information, PO should be created automatically by WF-BATCH after Shopping cart apporval. But the shopping is still going to Souricing. Is there any configuration required for Vendor master in SRM/MM.
Please help in this.
Thanks
Raj

Hello,
There is a difference between preferred and fixed vendors in SRM.
If preferred vendor is assigned to the shopping cart, it will be sent to sourcing cockpit if you have set "Souring carried out for itmes without assnd Source of supply".
In the standard system, a shopping cart that has a preferred vendor should still be sent to SOCO for the creation of the follow-on document.
You can change the preferred vendor to fixed using BBP_DOC_CHANGE_BADI.
SRM system behaves as described below:                                                                               
Limit item:                                                                   
If a SC is created with a vendor, it is considered as a "Fixed Vendor".                                                                               
Free text item:                                                               
If a SC is created with vendor, it is considered as a "Preferred Vendor".                                                                               
Catalog items:                                                                
When an item is added from a catalog to SC, the vendor is always considered as "Fixed vendor".                                                 
I hope this helps.
Regards,
Ricardo

Similar Messages

  • How do I stop iphoto from creating events automatically when I import photos from an external hard drive?

    IPhoto is creating events automatically when I import photos and when I merge events and then go to finder>all images, I see iphoto has created several copies of each picture....I try to delete the extra copies but then the albums or events also get affected, even if there is one copy of each photo left in all images...have someone had this problem?

    You don't have a problem at all.
    IPhoto is creating events automatically when I import photos
    This is how iPhoto works. Every photo is in an Event. Events are the basic organisation of the Library. Every import means at least one new Event. Yes you can merge Events after import and so on, but there is at least one Event created at each import.
    I see iphoto has created several copies of each picture....
    No it hasn't. It hs created versions of the photos, not copies. There will be a couple of thumbnails  for viewing in the iPhoto Window plus the Master and then a edited version for pics that are modified. The icons for each of these may be similar but they are not copies - for a start they are different sizes - and all are required for iPhoto to work.
    go to finder>all images
    Don't. This is simply a list of all the images on your computer. It makes no account or allowance for the purpose of these images. Really, if you're using iPhoto ignore this because if you
    I try to delete the extra copies
    Then you are trashing your Library.
    So, this is how iPhoto works, there is no problem and stay away from All Images.
    Regards
    TD

  • How to create an automatically increment column in Oracle DB Table?

    Hi To All
    Here I am trying to create a table in Oracle that creates an automatically increment column in Oracle DB Table. i searched almost all Forums.(Even in Oracle). They are saying that, that logic u must implement in Java Code.(*Takes Maximum no from table, add +1 to it, and store it back again)*. apart from this, while creating an table in Oracle, is there any facility like MySQL Database? please help me. Thanks in advance.

    Hi BalusC
    Thanks for Your Response and clue. with that, i succeeded in my application. Thank you very much. here i am giving you the details which i did.
    1. I Created a table named orders in Oracle like this.
       CREATE TABLE ORDERS (ORDER_ID NUMBER, CUSTOMER_ID NUMBER, ISBN NUMBER,
                                   DESCRIPTION NCHAR(5));
                       2. I created one sequence in Oracle like    CREATE SEQUENCE SEQ01 INCREMENT BY 1 START WITH 1000     3. Then i have written jdbc program like this
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    public class SequenceTest {
         public static void main(String[] args)throws Exception{
              try {
              Class.forName("oracle.jdbc.driver.OracleDriver");
              Connection con=DriverManager.getConnection("jdbc:oracle:thin:@192.168.1.135:1521:orcl","scott","tiger");
              String cols[] = {"ORDER_ID", "DESCRIPTION"};
              PreparedStatement pstmt = con.prepareStatement("INSERT INTO ORDERS (ORDER_ID, CUSTOMER_ID, ISBN,DESCRIPTION) VALUES            (SEQ01.NEXTVAL, 104, 966431505,?)", cols);
              pstmt.setString(1,"Desc3");          
              pstmt.executeUpdate();
              ResultSet rs=pstmt.getGeneratedKeys();     
                    System.out.println("---- One Row Inserted ----");
              } catch (Exception e) {
                   System.out.println("---- Failed Due To "+e);               
       4. When i ran above program 5 times, i got the following Data into my Oracle Table (select * from orders)
      ORDER_ID CUSTOMER_ID       ISBN DESCR
          1000         101  966431502 Desc0
          1001         102  966431503 Desc1
          1002         103  966431504 Desc2
          1003         104  966431505 Desc3
          1004         104  966431505 Desc3
          1005         105  966431506 Desc4
    6 rows selected.
      But i dont know how to do this type of program with out using prepared statements. i tried, and i got exception *"Missing Expression"* .
    Once again Thank You very much for your clue.

  • Purchase orders created have automatically good receipt

    hello,
    I wish that Purchase orders created have automatically good receipt. What is the manipulation to be made? Thanks for your help.

    Hi
    U have to do setting movement wise in SPRO
    Path SPRO-Material Management -Inventory Management and Physical Inventory - Good Receipts- Automatic Purchase Order Creation
    But if you want to do automatic GR receipt u have to write customised program for creation of GR ( May be check BADI - Craeation for MIGO is useful) nand run batch job for the same
    Edited by: Sanjay  Shah on Feb 8, 2010 3:28 PM

  • BI Administration Tool - Create Dimension automatically

    I installed Oracle Business Intelligence Standard Edition One Release 10.1.3.2.1 and I'm following "Business Intelligence Standard Edition One Tutorial" ( [Tutorial - section 4.3.5|http://download.oracle.com/docs/cd/E10352_01/doc/bi.1013/e10312/repository.htm#CBAHDGAA] )
    I would set up a dimension automatically from a logical dimension table by means of "BI Administration Tool 10.1.3.2.1". So I follow the steps of this tutorial and even the Administration Guide ([section "Creating Dimensions Automatically" pg 134|http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31770.pdf]) :
    Particularly:
    1)In the Administration Tool, I opened a repository.
    2)In the Business Model and Mapping layer of a repository, right-click a logical table.
    3)From the right-click menu, I should find and choose Create Dimension.
    but on the right-click menu I can't see Create Dimension.
    Could you please suggest me the reason?
    Any ideas will be much appreciated.
    Marco
    Edited by: user1005030 on 21-ago-2011 3.18

    Marco,
    You will not see the option for "Create Dimension" when right-clicking a logical table in the BMM Layer if that logical table is:
    1. Already being used as a dimension (icon with 3 prongs)
    2. Not joined correctly with the Business Model (i.e. Either not joined at all or it is joined as a Fact table and is not acting like a dimension table to the Admin Tool)
    My hunch believes that you have already associated the logical table with a dimension/hierarchy. To run a litmus test, just delete all of the dimensions you have created for the Business Model, then right-click the logical table in question. If you see the "Create Dimension" option then you know what the issue is.
    Let me know if that helps.

  • Can't create bin automatically in the testing server

    Dear Gurus,
    I am having this problem:
    In the server for configuration, I create new warehouse and do all the settings, then when I run SPRO > IMG or use t-code LS10, I can test to create storage bins automatically successfully.
    However, in the server for testing, after transporting all the settings for new warehouse, I use LS10 to create storage bins (since we can't transport master data), but the system (in testing server) says that I am not allowed to make (configuration) modification. The button "Create Bins" therefore gray out.
    Question:
    LS10 supposed to be a transaction to create master data. How come the testing server treat it as a configuration and not allow me to create bins automatically? Is this the error from MM side or Basis side (my profile is SAP_ALL)?
    We don't want to create manually since there are  thousands of bins, also we don't want to create an excel file and upload using LSMW because we already have formula and just want to create bins automatically.
    Please advise. Thanks.
    Trang

    Hi
    The transaction form createing the template of the bins and subsequently creating the bins is config.
    I get round this by doing a recording of LS01N in LSMW and then  using this to create my bins in ALL clienst by exporting and importing my LSMW
    This also means that I can create any bins with any numbering sequece in one spreadsheet and load them all in one
    In one of my recent projects I used this method to create 80,000+ bins in approx 30 minutes
    Of course you need to know how to create the LSMW but a developer may be able to help you as it is too long to explain in this forum
    I hope that this helps
    Frenchy

  • Doubts about PO Automation - ways to create po automatic?

    as far as I know, we here just can create a PO automatic if I have an approved contract and an approved outiline agreement.
    with the outline agreement approved we insert it in the approved purchase requisition and the Purchase Order is created automatically.
    I need to know if is posible to create PO automatically without an outiline agreement (contract), in other words, We wouldn't want to create mannually POs
    thank you so much in advanced
    I hope someone can help me
    Thayz

    Hi,
    Goto NACE. Select EF and click on Condition record. It will give you list of output types.
    Select your output type and click condition record.
    You will see the various combinations. Select on of the combination and enter.
    Then maintain parameter values and execute. Here you need to maintain the required values of function (VN), medium, lang & then click on 'Communication' tab. Tip in all values there.
    Now you will get output type at the time of PO creation.
    Anand.

  • Unable to create AUC automatically

    Hi everyone
                    am not able to create AUC automatically while creating Internol oder which has been assigned to investment profile. am getting below error
    i,e asset class 29iv1 not used in company code 2001............asset class already maintained with investment measure.
    could any one throw some points to solve an issue.
    Regards
    Raj

    Hi JPA
              I already maintained the class with investment measure only in OAOA.
    could you throw some more points to solve an issue
    Regards
    Raj

  • Info record created in automatic?

    Hello gúrus,
    I need your help again.
    In the part of the customizign "Default values for Purchasing" the field "Info record updated" to the purchase order is in blank, because of we don't want to create the info record in automatic.
    But, when we are creating a purchase order, the info record is created in automatic.
    Do you know in which part of the customizing we need to inactive something in order to not create the info record in automatic?
    Thanks in advance and I will wait your answer a.s.a.p.
    Regards,
    Sandra Palomo

    even if system is using the info update indicator to create info record then u should not worry about that because  actually system is not genrating the info record it is just storing the price of po as .......price of last purcahsing document
    what i mean to say is as the po conditions are time independent conditions  
    and in info record anly time dependent conditions are stored
    now to cross check what i have said u create a po (for whch u have not created the info record manually using me11)
    now as u r saying system is creating a ino record automatically . now go to me12 and give vendor ,material plant,purch.org.   and see in condition page what is the price
    i will say it will be  0 (zero)      so ultimatliy there is no info record and it will not affect any business scenerio of yours
    if u do not agree with my point then please let me know

  • Reservation created from a PM Order needs to create an automatic TR

    Hello Experts !!
    Needed your help much in a scenario where,
    A reservation created from a PM Order needs to create an automatic Transfer Requirement (TR) in WM directly which can later be converted to TO.
    (Please note that, I want to skip the GI part in IM with respect to reservation)
    Kindly suggest if there is any standard configuration for the same.
    Do batch jobs / user exit can only do it ??
    Regards,
    MC

    If you don't want to wait until PM order confirmation, use batch program for MB26 to issue committed quantities.
    Please note that MB26 will not handle serialized material issue.
    Thanks,

  • How to  create PR automatically by sales order?

    Dear experts,
    I want to create PR automatically with sales order, and then create delivery from this sales order, and goods issue. I know third party order, however it can't create delivery.
    thanks
    Lance

    Hi,
    Go to VOV7 T code,
    You will find one check box Create PO automatic. Check that.
    It will create automatically PO.
    Hope this will help.
    Reward Point if helpful.
    Thanks,
    Raja

  • Creating notification automatically

    Dear Experts,
    Can anybody tell me the way to tackle the following requirement:
    Requirement-Creating notification automatically
    Scenario- Currently we are creating and executing the proces orders for manufactured materials. Once the order is completed by production dept., Goods receipt is posted (Mvt-101) for process order. When the goods receipt is posted one inspection lot gets triggered with lot origin-04.
    I want to create a quality notification automatically once the GR is posted. The notification should fetch the required data like inspection lot, Batch No, Order No, Batch Size etc.
    Is it possible? If yes, please explain how to do this?
    Regards
    Vivek

    Hi Vivek,
    Basically the notifications are to be created in case on non conformity only.
    If your requirement is to fetch the information like inspection lot, Batch No, Order No, Batch Size etc; I donu2019t think you need to create a notification for this.
    You can get this information readily in QA32 report itself. If anymore is required explore QALS table by passing inspection lot.
    Regards,
    Anand Rao

  • How to create an automatic decrypt file

    Hi,
    I try to create an automatic decrypt file, that 's mean :
    I want to send to a user a jar that wrappe the application (which decrypt) and the file parameter.
    The user must need only to enter a password to launch the application for decrypting the file.
    Is it possible with java.
    Many thanks for your help.
    Lokmane.

    Make a text file containing the line:
    Main-Class: myMain
    Where you replace myMain with the name of your program. (Full package name if you need it. ie mypackage.myMain)
    then execute the command
    jar -cfm prog.jar textfile *.class
    or
    jar -cfm prog.jar textfile package/
    if your program is packaged. You must be above the package directory to do the second one.

  • SC Uploading Program to create SC automatically.

    Hello
    We use the classic scenario with SRM server 5.5
    Sometime enduser should create SC with line items 100-300.
    For this reason, my customer wants uploading program to create SC.
    First of all, enduser will make the excel file with material code, price, qty.
    And then user convert file type (excel  text) to upload.
    Could you explain the way how to create SC?
    Which FM can we use to create SC automatically during uploading the file?
    Thank you
    Best Regards
    Lee, Sohee.

    Hello , you can use FM BBP_PD_SC_CREATE to create a shopping cart, in order to have a shopping cart created you will have to read some additional data.
    You will have to prepare an header and define a guid for it, this guid has to be used in the 'parent' field of the items, you will also have to generate a guid for the items and use it when creating the accounting lines, the partner functions lines and the organizational structure informations.  For example
    header-guid = 1.
    item-parent = 1.
    item-guid = 2.
    accounting-guid = 3.
    accounting-p_guid = item-guid.
    partner-partner_guid = 4.
    partner-p_guid = item-guid.
    organization-guid = 5.
    organization-p_guid = item-guid.
    You can assign the shopping to a user defining his business partner as role '00000016' in the partner function table
    After you have called BBP_PD_SC_CREATE and receive no error messages you will have to call BBP_PD_SC_SAVE to have the shopping cart saved.
    Regards, Luciano.

  • Set background job - create dn automatically

    hi
    Pls advice how to set background job to create DN automatically
    thanks

    How you are saying that no Deliveries were created ?
    First of all make sure that they are sales orders due for delivery data on the day you are creating.
    -> Run VF04 in foreground with the variant that you used in Background and check whether there is any orders due for delivery or not?
    Make sure you have proper data.
    Hope you should get it.
    Regards,
    Ajai.

Maybe you are looking for

  • Has anyone seen the below error before? Does anyone have any ideas on how to

    go about troubleshooting it? I am using a PCI-GPIB card on a WIN95 machine in an attempt to communicate with an ESP300 Universal Motion Controller ver 3.03. which reponds to ASCII commands. As a basic first step (using LabVIEW 6.0.2) I first attempte

  • What is manually manage songs and playlist?

    I had some issues earlier and it seems to be resolved now,but in the process it had me set the IPod to manually manage songs and playlist. I want to close ITunes now and go to bed but I don't know how to exit ITUnes without losig my music. I used to

  • Do we still need relational databases?

    Dears, will this new in-memory technology reduce the need of a relational database? There are also rumors about a column-based database... are we talking about the same product? Thanks, Federico Biavati

  • Discover 3i

    Hai Friends.... When i am connecting to database through Oracle DiscoverViewer(by url http://myhost/servlets/discoservlet) i got some error message saying that, Sesion failed to find locale es-Es I wouid appreciate any help. Cheers sheya

  • System Information Authorization

    Can anybody tell me what role do i need to view system information in j2ee engine ? Thanks in advance..