How to activate hold button in MIGO ?

Dear all,
How to activate hold button in MIGO Screen ?
Jeyakanthan

Note 316931 - MIGO: 'Hold data' does not work
Summary
Symptom
The function 'Hold data' is not active in Transaction MIGO.
Additional key words
Enjoy
Cause and prerequisites
This is caused by a program error.
Solution
Set the attribute 'Hold data' in the Screen Painter (Transaction SE51) for program SAPLMIGO in all screens. Generate the screen after you made the change. The functions are then available.
You do not need to implement the changes manually if you import Support Packages.
A prerequisite is that Note 303091 exists in your system.
Manage held data
You can use this function to hold the data you are currently entering. No documents are posted.
To retrieve this data, choose "Goods receipt -> Held data". When retrieving the data, the held data is deleted from the overview tree.
If you want to delete held data that is no longer required from the overview tree, you can select this data with "Goods receipt -> Held data".
It is also possible to use held data as a reference for frequently recurring transactions, that will not be deleted after being called again.
Caution:
Some data cannot be held by the system and has to be re-entered after you try to retrieve it. This data includes:
Batch classification
Import data
Profitability segment
In Batch Classification, newly created selection criteria is lost if you do not post the document immediately.
Edited by: sudhansu satapathy on Mar 4, 2010 9:19 AM
Edited by: sudhansu satapathy on Mar 4, 2010 9:21 AM

Similar Messages

  • How to disable hold button in purchase order creation.

    hi
    how to disable hold button in purchase order creation.

    Select single * from VBAK where clause
    ---It fetches single record from the database, based on the condition you specified in the where clause.
    Where as select * from VBAK up to 1 row
    ---Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record

  • How to deactivate HOLD button?

    Im having problems when on the phone i always accidentaly press the hold button its on the upper right of the screen. Is there anyway to deactivate it? or any solution for this. Its seems annoying i have to hold the z1 away from my ears and face...I hope somebody has a solution for this... Thanks

    direk666 wrote:
    Thansk proximity was working i think i need to put it really close to my ears... Tnxs!
    This is something I always advise as a lot of people are worried about pressing buttons with their face so dont hold the phone too close and this causes the proximity sensor to not activate which causes the exact problem they are trying to avoid.
    Don't forget to mark posts that answers the topic as Accepted Solution. 
    If you find any post helpful, press Kudos.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • How to Activate GOS button in HR transactions like po13,pp02,pp01 etc

    Hi guys,
    Can you please help, could you please give me so guyide lines on how to activate the GOS button in HR transactions like po13,pp01,pp02 etc. The GOS button is not visible at all in our system. I have rad various threads but they all assume that the button is visible. My requirement is activate it so that it becomes visble.
    We would like to attach .doc.xls.pdf documents against various OM objects hence the need to activate the GOS button.
    Thank you.
    Andy

    Hello Andy,
    I found your post in another thread and I replied there.  So I only add the link:
    Attach PDF to position
    Anyway I was wondering so far if you did selected any HR object in PO13 or PP01 to make sure taht GOS button doesn't appear?  GOS button is shown only if you select an HR objects in those tcode.  (cfr the link above for screenshot).
    regards
    Hadrien

  • [Forms 10] How to activate all buttons in a details block?

    Hi,
    I have a details block based on products. (10 lines)
    I have a block_buttons with a button on the same canvas.
    I set the block_buttons number of records to 10 so that the buttons and the records are aligned.
    [prodno] [button] <-- active
    [prodno] [button] <-- disabled
    [prodno] [button] <-- disabled
    [prodno] [button] <-- disabled
    [prodno] [button] <-- disabled
    At the moment only the first button is active.
    The 9 buttons under it are disabled.
    I can't find if I have to set a property or to write code to enable the 9 buttons under the first one.
    Thanks for your help.

    Hi,
    I have managed to get the buttons list to be actve.
    I have created a testbuttons table with a chkbx column.
    I added a checkbox list to the block.
    The button can't be a database item, but the checkbox can.
    Then if I execute_query on that block all items are activated.
    Now I'll try creating a PLSql table on the client side and try using it as support for the control block.

  • How to activate a button with Enter key?

    Hi
    I was certain that in AC3 this is done by default, when the button is in focus and the ENTER key is press, it dispatches a Click event.. but it doesn´t work, am I missing something?? Thanks for your help.
    myButon.addEventListener("click", funClick);
    function funClick(evtObj:Event):void {
    trace("yes");

    if you have btnNum buttons with names btn1, btn2,... and they each have a listener function f1(), f2(), ...  you can use the following to code for them all and the enter key:
    var btnNum:uint=2;
    for(var i:uint=1;i<=btnNum;i++){
        this["btn"+i].addEventListener("click", this["f"+i]);
        this["btn"+i].addEventListener(MouseEvent.MOUSE_OVER,overF);
        this["btn"+i].addEventListener(MouseEvent.MOUSE_OUT,outF);
    stage.addEventListener(KeyboardEvent.KEY_DOWN,f);
    function overF(e:MouseEvent){
        stage.focus = InteractiveObject(e.currentTarget);
    function outF(e:MouseEvent){
        stage.focus = null;
    function f(evtObj:KeyboardEvent):void {
        if(KeyboardEvent(evtObj).keyCode==13 && stage.focus != null){
            stage.focus.dispatchEvent(new Event("click"));
    // define your f1(), f2() etc functions

  • How to activate few buttons only after inactivating the screen ?

    Hi,
    First of all...i m putting screen-output as inactive.
    But I need to keep active the push buttons.
    Please tell me the solution.
    Thanks

    Hi,
    Put all the screen flds that should be inactive in a group(say grp1) and push buttons in another group(say grp2)......
    keep grp1 inactive and grp2 active.........
    Cheers,
    jose.

  • How to track Hold GRN

    Hello,
    How to track Hold GRN?
    Please provide solution for tracking the Hold GRN.
    Is there any standard or customized report in the system?
    Can we fetch the data from any standard table ?
    Regards,
    Milind Dumbre

    Hi Milind,
    To retrieve this data, in TCode MIGO at menu bar choose "Goods receipt -> Held data". When retrieving the data, the held data is deleted from the overview tree
    for more information refer below thread
    How to activate hold button in MIGO ?
    we can fetch the data from hold data saves in the table :MMIM_PREDOC_ORG (Parked Material Documents, Organizational Data)
    Regards,
    Pramod

  • HOLD button for serivce POs

    Dear All,
    How to activate HOLD functionality for service orders. HOLD functionality is there for material purchase orders but not for service purchase orders.
    Please help.
    Nil

    Not Possible for service item
    Please see the help from SAP
      Enjoy purchase orders cannot be put on hold if any of the following     
      criteria apply:                                                         
      o  The PO contains service items                                        
      o  The PO contains "third-party" items                                  
      o  Commitment errors are involved                                       
      o  Subsequent (period-end volume rebate) settlement is involved

  • Hold document in MIGO

    Hi,
    I need a hold document in MIGO transaction(using HOLD button in MIGO). Anybody knows BAPI ou other way for to do this?
    I didn't find any BAPI to do this.
    Thanks.

    Hi Rosa Maicon ,
    Try using this bapi
    BAPI_GOODSMVT_CREATE
    Regards
    Hiren K.Chitalia

  • Does anyone know how to activate siri with a button on a 2011 Chevy Silverado that has blue tooth.  Also I'd like to know how to sync my iphone contacts with this same truck.

    does anyone know how to activate siri with a button on a 2011 Chevy Silverado that has blue tooth.  Also I'd like to know how to sync my iphone contacts with this same truck.

    Hold down the mute button on the steering wheel until you hear,"Ready" and then say "Voice". That will bring up Siri.

  • How to disable MOH for "on Hold" button.

    CUCM 6.1
    When on a conference call if a user presses "on Hold" button, music is played for all participants and nobody can hear anything. How can I disable music on hold for all users?
    Please note, I could disable MOH for conferencing. But this is different issue. This is e.g. when everyone is in a conference (no matter what conference system, it could be ready talk, meeting place,...)and a participant receives another call and wants to answer the other call, in this situation I don't want any MOH played for other participants.
    Thanks,
    rdianat

    I first tried "suppress MOH for conference" by service--> service parameters -->select server --> select callmanager --> go to "clusterwide parameters(Feature-General) --> change the "Suppress MOH to conference Bridge" to true"
    This did not work. The reason is that these users are accessing an internet coferencing system like "ready talk" and not a cisco conferencing system, so for Cisco this does not appear to be a conference but it is like a regular call.
    I only have two callmanagers which also serve as MOH servers.
    Media Resources-->Music On-Hold Server -->Set Run Flag to "NO"
    This is explained in "MOH FAQ" from cisco.
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_qanda_item09186a0080094766.shtml#q21
    The other way of doing this is not to assign any MOH server to the MRG or create a device pool without any MOH. (Media Resource Group set to NONE)
    Although the above disabled the MOH, still the TOH "Tone on Hold" which is beep-beeps played every 10 seconds was annoying. So I increased the interval to 20 seconds by the same instructions in "MOH FAQ" how to disable / change TOH. Go to same page explained above but to "clusterwide Parameters(Device-General) and change "Tone on Hold Timer" Value to 20.
    rdianat

  • MIGO - Excisable material Good receipt, hold button inactive?

    While creating Goods receipt (MIGO) of excisable material - hold button is inactive.
    i want to hold the document.. plz help to resolve.. very urgently required.
    Award full rewards.  Plz
    vijay.

    Hai .. The purpose of Hold option in MIGO:
    You can use this function to hold the data you are currently entering. No documents are posted. Hold and manage data ..If you have to stop processing a goods movement before you have posted it, For example your purchase order having 10 item of material but receiving from vendor some difference in batch number..in this time .you can hold the data you have entered in the system without posting it.  you can hold your  material document all the details enetered in migo without posting it using  some reference number and date..This means that the next time you use the transaction, you only have to call up the held data instead of having to re-enter it all the data..You can copy the data that you want to hold to the list of held data in show overview icon , by choosing Hold. You can view the list of held data by choosing Goods receipt -> Held data. In this list, you can choose which data you want to continue processing. The last ten pieces of data you held are displayed in the overview tree; you can select them for further processing by double-clicking on them....
    Held data is automatically deleted when you continue to process the goods movement.
    Hope its useful to you..

  • My ipods frozen on the white apple and black background page. I've tried resetting with the hold button, but nothing's changed. How can I fix this!?

    My ipods frozen on the white apple and black background page. I've tried resetting with the hold button, but nothing's changed. How can I fix this!?

    Try this...
    Restarting your device
    1)   Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    2)   Press and hold the Sleep/Wake button until the Apple logo appears.
    Follow these steps to reset your device
    Note: Reset your device only if it is no longer responding and the steps above do not work.
      Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    Restart / Reset
    http://support.apple.com/kb/ht1430

  • How to de-activate a button in webdynpro dynamically

    Hi Experts,
    How to de-activate a button and checkbox in webdynpro dynamically depending upon some condition.
    Thanks,

    hi
    to de-activate or disable a button, lets say u want to disable SAVE button once it is clicked...
    then in the method where u write code for SAVE button
    at the end:
      elem_btn_disable->set_attribute(
            EXPORTING
              name =  `DIS_SAVE`
              value = abap_false ).
    DIS_SAVE should be of type WDY_BOOLEAN in the context.
    abap_false means deactivating the button .
    if you want to HIDE a button, then type should be WDY_VISIBILITY  or WDY_UI_ELEMENT_VISIBLE
    & value = 1 .
    if you want to do this before screen loads, then do it in the INBOUND plug method of in tht WDDOINIT method.
    give points if helpful.
    rgds
    prateek

Maybe you are looking for

  • Page counting in xml

    I have an xml report template; the request is that if the page brakes in for-each-group To set page number.(Index+1) How can i mange the numbers of pages if i can know when the page brakes (Using xml publisher 5.5)

  • Trouble with connecting my photosmart plus b209a

    trouble with connecting my photosmart plus b209a ........it was conncected to my network until today i was messing around with it and reset the network default by accident,  and now i am trying to connect the printer to my router and it says it doesn

  • Special G/L

    Hello to everyone.. we are two in my company , and then, When ( for example ) I run the transaction F-40 (BILL OF EXCHANGE PAYMENT) I CAN SEE THE  "SGL IND" BUT when my friend run the transaction f-40 he can´t see the field " SGL IND" ANY HELP OR IDE

  • How to Downlaod a Excel file using FTP- -JSP

    Hi..i am dynamically generating excel file(i.e...writing into the excel file from Acees databse after executing the queries on it)...i have set the content-type to vnd-msexcel ....now i want that file to be downlaoded using FTP...FTP is new to me...a

  • SQL Statement ignored performing List of Values query

    Hi, New user just learning the basics. I have created a simple table PERSON with columns, ID, firstname, lastname, phone, city, State_ID Then clicked create Lookup table - State_Lookup with columns State_ID and State_Name. I create a page, include al