Exit to validate serial no. in MIGO

Hi Group,
I want to know which exit/badi/enhancement spot i should use to validate serial no. field during goods receipt ..
i have tried MB_DOCUMENT_BADI , but not getting serial no. field ther ..
thanks
siddharth

These are all the User-Exit's and BADI's for MIGO....
<b>Enhancement</b>
MBCF0011           
MBCFC004           
MBCFC003           
MBCF0010           
MBCF0009           
MBCF0002           
MBCF0005           
MBCF0006           
MBCF0007           
<b>Business Add-in</b>
MB_CIN_MM07MFB7_QTY
MB_CIN_LMBMBU04    
MB_DOCUMENT_UPDATE 
MB_DOCUMENT_BADI   
MB_CIN_MM07MFB7    
Greetings,
Blag.

Similar Messages

  • User-Exit to change serial no. in MIGO

    Hi experts,
    I am looking for a user-exit/BADI in MIGO which can provide the change of serial no. in MIGO. From thread: Exit to validate serial no. in MIGO, I saw  that the user-exit EXIT_SAPLIPW1_008 can be used to do checks for serial no. but I need also to change serial no.
    Could anyone help me how to change serial no. in MIGO? Any suggestion will be good rewarded.
    Thank you in advance.
    Regards,
    Danijela Zivanovic

    use following prog to find out user exits -
    *& Report  ZUSEREXIT                                                   *
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    reward if useful
    S@meer

  • MIGO Badi or Exit for validate Serial Numbers

    Hi frnds,
    I need a badi or exit, to validate data on EQUI by the migo, while it's making a commit, to extract information from this table, does anybody knows about them. this is very urgent, i need help from someone asap.

    Ferry :
    The issue makes a big headache as i following describe it : When the user saves a Delivery trought a reservation, i need to check if he's introducing correct series, to do this i need to compare by a badi or exit this data. but i did'nt found a solution, i already check this implementation (EXIT_SAPLIPW1_008) and it's doesnt work for my porpouses. Like the badi of MIGO checks for every line while it's saving (IS_MSEG,IS_MKPF) i need to check for every serial number.

  • MIGO user exit to get serial number

    Hi Experrts:-
    I need to change the status of serial number (equipment number ) during Migo (good receipt,Transfer posting).
    I have checked all the user exits and number of badis but i am not getting serial number at run time if i get serial numbar
    in exit od badi i will change the status
    I have used following badi:-
    MB_DOCUMENT_BADI
    MB_MIGO_ITEM_BAdI
    Thanks

    Hi ,
    m also using GET_SERNOS_OF_DOCUMENT
    but not getting serial number.
    need to get serial number in MIGO.
    how to pass parameters to this fm.
    KEYDATA-TASER  = 'SER03'  "Goods mvmnt
    KEYDATA-SDAUFNR  = ??
    KEYDATA-POSNR   =   ??
    CALL FUNCTION 'GET_SERNOS_OF_DOCUMENT'
       EXPORTING
         KEY_DATA                  =
    TABLES
       SERNOS                    =
    EXCEPTIONS
       KEY_PARAMETER_ERROR       = 1
       NO_SUPPORTED_ACCESS       = 2
       NO_DATA_FOUND             = 3
       OTHERS                    = 4
    please guide..

  • User exit for tcode co01 to validate serial numbers

    Hi Gurus,
        Please help me to find a suitable USEREXIT for tcode co01 to validate serial numbers.
        My requirement is when i create a production order for equipments after i enter the quantity and dates, i need to give serial numbers for tht equipments...for tht in the main menu, under HEADER, SERIAL NUMBERS... here i need to validate serial numbers.
    Thanks & Regards
    Arun

    Hi check with following exits assigned to CO01.
    CCOWB001            Customer exit for modifying menu entries                       
    COIB0001            Customer Exit for As-Built Assignment Tool                     
    COZF0001            Change purchase req. for externally processed operation        
    COZF0002            Change purchase req. for externally procured component         
    PPCO0001            Application development: PP orders                             
    PPCO0002            Check exit for setting delete mark / deletion indicator        
    PPCO0003            Check exit for order changes from sales order                  
    PPCO0004            Sort and processing exit: Mass processing orders               
    PPCO0005            Storage location/backflushing when order is created            
    PPCO0006            Enhancement to specify defaults for fields in order header     
    PPCO0007            Exit when saving production order                              
    PPCO0008            Enhancement in the adding and changing of components           
    PPCO0009            Enhancement in goods movements for prod. process order         
    PPCO0010            Enhancement in make-to-order production - Unit of measure      
    PPCO0012            Production Order: Display/Change Order Header Data             
    PPCO0013            Change priorities of selection crit. for batch determination   
    PPCO0015            Additional check for document links from BOMs                  
    PPCO0016            Additional check for document links from master data           
    PPCO0017            Additional check for online processing of document links       
    PPCO0018            Check for changes to production order header                   
    PPCO0019            Checks for changes to order operations                         
    PPCO0021            Release Control for Automatic Batch Determination              
    PPCO0022            Determination of Production Memo                               
    PPCO0023            Checks Changes to Order Components                             
    STATTEXT            Modification exit for formatting status text lines             
    Thanks
    Sandeep

  • MIGO Exit  -- get the serial number

    Hello, everyone
    When push the Enter button or save button in MIGO,I'd like to get the serial number using exit.
    But I think that it is impossible to get the serial number in MIGO Exit.
    Because, they are not IMPORT Parameter which can get serial number.
    Anyone knows if we can get the serial number in MIGO Exit?
    Soma

    Hi,
    Even I have a similar requirement to get the value of serial number in runtime in MIGO tcode, I searched and dint find any FM or BAPI to fetch it. So I used the following code.
    *field-symbols declarations
        field-symbols: <it_goserial>       type STANDARD TABLE,
                       <wa_goserial>       type any,
                       <lv_searial_number> type any.
    *for retreiving the serial number
                ASSIGN ('(SAPLMIGO)OREF_DETAIL->T_GOSERIAL') TO <it_goserial>.
                if sy-subrc = 0.
    *Get the serial numbers entered
                  READ TABLE <it_goserial> INDEX 1 ASSIGNING <wa_goserial>.
                  if sy-subrc = 0.
    *serial number is the second component of the wa_goserial structure (cannot use the component name 'serialno' b/c the component is NOT defined in the Data Dictionary - it's defined in program LMIGOKE1)
                    ASSIGN COMPONENT 2 OF STRUCTURE <wa_goserial> TO <lv_searial_number>.
    endif.
    endif.
    <lv_searial_number> contains the derial number value at runtime.

  • How to control serial no in MIGO Screen?

    Hi Abapers ,
    I have problem for the receiving the goods in migo screen . But user can change the serial number. but I don't want to change the serial number. in MIGO Screen.
    is there any user exit OR enhancement of MIGO Screen?..
    i will give reward points. this fvery urgent.....
    thanks
    regards,
    s.muthu.
    Edited by: Subramaniyan Marimuthu on May 28, 2008 10:06 AM

    Hi Suyong,
             I talking about migo screen when u goods receive based on production order, it will show the seperate tab screen for serial number.
    That screen user can change the serial number. But I don't want to change the serial number.
    how do i control when user give wrong serial number in migo screen?.
    please explain me.
    Thanks
    regards,
    s.muthu

  • Import Serial numbers into MIGO from Excel

    Hi there
    We would like to be able to import serial numbers from a spreadsheet into MIGO.
    We purchase from vendors and they ship directly to the customer and provide us with a spreadsheet of serial numbers. These then are manually imput into SAP by copying them six at a time. Is there a way we can import the serial numbers directly into MIGO?
    Thank you
    Tiri

    Hi
    I am experiencing the same issue.  I need to create up to 3000 serial numbers in MIGO at a time.  In IQ04 I am able to create a numeric list.  However our serial numbers are alpha numeric or numeric ending in a test figure.  Copy and past only allows 28 entries.  I do have the serial numbers in electronic format.
    You are referring to upload functionality, but don't seem to find the "button" or function to upload from text or excel.
    Anybody able to assist?
    Regards

  • User Exits to validate Fields in BP transaction

    Hi,
    Anyone Send me the User Exits To validate the Screen Fields of Transaction BP.
    with Regards
    kesavaperumal

    Please Check Following BADI's.
    BUPR_FILTER_RELSHP_2                Filtering or Hiding of Relationships Within the GUI   
    BUPA_ROLEGRP_HIDE                    Badi For Hiding Role Groups                           
    BUPA_NUMBER_GROUP                 Badi for presetting the number grouping field         
    BUPA_INITIAL_SCREEN                   Initial Screen for BP creation                        
    BUPR_ENQUEUE_TEST                   INTERNAL: Tests Whether BP is Locked                  
    BUPR_RELSHP_OVR_EXT                SAP BP: Extension of the Relationship Overview        
    Regards,
    Swamy.

  • Adobe won't validate serial numbers that I was given for Photoshop CS6 Extended on Mac.

    Adobe won't validate serial numbers that I was given for Photoshop CS6 Extended on Mac.  What should I do?  Calling won't work as I am deaf and I could not find any solution on internet to this.  I tried offline option and also reinstalling program but both of these would not still validate serial numbers that Adobe give me.  Any ideas?

    You can contact Adobe Support by online chat to help resolve serial number and activation issues.
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/

  • Can't validate serial number?

    I am in the process of moving from a PPC based server to an Intel based server. Both running unlimited versions of OS 10.4.8.
    I saved the settings from the old server for each service by pulling the small icon just above the save button over to the desktop. Then I reloaded them into each service on the new server by dragging them into each window.
    Within a few minutes, I get a message in the Server Admin > Settings window below the serial number fields that says:
    "Invalid Serial Number: Could not validate serial number because of firewall."
    I restarted the server and dissabled the firewall and everything works, but when I reactivate the firewall it happens again.
    So, my question is, what rule in my firewall is keeping my serial number from being validated? And why would it work on my old server and not on the new one if the settings were brought over in the way I outlined above?
    I have checked the new serial number on the Intel Mac and it is correct so I know it didnt get transfered from the old one.

    I've done a clean install of the server and I didn't do any configuration other than the initial setup. The server works fine until I turn on the Firewall, then within a few minutes I get the same message again. When I restart the server it works for a few minutes and then happens again.
    Rule 00001 does not appear at the top of the list in the firewall active rules on the Intel Mac Mini server.
    When I switch back to my old PPC server running under a different serial number but the same IP address (by switching the Ethernet cable), everything is working as it always was and the rule 00001 is there as it should be.
    Both the Mac Mini and the OS X 10.4 server are new and just out of their boxes.
    This has me really frustrated. Anyone have any ideas?

  • User Exit to validate sold to party field

    Hi Friends,
    Is there any user exit/ BADI to validate sold to party field in VA01. This exit should not only apply to the VA01 transaction but anywhere customer number is created in SAP. It should be possible to find a user exit that is called right at the time of entry of the customer number so that the search in the database can be intercepted and search by either number and return the one found.
    I found V45A0002 ...but this is for predefine values on sold to party field.
    Please Note: - It should be common user exit to validate sold to party and customer number in any trn.
    Points will be given for helpful answers.
    Regards,
    Hari krishna

    Hi Nagaraj,
    Thanks for your reply.
    In this include (MV45AZZ), It will stop at the user-exits USEREXIT_MOVEFIELD TO_VBAP, USEREXIT_FIELD_MODIFICATION.
    But however, I tried to create/change customer in XD01/XD02...It was not stopping in MV45AZZ at any of the exits.
    Any alternative solution or Is there any exit/ BADI ???
    Regards,
    Hari krishna

  • Validate Serial Number

    When I start Adobe Photoshop and Premiere Elements asks me to login , it succeeds but then comes a screen - validate Serial Number : Connect to the Internet to valideren- your serial I -valideren- click the button but nothing happens . What can I do?

    You seem to be lost. This is the Pagemaker forum..

  • How check validate serial number

    i want check validate serial number device cisco
    how can check it

    Hi Rez,
    Just one question, did you buy that device from an authorized vendor? If so they should be able to give you the detailed that you require
    Still for your query, you can check this link for more details. You might want to contact Cisco Support for that as well.
    Cisco Serial Number Entitlement
    http://www.cisco.com/public/support/tac/SN_Cust_QandA.html
    look for a link below where you are able to contact Cisco.

  • I can't connetcting to internet when i want  validate seriale number

    why i can't connetcting to internet when i want  validate seriale number ?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • Classic report - Highlight row

    APEX 4.2.1 With all the latest and greatest dynamic action and jQuery goodness in 4.2.1, what is the easiest, declarative way to highlight rows in a classic report region (Generic Column Template) based on data condition using values on the row, usin

  • Performance Tuning "Select All" vs "Select Then Delete"

    Dear Experts, Please tell me which one has better prefromance between SELECT a~vbeln          a~kunnr          a~bukrs_vf          a~vkorg          a~vtweg          a~spart          a~augru          a~vbtyp          a~auart          a~bstnk         

  • How to solve strange Console messages

    Hi, as the backup takes ages I opened the Console and found (among others) the following messages: 6/10/10 7:31:14 PM com.apple.backupd[885] 2010-06-10 19:31:14.561 diskimages-helper[889:1603] Error loading /Library/Plug-ins/DiskImages/NUMPlugin.bund

  • Send from Italy to Australia

    Good evening, I'm sorry for my english I would like to send an album with iphoto from Italy to Australia Is it Possible? How do? Grazie Corrado

  • Wow Was This Supposed to Happen? Really Weird (CEHCK IT OUT)

    Okay well this happened a long time ago on my Eris and I never uploaded it. But this would be cool if this can happen on purpose. Here is the link to Flickr. Just check it out..... sorryy the link wasn't working. Here it is: <a href="http://www.flick