Automatic GR after PO creation

Hello everyone,
I have implemented the flow below :
1) Creation of a PO (ME21N)
2) Creation of the GR (MIGO)
3) Creation of the invoice with ERS functionality (MRRL)
Everything is working fine.
Now I would like to know if it is possible to automate also the 2nd step which is the good receipt of the PO.
The purpose is to avoid having to run MIGO transaction manually.
For instance, is it possible to do the GR in background while saving the PO ?
Or do the ERS functionality enables also to do the GR before the invoice ?
Thanks a lot for your help.

Hi
As mentioned, Auto PO based on GR is one way to automate PO creation upon GR. But whether this PO meets all the business requirement needs to be checked.
You can develop custom programs which can post GR for the POs created, as far as i know there isnt any standard solution for auto GR upon PO creation.
Thanks !
E.Avudaiappan

Similar Messages

  • Automatic storage location view creation in maintenace order (IW31)

    Hello,
    Seems like I need some help.
    Have configured automatic storage location view creation for GR and reservation. Configured movement types are 101, 201, 261. While creating reservations (201, 261 mvmnt. types) with mb21 the sloc view is automatically created in material master, and everything seems fine.
    But in iw31 when I specify material number and sloc in a Components tab, I get an error message CO312: "The storage location data is not created". Automatic reservation is not created, and maintenance order can not be saved. Movement type 261 is used for automatic reservations for the maintenance order.
    If I configure message CO312 as a (W)arning  message, then it allows me to save the order and reservation, but sloc view in material master still is not created. Think that's not good and may lead to MRP issues.
    How can I configure automatic sloc view creation in iw31? Is that possible?
    Edited by: Konstantin Dudura on Nov 17, 2009 8:11 PM

    Hi,
    The customization required for Automatic Storage location creation at reservation are:
    Goto : SPRO -> MM -> inventory Management and physical inventory -> Goods issue/ Transfer posting -> Create storage location automatically
    first of all go to Plant and tick the automatic Storage location creation for the Plant. After that goto Movement type and tick the automatic Storage location for movement type 261.
    Regards

  • Sale order 'value changes' after invoice creation

    Experts,
    A sale order was created / shipped / invoiced. The invoice did not go to accounting because of credit auth error. We have a procedure to fix it and then release it to accounting (transaction VFX3). All OK until this point.
    While fixing the auth error, an user changed the freight condition value in the sale order. Then invoice is released to accounting. Now, the value of freight in order and invoice match. How is it possible to change the value of an invoice after its creation?
    Any input would be appreciated.
    UV

    when the value is changed in the sale order, it would automatically transfer
       the new pricing to the existing open SD invoice pending accounting entry??
    Certainly not.  The control is in VTFL where if you select the billing item category for the combination of your delivery type and billing type, you can see a field "Pricing Type".  If you maintain any value other than "B", system will copy the price from sale order to billing and you can, as I said above, can change manually in billing.  On the other hand, if you have maintained "B" in the above field, system will not  consider sale order price but will check your pricing condition maintained in VK11 which you can check in VK12 or VK13.
    thanks
    G. Lakshmipathi

  • Automatic serial number&equipment creation in goods receipt

    Dear gurus,
    We use to automatic serial number&equipment creation in goods receipt. While serial number master datas and equipment master datas were creating in goods receipt, how can we fill some fields for serial number and equipment master datas? (Instead of to use IQ02 and IE02 after every goods receipts for some default enteries) Any user exit or BADI?
    Thank you.

    Use user exits EXIT_SAPLIE01_005 and EXIT_SAPLIE01_007 in customer exit IQSM0005.
    Regards,
    Lakshman

  • HR ABAP : User Exit after Position Creation

    Hi,
    We had a requirement of automatic creation of certain Relationships after the creation of position in HR.
    Is there any USER EXIT for such cases?
    I need an user exit which should get triggered after the creation of the Position.
    Can anyone let us know the enhancement name if it exists?
    Regards,
    <i><b>Raja Sekhar</b></i>

    Hi Raja Shekhar,
    Chk this link...this might help you out.
    http://www.planetsap.com/Userexit_List.htm
    Reward points if you find this as a right solution
    Regards,
    Harini

  • Automatic PGI and Invoice creation

    Hi Friends,
                   I had a requirement in SD area where once we create sales order, the PGI and Invoice process should run in the background ( Automation Process).  The scenario here is --  when we create sales order, the delivery document also gets generated.
    My approach --  for PGI and Invoice process, I need to develop the BAPIs. ( for Post Goods Issue and Invoice creation).
    After the creation of BAPIs, I need to call these bapis in the standard sales order creation process.
    Searched the forum on this issue. But cant find the appropriate answers.
    Please suggest me the solution for this issue.
    Murali Krishna. T

    You don't call anything else from the standard sales order process.  Sales order creation stands alone; every other process is a subsequent process.  Automatic delivery creation can be implemented by sales document type config, which it sounds like you already have in place, or you're using the delivery due list.  You also don't need another program for billing doc creation; use the billing due list program scheduled at certain intervals.
    The limitation on billing is the PGI if your copy control specifies that you can't bill until PGI occurs.  I don't understand why you would do this automatically, without confirmation that the shipment has left your warehouse.  If your items aren't really relevant for PGI, then you can configure them that way so that it's not required.  However, auto-picking and auto-packing are done via delivery output determination code using the functions WS_DELIVERY_UPDATE_*.  You might also try to PGI the delivery there as well with WS_DELIVERY_UPDATE.  Otherwise, just use table drop and trigger the WS_DELIVERY_UPDATE function for the PGI from a custom program; you can then run billing due as a second step in the job.

  • Account of the opportunity is not populated after the creation of a task

    Hi,
    In our project, we are using the Opportunity Object after the creation of a task. Our tasks are always related to an existing account.
    I was wondering why when I create an opportunity from a task, the field "Account Name" is not populated by default with the account name related to the task.
    Any ideas?
    Regards,
    Dara
    Edited by: user6469826 on 2 août 2011 11:40

    Contact an electronics repair shop.

  • 11G table appears to have "No data found" after its creation.

    After the creation of the following table I cannot look up the structure of the table when clicking on "find table". Usually there needs not be any data inserted in to the table in order to just view its structure. Is there something wrong?
    CREATE TABLE "Tournament _Hands " (
    "T_hand_number" NUMBER(10) NOT NULL,
    "T_table_number" NUMBER(10) NOT NULL,
    "T_time_of_hand" DATE NULL,
    "T_no_players_involved" NUMBER(10) NULL,
    "T_no_players_limp" DOUBLE PRECISION NULL,
    "T_players_raise " DOUBLE PRECISION NULL,
    "T_player_3bet" DOUBLE PRECISION NULL,
    "T_pot_size" NUMBER(10,2) NULL,
    "T_payers_ to_showdown" NUMBER(10) NULL,
    PRIMARY KEY ("T_hand_number")
    );

    1003776 wrote:
    After the creation of the following table I cannot look up the structure of the table when clicking on "find table". Usually there needs not be any data inserted in to the table in order to just view its structure. with V10 above was true.
    with V11 at least 1 row must have been INSERT into table.

  • BAPI for Automate direct debit proposal creation for selected customers.

    Hello ABAP Gurus,
    Requirement is - Changing the process for Automate direct debit proposal creation for selected customers from a custom BDC program to a BAPI.
    Explanation -
    Currently as per the process, we are using a BDC call transaction program for F110 - Automate direct debit proposal creation for selected customers. The main pupose of this BDC program is to automate F110 Bank Run for A/R (Selected Customers Only). It creates payment proposal which is the first step in order to create payment runs.This program will run in background.
    We wanted to change the process from a BDC call transaction process to a BAPI call . In this process I am trying to chase for a valid BAPI in order to sync to my requirement.
    It would be appreciate for your << removed >> response.
    Thank you.
    Regarsd,
    Kumar.
    Edited by: Rob Burbank on Nov 11, 2009 3:33 PM

    Hello gurus,
    Is there any implicit or explicit enhancement point for F110 process or is there any alternative for payment proposal creations?
    is there any BAPI for F110 functionality?
    can you please let me know.
    Thank you
    Regards,
    Kumar.

  • Have Operating System 10.6.8, Mail Program 4.6.  How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to m

    Have Operating System 10.6.8, Mail Program 4.6.
    How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to manually opening every few month with no ? action from me.
    Help

    Have Operating System 10.6.8, Mail Program 4.6.
    How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to manually opening every few month with no ? action from me.
    Help

  • How to disable TextEdit's automatic termination after closing last open document?

    Hi!
    I was wondering how to disable TextEdit's automatic termination after closing the last open document.
    It's so annoying!
    Thanks for everything!
    Chris.

    Quit TextEdit, launch the Terminal app in /Utilities, copy & paste this one-liner into the window that pops up, hit the return key, quit the Terminal app, and restart.
    defaults write com.apple.TextEdit NSDisableAutomaticTermination -bool yes
    27" i7 iMac (Mid 2011) refurb, OS X Mavericks (10.9.5), ML & SL, G4 450 MP w/Leopard, 9.2.2

  • PR should not change after PO Creation without Unrelease

    Hi,
    We want that User cann't change the PR after PO Creation.
    For Ex.:- We create a PR with 10 Qty., release it and also create PO with 10 Qty.. Now after PO creation with same qty, no one can change PR (Qty, Purchase Group etc...)..
    If User Un-release the PO and PR, then user should be able to change in PR...
    Please guide...

    Thanks a lot dear..
    After doing this, i create a new PR and PO with 10 qty... After PO, i unrelease the PR and change the Qty from 10 to 15 nos..then system shows an error message Requisition already converted into purchase order...
    But when we change 10 qty to 5 qty, PR allow the same... I want to insert another check here, that user cann't insert less than qty there... There should also be a Message there in system...
    Please guide...

  • Automatic 'return' after a paragraph

    It seems to me TLF automatically inserts a 'return' between two paragraphs. So if the first paragraph ends with a return, you get two empty lines between the paragraphs. Is this a correct assumption?
    I have been working around this by deleting the last return in a paragraph...
    But now (which maybe seems a little bit strange) I want to show two paragraphs without any return, so my work around doesn't do the trick anymore...
    Does anybody know if you can turn off the automatic return after a paragraph?

    Thanks for the replies!
    I think the "paragraph terminator" is what I would like to bypass...
    I've made a short example:
    package {
    import flash.display.Sprite;
    import flashx.textLayout.formats.TextLayoutFormat;
    import flashx.textLayout.container.ContainerController;
        import flashx.textLayout.elements.ParagraphElement;
        import flashx.textLayout.elements.SpanElement;
    import flashx.textLayout.elements.TextFlow;
    import flashx.textLayout.container.ScrollPolicy;
    public class Test2 extends Sprite
      public function Test2() {
       var tekstLayoutFormat:TextLayoutFormat = new TextLayoutFormat();
       var cs:Sprite = new Sprite();
       addChild(cs);
       var textFlow:TextFlow = new TextFlow();
       textFlow.format = tekstLayoutFormat;
       var tekstveldController = new ContainerController(cs, 400, 400);
       tekstveldController.verticalScrollPolicy = ScrollPolicy.OFF;
       tekstveldController.horizontalScrollPolicy = ScrollPolicy.OFF;
       textFlow.flowComposer.addController(tekstveldController);
       textFlow.flowComposer.updateAllControllers();
       var paragraphElement = new ParagraphElement();
       var spanElement = new SpanElement();
       spanElement.text = "text1";
       spanElement.fontSize = 10;
       paragraphElement.addChild(spanElement);
       var paragraphElement2 = new ParagraphElement();
       var spanElement2 = new SpanElement();
       spanElement2.text = "text2";
       spanElement2.fontSize = 10;
       paragraphElement2.addChild(spanElement2);
       textFlow.addChild(paragraphElement);
       textFlow.addChild(paragraphElement2);
       textFlow.flowComposer.updateAllControllers();
    This test shows:
    text1
    text2
    What I would like to get (maybe strangely enough) is:
    text1text2
    is this possible?

  • How To Automate OCR after documents are scanned?

    I am using Acrobat 8 Professional
    1. Is there a way to have Acrobat 8 Professional to automatically ocr after the documents are scanned?
    2. Is there a way to create a buttom to ocr the scanned documents. Currently I have to go through: document>ocr text recognition>Pages options >OK
    Any advice would be appreciated! Joe

    I'm sure the javascript experts will be able to create a button that runs a script for your task, but have you considered using other OCR software (Finereader, ReadIris etc)? Corporate versions of these programs allow you to have a 'Watched Folder' where any file sent to the folder will automatically be OCRd with no user intervention.
    Although the OCR quality may be no different to Acrobat's plug-in, there will also be far more in the way of options to view and edit the recognised text.

  • How to create a unique temp table then automatically remove after the join?

    i have many users simultaneously accessing the web apps.
    my problem is on how to solve the SELECT WHERE IN('..') clause..
    i've read a lot of threads that with the same option..
    1) open connection and start transaction
    2) create temp table
    3) insert the data (batch insert)
    4) do the main goal. SELECT JOIN or SELECT WHERE IN(SUBQUERY).
    5) end transaction and close connection
    how do I assure that the created temp table was remove/drop upon 5) ?
    thanks a lot..

    You can do this using global temporary tables. Also data from temporary table will be automatically deleted after commit but table will remain.
    e.g.
    CREATE GLOBAL TEMPORARY TABLE today_sales
    ON COMMIT DELETE ROWS
    AS SELECT * FROM orders WHERE order_date = SYSDATE;
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#i1006400
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2153132
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2153132
    Regards
    Rajesh
    Edited by: Rajesh on Jun 10, 2010 3:34 PM

Maybe you are looking for

  • Cisco ISE 1.2 AD Integration Error

    Hello, I have a fresh install of Cisco 1.2.0.899 on a VM. I cant seem to join it to the Active Directory. It gives a message that says "Cannot Reach ISE Node" in the section where its supposed to show "Not Joined to the Domain".  On further Examinati

  • How can I watch movies via Netflix subscription?

    Sorry for a basic question - I have an active Netflix subscription for streaming.....but cannot figure how to watch movies on my iPad air?? I tired "activating a device" on Netflix but cannot figure what code to put it??

  • How do i look at my account

    what do i go under to see charge that was made

  • Password is not excepted unless..

    Hello I am wondering why all of the sudden I have to change the sumbol " to ' where the password is located in the Connection file, otherwise if I keep it as " I cant connect to the database. I am not sure if this has to do with my ISP or of this is

  • I'm too bad in math! can't figure the correct function to resize   images

    This is driving me crazy, just becasue I don't have the logical brains it takes: I want to dynamically (PHP) resize images, according to a max width and max height parameters. What's giving me a problem is that max width and max height are not equal,