Screen exit in QM01 tcode

Hi all,
My requirement is to add a customized screen in QM01 transaction. That is, when the user enters the notification type and press enter, second screen appears.
In that 2nd screen (Header data), the user will enter the material number under the reference object. Once materaial number is entered, a new screen has to be shown at the bottom of the header object frame instead of the std screen.
Im new to screen exit. So can anyone pls tell me the steps to be followed to attach a customized screen in the second screen of QM01 tcode.
Regards,
Shanthi

Hi,
Go to function group XQQM ,create the screen under screens tab number 0090.
Declare the screen fields under include tab ZXQQMTOP .
Under the function module EXIT_SAPMIWO0_008 write the code for updation of custom fields to the structure  viqmel.
Under PAI create a module for capturing the screen field values.
Case sy-ucomm.
when '10\TAB02'.
viqmel-cust = cust.
viqmel-dist = dist.
viqmel-sal = sal.
endcase.
For QM02 and QM03use EXIT_SAPMIWO0_008 for display of the screen field values
Under the PBO of the screen create a module for fields to be in display mode.
if sy-tcode = 'QM03'.
loop at screen.
if sy-ucomm = '10\TAB02'.
screen-input = 0.
modify screen.
endif.
endloop.
endif.
ALSO go through [BADI or Userexit For QM01(Quality Notification)|BADI or Userexit For QM01(Quality Notification)]

Similar Messages

  • Screen Exits for QM01

    Hi All,
    Can anyone please let me know the screen exits for QM01 transaction.
    I have to change the description and restrict the characters of a field in QM01 tcode. Its a standard field "Device data" (field name DEVICEID).
    The changes to restrict the characters are needed in QM01 only and not in other transactions (eg QM02)
    Please help.
    Regards,
    Rohit

    Rohit,
    Check the Exit QQMA0001
    Regards,
    Shakeel

  • Screen exit for mi04 tcode

    hi,
    i need screen exit for mi04 tcode .

    Hi Prabhakar,
    Try these User Exit.
    MB_CF001  Customer Function Exit in the Case of Updating a Mat. D
    MBCF0002  Customer function exit: Segment text in material doc. i
    MBCF0005  Material document item for goods receipt/issue slip
    MBCF0006  Customer function for WBS element
    MBCF0007  Customer function exit: Updating a reservation
    MBCF0009  Filling the storage location field
    MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREA
    MBCF0011  Read from RESB and RKPF for print list in  MB26
    Regards,
    Vijay

  • Implementation:Enhancement using screen exit:QQMA0001 for Tcode:QM01

    Dear Abaper,
      I am implementing the Enhancement for Quality notification using screen exit:QQMA0001 for the transaction code :QM01,QM02,QM03.
    when i was creating the subscreen in function group:XQQM and after saving that subscreen(for example 100) , it is automatically stored in local object, that mean local package or development class. it is not transporable.
    my requirement is , i want to transport that Project. how to do that.
    if you have a any idea, please help me.
    advance thanks.
    with best regards,
    Velmurugan.S

    Dear ravi,
    yes of course , I have created already customer enhancement in CMOD.but my requirement is ,
    when i save that subscreen after creation of subscreen, it is not ask Package or development class.but it is taking local object(local package) automatically . what is reason, i donot know .
    if you have a any idea, please help me.
    thank you.
    with best regards,
    velmurugan.S

  • Screen Exits for QM01/ QM02

    Hello,
    We've a table control in QM01/Qm02 : ( All Assignments : Tab) for a particular notification. My requirement is to add 5 new columns in that tab so that user can manually maintain data in those columns.These will Z fields & later captured in the standard tables. Later these fields should be able to fetched in standard reports Qm10/11/19. Please advise if there are any screen exits available which can solve the purpose.

    Hi Gaurav,
    These are exits available for this tcode.
    IWO10026 User check on setting status 'Do not perform'
    IWO10027 User exit: Generate user-defined settlement rule
    IWOC0001 Create PM/SM notification: Determine reference object
    IWOC0002 PM/SM notification: Check whether status change is allowed
    IWOC0003 PM/SM authorization check of ref. object and planner group
    IWOC0004 Change single-level list editing PM/QM/SM ALV settings
    I think there is no possibility to add columns in table control.
    Regards,
    Madhu.

  • Screen Exit for QM01

    Hi,
    I want to add two field named Invoice and Invoice item in the transaction QM01, tab reference object. Could you please help me out with any screen exit in which I can insert the field.
    Thanks in advance!
    Parul

    Hi,
    Goto Tcode QM01,
    Menu Bar> System>Status, double click on Program
    It will take you to the Program, agin on Menu bar>Goto>Object Attributes, in that copy the Package.
    Goto SE84 Tcode, Enhancements > Customer Enhancements,
    In Package, give the copied package name,
    It will give you list of Customer Exits.
    Double click on each enhancement, and look for any enhance ment in Screen of any particular enhancement.
    (or)
    How to find screen exit
    Search in these tables
    MODSAP
    MODSAPA
    MODSAPT

  • Screen Exit in Co02 Tcode

    Hi All,
      I am very New to User Exits. I want add 3 columns in an ALV grid of a standard Tcode C002. In CO02 Tcode, I need to add 3 columns for Component List ALV grid. I have searched all userexits & BADIs in that TCODE, But i  am confused with all that where should i have to add?....Adding New columns to an ALV is under Screen Exit but i am Not able to modify that screen. it is asking Access Key.....is that key required to modify the screen?
    Can you please provide me the procedure to modify the screen.
    Thanks In Advance.
    Thanks,
    Vishnu

    You can use ehancement point to add field in to the internal table, which is used in the the avl grid function mudule (REUSE_ALV_GRID_DISPLAY).

  • Screen exits for MM01 Tcode

    Hi Folks,
              I am doing some enhancements for MM01 Tcode.we need to add new screens to MM01. could any one tell me the available screen exits or BADI' s for tcode MM01. thnx in advance.
                    santosh.

    Hi,
    Check these:
    MGA00001 - Material Master (Industry): Checks
    and Enhancements
    MGA00002 - Material Master (Industry): Number
    Assignment
    MGA00003 - Material Master (Industry and
    Retail): Number Display
    Check with 'BADI_MATERIAL_REF'
        Refer
    http://www.****************/Tutorials/ExitsBADIs/MM/MM01.htm
    https://forums.sdn.sap.com/click.jspa?searchID=7217830&messageID=3313524
    Regards

  • Screen Exit for CN25 tcode

    Hi all,
      Can anybody guide me to find an user exit for the tcode CN25 . Actually i want add two customer fields in CN25 screen.
      Help of any type regarding the subject will be highly appreciated.
    Regards,
    Abhi

    Dear,
    you can meet the requirement by using the exit CONFPP07
    Cheers
    fareed

  • Screen exit for AS01 tcode

    how can we add a screen exit in tcode AS01 (create asset)
    Experts plz help me

    Hi
    check the following enhancements for AS01
    AAPM0001 Integration of asset accounting and plant maintenance
    AFAR0003 External changeover method
    AFAR0004 Determination of proportional values for retirement
    AINT0004 Change amount posted for certain areas
    AINT0005 Dummy for extended syntax check. Do not use.
    AISA0001 Assign Inventory Number
    AIST0001 Exchange number range in master data maintenance
    AIST0002 Customer fields in asset master
    AMSP0002 Determine relationship type for two company codes
    TRAN0001 User exit for asset transfer
    Regards
    Kiran Sure

  • Screen Exit for FB03 TCODE

    Hi All,
    I need to enhance the Standard SAP FB03 screen by adding an custom pushbutton. Kindly can some body help me in finding Screen Exit.
    I have searched for User Exits for FB03 in SMOD but could not find out an exact one.
    If any body has step by step Screen Exits document - that would be a great help me.
    Thanks a lot for help.

    SAPLF051               :-                 Workflow for FI (pre-capture, release for payment)      
    RFKORIEX               :-                 Automatic correspondence                                
    RFEPOS00              :-                  Line item display: Checking of selection conditions     
    RFAVIS01                :-                Customer Exit for Changing Payment Advice Segment Text  
    FEDI0001                 :-               Function Exits for EDI in FI                            
    FARC0002               :-                 Additional Checks for Archiving MM Vendor Master Data   
    F180A001                :-                Balance Sheet Adjustment                                
    F050S001                :-               FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment  
    F050S002                :-                FIDCC1: Change IDoc/do not send                         
    F050S003                :-                FIDCC2: Change IDoc/do not send                         
    F050S004                :-                FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005                :-                FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document 
    F050S006                :-                FI Outgoing IDoc: Reset Clearing in FI Document         
    F050S007                :-                FIDCCH Outbound: Influence on IDoc for Document Change
    OR
    U GO SE80
    AND WRITE REPORT NAME  RFBUEB00 OR SAPMF05L
    THEN
    IN TREE SELECT SCREEN
    AND CHEK SCREEN EXIT

  • Screen exit for fb70 tcode

    Hello All,
    I wanna add quantity field in fb70 tcode, is there any scree exit tht i can use?
    Thanks,
    Vibha

    Vibha,
      Check in these.
    Exit Name           Description                                                                               
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment                  
    F050S002            FIDCC1: Change IDoc/do not send                                         
    F050S003            FIDCC2: Change IDoc/do not send                                         
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send                
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document                 
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document                         
    F050S007            FIDCCH Outbound: Influence on IDoc for Document Change                  
    F180A001            Balance Sheet Adjustment                                                
    FARC0002            Additional Checks for Archiving MM Vendor Master Data                   
    FEDI0001            Function exits for EDI in FI                                            
    RFAVIS01            Customer Exit for Changing Payment Advice Segment Text                  
    RFEPOS00            Line item display: Checking of selection conditions                     
    RFKORIEX            Automatic Correspondence                                                
    SAPLF051            Workflow for FI (Pre-Capture, Release for Payment)       
    Don't forget to reward if useful...

  • Using Screen Exit AMPL0001 in TCode MP02 but fields are not showing.

    Hello SAPients!
    I created a project, added the enhancement AMPL0001, included some test fields in the subscreen, activated components and project but when I run the transaction where my custom fields are supposed to be shown this is not happening. None of my fields is displaying just the rest of fields that already were there.
    I have reviewed what can be the differences between my fields and the others but I don't see any.
    What am I missing?
    Thanks in advance for your kind help.

    Hi Klaus,
    Thanks for your reply. Yes, I'm sure, I have reviewed several times. Actuallly I deactivated and reactivated my project a couple of times before you mention, now I did it again and I get the same result.
    A couple of questions:
      Is it normal that the new fields I add to the subscreen are grayer than the rest of fields?
      Is it normal that the status of the subscreen is shown as "Modified/Activated" instead of  "Activated"?
    Thank you.

  • Menu exit  ( or ) Screen exit  for tcode VF01

    Hi,
    Can you tell me menu exit or screen exit for this tcode VF01.
    Thanks,
    Prathap.

    Hi,
    der r total 17 exit.
    J_3RSINV
    SDVFX001            User exit header line in delivery to accounting
    SDVFX002            User exit for A/R line in transfer to accounting
    SDVFX003            User exit cash clearing in transfer to accounting
    SDVFX004            User exit G/L line in transfer to accounting
    SDVFX005            User exit reserves in transfer to accounting
    SDVFX006            User exit tax line in transfer to accounting
    SDVFX007            User exit: Billing plan during transfer to Accounting
    SDVFX008            User exit: Processing of transfer structures SD-FI
    SDVFX009            Billing doc. processing KIDONO (payment reference number)
    SDVFX010            User exit item table for the customer lines
    SDVFX011            Userexit for the komkcv- and kompcv-structures
    V05I0001            User exits for billing index
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure
    V60A0001            Customer functions in the billing document
    V60P0001            Data provision for additional fields for display in lists
    V61A0001            Customer enhancement: Pricing
    Hope it helps.
    /sachinkumar.

  • Fields not greyed out in display mode in screen exit

    Hi all,
    i am working on an screen exit for CJ02 transaction. the values in the customer subscreen are getting updated in database and even it is reflecting in fields when viewed again. the problem is that in display mode (CJ03) the fields are still editable. though there is no save button, but the fields should be greyed out.
    i have tried to modify screen using LOOP AT SCREEN in the function exit provided in PBO.....but it is not picking the subscreen.
    please provide any solution as soon as possible.
    thanks in advance

    In the PBO in your screen exit:
    IF sy-tcode EQ 'CJ03'.
    LOOP AT SCREEN .
    if screen-name 'your field'
    screen-input = 0.
    screen-output = 1.
    MODIFY SCREEN.
    ENDIF.
    endif.
    what enhancement are you using?
    bye

Maybe you are looking for

  • Goods Receipt for Inbound Delivery through MIGO

    Hi All, Can anyone pl. explain me in steps the process of GR for Inbound Delivery from MIGO transaction. Also I need the process of reversing this goods receipt done. For certain inbound deliveries a dump occurs in the program SAPLIE01 in 'EQUIPMENT_

  • Need A Relation for PM Tables

    Hi Experts, I got a while developing a ALV report. My Input fields are FUNCTIONAL LOCATION (IFLOT-TPLNR) and PLANT (T001W-WERKS) My output Fields are         TPLNR LIKE IFLOTX-TPLNR,      "Functional Location         PLTXT LIKE IFLOTX-PLTXT,      "Fu

  • Where can I find...

    Now that I have my spinning menu perfected, many thanks and kudos to forum user: muho_tr for helping me simplify a process using arrays and variables. I need to progress. http://www.magiccamera.com/MagicFlashTest.html The Adobe documentation assumes

  • Have random static points in audio

    i took some footage from my sd card (shot on Canon 60d 1080) and converted it in compressor to apple pro res 422, now the audio has random static pops.any idea how to fix this? please help

  • HOla !! por favor, alguien podria decirme como puedo recuperar el codigo de acceso de mi Ipad. Me la olvide ..!!

    Hola!! Me Olvide la clave de mi Ipad! Recuerdo la CONTRASEÑA de mi tienda App Si Alguien me Florerias del Decir ..! Muchas gracias