How to update delivered field in co03 with migo transaction?

We're doing a migo for a prod. order - though when looking into the CO03, the delivered quan is not updated.
prod order with control key PP05 (PO Auto GR for Exernal Pur.order), so it should be auto GR. 
Any ideas?

Hi,
Control key pp05 is for external purchase order. Have you given this control key in your routing.
Else check the control key used in your routing. For the last operation if it PP01(eg), then in t.code op67, choose pp01 & select auto GR. Now check after confirmation, Auto GR would have taken place.
Else you can maintain auto GR setting in production scheduling profile in t.code OPKP.
Regards,
Senthilkumar

Similar Messages

  • How to Make ERFMG field zero initially in MIGO Transaction?

    Dear Friends,
        In MIGO, ERFMG(Qty in Unit of Entry) field to be zero initially once we enter Purchase Order number for the movement type=103 .
         The Reason for this, one of our user has posted a GRN for the whole Open PO Quantity. If the ERFMG field is zero initially, then the user will enter correct Quantity.
         We tried a BADI - "MB_MIGO_BADI" by making ERFMG = 0. But the system is giving Zero even after we enter a value/Number in this field.
         Please Provide a Solution for this issue.
    Thanks & Regards,
    Sathisha

    Hi Mythili,
    Try at these User Exits.
    MBCF0007  Customer function exit: Updating a reservation
    MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    Thanks & regards,
    Dileep .C

  • How to update ABSKZ field in the table EKPO

    Hi
    Is there any way to update the rejection indicator (ABSKZ) field of table EKPO?.
    I am looking at BAPI_CHANGE_PO FM, But it does not have ABSKZ field in the item structure BAPIMEPOITEM.
    Do I need to extend the BAPI structure with ABSKZ field ?
    Regards
    Raj.

    Hi
    To extend  BAPI_PO_CHANGE  for EKPO-ABSKZ field , we have to add field in the structure BAPI_TE_MEPOITEM to pass it to  EXTENSIONIN. As ABSKZ field already availble in the EKPO it is not allowed to add ABSKZ in the structure BAPI_TE_MEPOITEM. it is throwing below error message.
    Field ABSKZ in table EKPO is specified twice. Please check
    Since it is not Z field and also not availble in the structure BAPIMEPOITEM  not sure how to update ABSKZ field in the EKPO table.
    Please advice.
    Regards
    Raj

  • How to update 2 fields automatically rest manually on page

    Hello folks,
    I have got a question on how to update 2 fields in a table automatically (in my case this is one field for the user and one field for the correct date and time). This should happen automatically every time an user changes a row in the table. But it seems as if i cant change the fields i tried it with the changing of the textfield but he dont change the values in the database. I even tried a separate update statement but since this is set after the commitchanges() command it seems as if he ignores any following commands.
    So anybody a good idea how i can change easily these two data fields? I just cant believe that you must manually change the fields, thats not the use of these 2 fields.
    Thanks in advance for your help
    Acinonyx

    To be exact i have got a page with different fields which get their data from my database. Two fields which contain an userid and the other a date and time value should get updated automatically when the user changes something of the other values on this page and press a button which calls the commitchange method. But since this should happen automatically and not manually i cant put these changes in the database. The manual changes are saved without any problems but the automatical changes not. So my question is how can i change a value programmatically and make him save these canges in the database?
    I already tried to put the new values in the fields or even detailed in the database but i cant get him to update these two fields.
    Acinonyx

  • How to update key fields for table

    Hi,
    how to update key fields for a table.The update statement is not working for the same.
    Regards,

    Hi,
    See the below example.
    TABLES SPFLI.
    DATA WA TYPE SPFLI.
    MOVE 'AA' TO WA-CARRID.
    MOVE '0064' TO WA-CONNID.
    MOVE 'WASHINGTON' TO WA-CITYFROM.
    UPDATE SPFLI FROM WA.
    MOVE 'LH' TO SPFLI-CARRID.
    MOVE '0017' TO SPFLI-CONNID.
    MOVE 'BERLIN' TO SPFLI-CITYFROM.
    UPDATE SPFLI.
    CARRID and CONNID are the primary key fields of table SPFLI. All fields of those lines where the primary key fields are "AA" and "0064", or "LH" and "0017", are replaced by the values in the corresponding fields of the work area WA or the table work area SPFLI.
    Regards,
    raj.

  • How to update single field

    Hi frnds,
                        How to update single field data in Z table .
                       I am taking data from screen, when i press update button  the data will store specific field data in Z table.

    Dear Rakhi,
    You can use the below syntax.
    Hope this would solve your problem.
      LOOP AT tpra INTO wpra.
        UPDATE zpra
        SET    pra2 = wpra-pra2
        WHERE  pra1 = wpra-pra1.
      ENDLOOP.
    In WHERE give KEY VALUES
    In SET give the particular value that has to be changed.
    Regards,
    Pintoo
    Edited by: pintoo2805 on May 18, 2010 7:10 AM

  • HT4623 I'd like to know how I update my apple iphone 3G with ios 4.2.1 to ios 6. Thanks.

    I'd like to know how I update my apple iphone 3G with ios 4.1.2 to ios 6? Thanks, LabRat1.(?!)

    Read https://discussions.apple.com/static/apple/tutorial/reputation.html
    Status Level
    Points
    Privilege
    Level 1
    0-149
    Level 2
    150-499
    Report Post
    Level 3
    500-999
    Custom Avatar
    Level 4
    1,000-3,999
    Conference Calls
    Level 5
    4,000-7,999
    User Tips
    Level 6
    8,000-19,999
    Lounge Access, MVP Meetups
    Level 7
    20,000-34,999
    Level 8
    35,000-49,999
    Level 9
    50,000-79,999
    Level 10
    80,000+

  • How to update the field ZLSPR of table BSEG

    HI Friends,
    Can anyone tell me how to update the field ZLSPR of table BSEG? I've a 700 line abap program and I should include some logic in this program to make an entry into BSEG-ZLSPR. Is there any FM/BAPI available? Is BDC a healthy approach?. My team lead do not want me to use UPDATE statement....please help.
    Thanks in advans,
    Varsha.

    Hi,
    Hi ,
    You will need to group that radiobuttons so that SAP knows they are linked together. To do this using the grahical layout editor simply select all the radiobuttons and then right click on them, Now choose define group. Once you have done this you should not need any of the "clear" or "='X'" statements SAP should control it all for you.
    hope this helps
    Reward if found helpfull...
    Venkoji Babu.

  • How to populate cusotom fields using BAPI_GOODSMVT_CREATE  for MIGO

    Hi,
    I was to update custom field using BAPI_GOODSMVT_CREATE for MIGO and store it is MSEG table.
    Please tell me how to proceed.
    Moderator message: last warning, if you continue to post the same thread again, I will submit your user ID for deletion. See my comments in your previous posts.
    Edited by: Thomas Zloch on Jul 14, 2011 4:38 PM

    Hi ANID,
    Thanks for the reply.
    I have checked in the documention of the bapi and no communication structure regarding to the bapi is there so i am not able to figure out where to add the custom field so that it can be added in the MKPF table.
    Regads
    Dipak

  • How to update the field EKET-WEMNG (delivered) in database using BAPI.

    Dear All,
    How to update the values to good received field for EKET WEMNG (delivered) in database using BAPI and please give me the standard bapi and explain the process  how to update to database bcoz am new to bapi concepts and i will be thankful to your help.
    Regards,
    Tazeer.

    this field is only updated when you do a goods receipt. 
    So the only BAPI that can do this is the BAPI GoodsMovement  (BUS2017)

  • Master Detail Form - How 2 update a field in the Detail form using a query?

    Hello,
    I have a master detail form with, each master record having a fixed(6) number of detail records. One of the fields in the detail record is the PART_DESCRIPTION field. I am trying to update this field by querying Table_X. TABLE_X is in the format of (desciption id, description). Description id runs from 1 to 6.
    When the form displays, the PART_DESCRIPTION field for the 6 detail records needs to be automatically populated with the six values of description stored in Table_X. How can this be done?
    Tried using session storage objects, but made no headway.
    Would greatly appreciate pointers on how to go about doing this.
    Thanks.
    Dev

    If you are on a Portal Version lesser than 3.0.9.8.3, then please try the following to populate
    the PART_DESCRIPTION field.
    Steps:-
    1> Edit the form and go to the Additional PL/SQl section and put the following code in the
    "...after displaying the page area" :-
    declare
    type t_vc_arr is table of varchar2(4000) index by binary_integer;
    l_arr_desc t_vc_arr;
    l_form_name varchar2(200);
    l_form_state varchar2(500);
    begin
    l_form_name := p_session.get_module().get_name();
    l_form_state := p_session.get_value_as_varchar2(
    p_block_name => 'MASTER_BLOCK',
    p_attribute_name => '_FORM_STATE'
    if l_form_state = 'QUERY_AND_SAVE' then
    select description
    bulk collect into l_arr_desc
    from <schema>.table_x;
    htp.p('
    <script>
    var descArr = new Array();
    var Fidx = 1;
    var formObj = document.WWVM'||p_session.get_id()||';
    var fieldName = "'||l_form_name||'.DETAIL_BLOCK.PART_DESCRIPTION.0";
    for i in 1..l_arr_desc.count loop
    htp.p('descArr['||to_char(i-1)||']="'||l_arr_desc(i)||'";');
    end loop;
    htp.p('
    for (var i=0; i < formObj.length; i++){
    if (formObj.elements.name == fieldName+Fidx){
    formObj.elements[i].value = descArr[Fidx-1];
    ++Fidx;
    htp.p('</script>');
    end if;
    end;

  • How to update flex field data on a human task?

    After entering a human task and assigning the data how do you then update flex field data whilst the task is still assigned. I'm using the task services to communicate with the task and applying filters based on the flex field data.
    I want to update the data when actions take place on the task e.g. suspend, aquire, release.
    Any ideas?

    You can fetch the task , change the flex attribute value and update the task. Find below the steps we do for updating one of the TextAttribute
    Task completeTask =  // get the task using task query service
    completeTask.getSystemMessageAttributes().setTextAttribute2(updatedfolderName);
    completeTask = // update the task using "updateTask" method

  • How to update information fields of a profile in Oracle UCM using RIDC

    Hi All
    I have a requirement in which i need to modify/update the metadata/information fields of a Profile in Oracle Webcenter Content(UCM).
    I found out that this can be achieved using RIDC api, but i have little knowledge about the same.
    If someone could suggest about how to retrieve and update the fields in UCM using RIDC or some other approach would be of great help.
    It's really important.Kindly help
    Regards
    ACM

    user13069455 wrote:
    Hi Jiri
    Even i have thought about the same as one of the approaches, but i was a bit apprehensive about using this one.
    I have few stupid queries regarding this:
    1)Will it expose the production database(connection details) to the environment?Yes. If you don't like the idea of giving connection to the database to a "third-party" program, you could go from the other side - create a UCM component (some kind of scheduled job), which will be a part of UCM, but do the same. It will be a bit more complicated, but might be considered more secure.
    2)Will it have any performance impact?I don't think there will be much impact - most of time, tables will be accessed in read-only mode (pulling the data out), so except few per cent of CPU and some memory it should not consume anything. Besides, you should be able to schedule upload to "quiet hours", if there are some
    3)Will it still be an integration with the UCM?Well, yes. It will be integration at the database level. But honestly, as long as it works, do you care how is it called?
    >
    Thanks
    ACM

  • Update Z-Field in EKPO with BAPI_PO_CHANGE

    Hello!
    I need to update my field - called ZSERNR - in the table EKPO.
    I found the FM BAPI_PO_CHANGE, but I do not know how it works.
    I tried it so, but I just get the message (table RETURN), that no datas got changed.
    I found some threads but I didn't understand them.
    DATA: s_item                TYPE bapimepoitem,
              s_itemx               TYPE bapimepoitemx,
              i_return              TYPE bapiret2 OCCURS 0 WITH HEADER LINE,
              i_extension           TYPE bapiparex OCCURS 0 WITH HEADER LINE,
              s_bapi_te_mepoitem    TYPE bapi_te_mepoitem,
              s_bapi_te_mepoitemx   TYPE bapi_te_mepoitemx.
        s_bapi_te_mepoitemx-po_item = ls_data_new-ebelp.
        s_bapi_te_mepoitemx-zsernr = 'X'.
        s_bapi_te_mepoitem-po_item = ls_data_new-ebelp.
        s_bapi_te_mepoitem-zsernr = '123123'.
        i_extension-structure = 'BAPI_TE_MEPOITEM'.
        i_extension-valuepart1 = s_bapi_te_mepoitem.
        APPEND i_extension.
        i_extension-structure = 'BAPI_TE_MEPOITEMX'.
        i_extension-valuepart1 = s_bapi_te_mepoitemx.
        APPEND i_extension.
        s_item-po_item = ls_data_new-ebeln.
        CALL FUNCTION 'BAPI_PO_CHANGE'
          EXPORTING
            purchaseorder = ls_data_new-ebeln
          TABLES
            return        = i_return
            extensionin   = i_extension.
    I hope somebody can help me.
    Thx

    Thank you for your fast answear
    I didn't solved the problem till now, but I know that I can't use this FM in my BADI.
    Because the table EKPO is locked at the time I am using the FM.
    (BADI also writes into the table EKPO)

  • How to update the field of a Parent enity (field is not visibe on the Form) from a Child Entity in MSCRM 2013

    Hi All,
              I m new to CRM customization. I have requirement like this..
    I have 3 entities.. Entity1 , Entity 2 and Entity3.
    Entity1 is the parent of Entity2 and Entity3. Entity2 is the parent of Entity3 and child of Entity1 ..
    In Entity1 I have a field eg:product1 which acts as lookup for Entity2 field availableproducts.  Now in Entity2 I have a field the quantity of products which acts as lookup for Entity3 as given below.
    In Entity3: fields:;; products==Lookup of Products(Entity1)
                                  quantity == Lookup of Quantity (Entity2)
    Now from Entity3 I need to update the fields of Entity1 like I have field named Price which is not visible on the Entity3 Form  but when I access this field from javascript I m getting null exceptions since the field is not in the context of the Entity
    on which it is defined. How can I update the fields of the Parent Entity1 from child Entity3  and also update the quantity field on Entity2 which are not avialable on the Entity3 Form.
    Any help is appreciated
    Waiting for the reply..
    FayazSyed

    Hi,
    To do it in JS you need to use oData, as wrote above:
    to make this requests easer, i use a XrmSvcToolkit library (https://xrmsvctoolkit.codeplex.com/)
    Your code will be about this:
    /// <reference path="rtb_XrmSvcToolkit.js" />
    XrmSvcToolkit.retrieve({
    entityName: "Entity1",
    id: Xrm.Page.getAttribute("quantity").getValue()[0].id,
    select: ["my_FieldNeedToUpdate"], //Here are the name of your fields, which you want to select.
    expand: [""],
    async: false,
    successCallback: function (result) {
    FieldNeedToUpdate= result.my_FieldNeedToUpdate;
    errorCallback: function (error) {
    Error = error;
    FieldNeedToUpdate = FieldNeedToUpdate + 1; //Doing some work here
    var InputEntity =
    my_FieldNeedToUpdate: FieldNeedToUpdate //here are fields, witch you want to update
    XrmSvcToolkit.updateRecord({
    entityName: "Entity1",
    id: Xrm.Page.getAttribute("quantity").getValue()[0].id,
    entity: InputEntity ,
    async: false
    Here are more samples:
    https://xrmsvctoolkit.codeplex.com/SourceControl/latest#Samples/XrvSvcToolkit.Samples.updateRecord.js

Maybe you are looking for

  • How can i change my iphone mode from t-mobile contract free to unlocked?

    i actually was cheated from the online assistant! I always want an unlocked iphone 5s.Last time i was consulting the online agent, he or she recommanded me to choose t-mobile contract free mode.He said as long as its a nano sim card. it will work wit

  • ITunes 7.5 greatly improves FREEZE, still has bugs.

    I updated to the new iTunes 7.5 this weekend. The biggest problem i've had and noticed that many other users had is the freezing of iTunes everytime a song reaches the 8 or 9 second mark. Well this was a big issue for me because it made it impossible

  • Using controls in JSP

    I want to develope a web application using JSP, but I need to insert components such as buttons or sliders, in the same way Active X controls works with ASP. I don�t know how i can achieve my objective. I would very pleased if you could send me infor

  • Multi layered drill down

    Post Author: twowheeler CA Forum: Xcelsius and Live Office Hello, Is there a way to do a multi layered drill down without having the Enterprise version?  I have the trial version of Xcelsius 2008. e.g., I have expense bar chart for a 5 hospitals.  If

  • Chat Update Problem In X2-01

    Hey guyzz . . I m Finding difficulty in updating Nokia chat . . .it is suggesting to update . . Showing error in connection setting . . I hv check n its oll gud . . . Cn u help meh . . .:/