New extra tab in transaction QI02?

hello all
Is it possible to add an extra tab or extra customer fields in quality info records? I looked into customer exits and enhancements but do not seem to find something valid....maybe I am missing something?

Hi Alisa,
Okay. Just check whether this is feasible or not.
1.     Copy QI01 program and paste the same in new ABAP program.
2.     Here you have all the ways to add newer fields with modification in above program.
3.     Also you need to develop the mechanism to save this data in standard Q-Info table. (Containing newly added Z fields)
4.     You can give a new t-code to this. E.g. ZQI01
5.     Remember at the same time you need to remove the authorisation for QI01 in order to avoid further confusion.
Regards,
Anand Rao

Similar Messages

  • Adding a new tab to transaction IE02/IE03

    Hi
    i've added a new "Z" tab to transaction IE02/IE03 and created in it a subscreen. In the subscreen i've put 2 radio buttuns with the FctCode RAD. When i switch from 1 radio buttun to the other on i get the error message "Requested function RAD is not avalible here" .
    Is there any way to add radio buttun to a Z subscreen i add to a SAP transaction ?  (if i dont add fctcode to the radio buttuns i dont get the error messege but i need to swith between the radio buttuns but pushing the other radio button and pressing ENTER)

    Hello Mayethski
    Can you please tell me if you have got a solution for this since I have approximately the same thing to implement.
    Thanks in advance

  • MIGO transaction Extra Tab

    Here we are facing one problem in one of the Business Add ins for MIGO Transaction .
    The BADI we have used is MB_MIGO_BADI. It successfully adds the extra tab in migo transaction. But if the change the fields of the communicating structure in Line_modify method it says BADI doenot allow to change the fields and it doesnot modify the database Table MSEG. we have append structure in goitem structure and MSEG Table ... but still we are still getting a msg that the field cannot be modified ....

    There is a BADI MB_MIGO_BADI for adding tabs for MIGO transaction. When you go to se18, open the BADI. Then go to 'GOTO' -> sample code -> display. You can copy the example and play with it.
    The Badi, you can use multiple times. Which means you can create more than one tab. You just need to create more implement against the BADI.
    Hope this helps.
    JC.

  • Calling another transaction in a new NWBC tab and keeping OBN

    Hiya,
    I have two reports (web dynpro reports) that I've created.
    Each report has buttons that are supoposed to open SAP transactions.
    So I've added code to the buttons that make the OBN calls, the reports have been added to the PFCG, and then OBN details have been added to the report nodes within the PFCG to open the SAP transactions.
    And this all works fine!
    The problem is this - the business would like a button to open report 2, in a new NWBC tab, from report 1.
    I can't seem to do this AND get the OBN buttons to work for report 2.
    So Report 1 works perfectly, I'm using open 'external_window' from the web dynpro to open a URL that points to the web dynpro of report 2.
    Report 2 appears fine but the buttons don't work and nothing happens when you click them.
    Can anyone suggest how best to approach this problem i.e. open a new NWBC tab, for a report in your PFCG role.
    Thanks in advance!

    Hi H.M.
    This code will launch the transaction QM01 in a new tab, i think you would be able to use this snippet to open a new report instead.
    Do you need to pass parameters from Report 1 to report 2, otherwise you might be able to use a portal launchpad or create your own OBN?
           data: lo_lsapi TYPE REF TO IF_LSAPI.
    data: lv_location type string.
    lo_lsapi = cl_lsapi_manager=>get_instance( ).
    lv_location = 'ls-tr://QM01?RIWO00-QMART=Q1'.
    lo_lsapi->navigate(
    location      = lv_location
    mode          =  '1'
    *                    history_mode  = iv_history_mode
    title         = 'Create notification'

  • How to add  tab on transaction crmd_order in sap crm

    Hi all,
    I want to add a tab on transaction crmd_order .on this tab I hav to put some fields and pushbuttons.When I click on this button then data will save on the external system .i.e. I hav to call third party system through this button and also we hav to retrieve that data from ext. sys.Plz tell me any enhancement method to enhance this transaction.I didn't find any user exit for this transaction.I can add fields or buttons on this transaction using EEWB but don't know how to call ext. sys.
    Plz help me out.
    Rewards will be given for good answer.
    Regards,
    Hemlata

    Hi,
    My solution is straight and simple and has following steps:
    1. create a screen that you want to see in teh new tab. write code behind it.
    2. Now the screen that you have created can be called into a new tab in CRMD_ORDER by using a BADI:
    CRM_CUSTOMER_H_BADI~SET_SCREEN:
    In this badi, you pass teh prgram name and the screen number.
    Reward with points in case helpful
    Sharif.

  • How do I stop extra tabs from open on start up?

    How do I stop extra tabs from open on start up? When I save new tabs the next time I open I have the new saved tabs. On the next opening after that are the same 7 tabs I don't want and didn't save. edit

    Make sure that the pages aren't set as multiple home page, see
    * [[How to set the home page]] - Firefox supports multiple home pages separated by '|' symbols
    See also:
    * http://kb.mozillazine.org/Preferences_not_saved
    If you use [[Clear Recent History]] to clear the 'Browsing History' when you close Firefox then restoring tabs from the last session ("Save & Quit" or "Show my windows and tabs from last time") doesn't work.
    * http://kb.mozillazine.org/Session_Restore

  • Regarding - add a new field in migo transaction

    Hai guys,
         i need to add  one field in MIGO transaction, can u pls tell me the step by step procedure for adding the new field in migo transaction.
    Regards,
    N.selvamuthukumar.

    Hi Selvamuthu,
    It is possible using the BADI MB_MIGO_BADI to add Additional tabs in header and/or item as required
    MB_MIGO_BADI  -> BAdI in MIGO for External Detail Subscreens
    See the documentation below...........
    With the Business Add-In (BAdI) MB_MIGO_BADI, you can extend the interface of the goods movements transaction ( MIGO) with additional tabstrip controls for the detailed information (detail tabstrips) and header information (header tabstrips). It is possible for an external application
    to display an additional detail tabstrip with own subscreen (max. 10 lines) in MIGO
    to display an additional header tabstrip with own subscreen (max. 3 lines) in MIGO
    The program name, screen number and tab page text can be determined dynamically. Different screens can therefore be controlled according to the mode (for example, change mode, display mode, goods receipt, goods issue).
    To read the complete documentation  --go to se18 --click on BADI -- enter -- MB_MIGO_BADI----Display
    inside click on "DOCUMENTATION" button and there is a complete documentation step by step
    in addition to it ...--go to se18 --click on BADI -- enter -- MB_MIGO_BADI----Display ->
    on the top menu -> "GOTO" -> sample code -> "Display"
    in will get the "methods" tab..see the description
    Initialization and Registration of Ext. Detail Screens
    PBO of Detail Screen
    PAI of Detail Screen
    Add / Change a Line (GOITEM)
    Delete a Line (GOITEM)
    MIGO Reset (Delete All Internal Data)
    Post Goods Movement
    Check Item Data of Goods Movement
    Mode of Transaction MIGO (Action / Reference Document)
    Status Information and Header Data
    Save Held Data
    Load Held Data
    Delete Held Data
    PBO of Header Screen
    PAI of Header Screen
    Check Header Data of Goods Movement
    Publish Item Data After Processing
    sample code is given in these methods..so when we create a custom badi implementation of our own go to the sample code and copy the required code in the corresponding methods as required
    double click on the method..for eg:IF_EX_MB_MIGO_BADI~PBO_HEADER  in the sample code to see code....in this particular method we can see how method calls an external program and screen to create a new tab in MIGO...use code from mainly the following to get a new header/item tab
    PBO of Header Screen
    PAI of Header Screen
    PBO of Detail Screen
    PAI of Detail Screen
    Pls take some time to analyse the code or flow but we can have the tabs in the header/item level
    Hope it helps
    Regards
    Byju

  • How to add tab to transactions VT01N/VT02N/VT03N?

    Hi!
    I need to add a new tab to transactions VT01N/VT02N/VT03N and found BAdI LE_SHPMNT_EXTENSION. However, it is marked as internal to SAP (anyone know why?), hence I cannot use it.
    Any suggestions how else to add a tab to the transactions?
    (and yes, I have looked through other user exits V56*, and BAdIs in spro (Logistic Execution->Transportation->System Modifications) and searched sdn but haven't found any good solution yet).
    Thanks,
    Daniel
    Edited by: daniel.a on Apr 14, 2011 11:26 AM

    Hello,
    See this Exits,
    MV56AINI
    V56AFCCH
    V56ATKTX
    Hope this will help you.
    Regards,
    Naimesh

  • Color attribute in Extra tab

    Hi,
    I want to assign different colors for planned orders in planning board using pp/ds planning board decision table, so that if I make a field in extra tab of Product master data to represent a color say red, the order in planning board will be displayed in red for that product. Have anyone configured the planning board objects (operation) with different colors according to the product attribute field? Appreciate your help.
    Thanks,
    Andy

    Hi,
    I will give you one example. Follow following steps
    1. Define value of freely defineable attribute as RED in product master
    2. Go to planning board profile copy standarad planning board profile SAP001
    3. select graphical object id ORD_DEF_1 copy it and give new name ex-Red
    4. Select graphical element for new graphical object ID red RED and change the colour of element to red.
    5. Double click charts, select the chart for which you want to display orders in different colours
    6. Then double click on decision table for graphical objects click on new entries keep decision group and step as 0 or 1
    select table name 4  click on field selection and select feild freely defineable attribute
    select relational operatior as eq  compar value =red
    then  graphical object id=Red.
    Regards,
    Santosh

  • Creating additonal tab in Transaction code CJ01/CJ02/CJ03

    Hi All,
    I have a requiremnt to add addtional TAB in transaction code CJ01/CJ02/CJ03 with new fields.
    The tab needs to be added in the WBS detail Screen option within the Detail option on menu bar.
    The tab should come after Admin tab.
    I have tried using CNEX007, but it creates a separate screen in WBS Customer fields option in the menu bar(Under Detail).
    Can somebody please tell me how i can do this or if it is possible at all?
    Thanks in advance for your inputs/Help.
    Regard/Ajay

    hi
    just have a look at this thread
    Re: Enhancement for CJ01,CJ02
    hope this helps
    regards
    Aakash Banga

  • Facing Problems in screen navigation after adding a New custom tab to MM03

    Hi,
    I have added a new custom tab to MM03 transaction by using SPRO.This new tab is appearing in between Basic data 2 tab and Classification tab in MM03.In my new tab i have 4 sub screens and the Last sub screen has table control.Now the problem is when i slide the vertical bar in my table control it is automatically triggering the Classification screen.
    For preparing the New tab in SPRO ->SAP Reference IMG  ->Logistics-General->Material Master->Configuring the material master ->Define structure of data screen for each screen sequence ->
    Here i have created a new screen sequence 'Z5' by copying the already existing sequence '21'.Inside this new screen sequence i have created a new screen of mine by copying the already existing screen '4004'. 
    For maintaining the screen sequence i.e., to place the new tab between Basic data2 and Classification tab go to SPRO ->SAP Reference IMG  ->Logistics-General->Material Master->Configuring the material master ->Maintain order of main and additional screens.I have changed the order of main screen sequence to make our new tab the third tab.
    To make this new tab visible only for MM03 transaction i have gone to SPRO ->SAP Reference IMG  ->Logistics-General->Material Master->Configuring the material master ->Assign screen sequence to User/Material Type/Transaction/Industry sector.In this in the Transaction screen reference, I have changed the screen reference number for MM03 and i have include this new screen reference entry in the screen sequence control column.
    To create the sub screens required i have gone to  SPRO ->SAP Reference IMG  ->Logistics-General->Material Master->Configuring the material master ->Create Program for customized sub screens and have copied the standard Function group MGD1 and created 4 sub screens.
    Now to place these 4 sub screens in the order required for us i have once again gone to SPRO ->SAP Reference IMG  ->Logistics-General->Material Master->Configuring the material master ->Define structure of data screen for each screen sequence and i have selected the new screen sequence created 'Z5' created by me.Inside that i have selected the screen created by me '4004'. Now i have double clicked the Sub screen options and here i gave the sub screens numbers created by me replacing the standard sub screens. 
    Then I activated by custom function group and i started testing the MM03 transaction.
    My screen was getting populated properly and the tab movement is also fine but only problem was when i slide the table control in the fourth sub screen of my new tab i am going to fourth screen (classification).
    Can you please help me by suggesting what the problem may be, why this issue in navigation.

    Hi ,
    I have the same problem now ...
    Did you solved it?
    Thanks a lot!
    Regards,
    Hancila

  • How to add extra tab in bapi at item level

    hi developer,
    please guide me in solving this problem i.e how to add extra tab in bapi at item level .
    thanks .
    ravi

    What are you exactly asking for, I don't understand your question...
    Transaction screen, adding a tab / customer fields
    Business Object / BAPI, modifying BAPI signature, extension
    NB : The quality of an answer depends significantly on the quality of the question ...
    Regards,
    Raymond

  • Firefox opens with a new, empty tab every time

    I have set Firefox so that every time I start it, it shows the tabs from last time. However, just recently it has started with the tabs from last time plus an extra tab.
    The other day I installed three addons which all required Firefox to be re-started and each time it did so, there was an extra tab so that by the end of my addon session I had three extra unasked-for tabs. Not a problem really, just an irritation that I want to stop. How can I stop this?
    Until recently this did not happen and I just got the tabs from my last session unless I had closed them before shutting down Firefox. Even if I make sure that there are no new, unused tabs before shutting Firefox, I still get a new tab when I start it again.

    Thanks for your help; it seems to have cured the situation. In case you are interested, I hadn't updated Firefox because each time I have updated it in the past it gets a little bigger and a little slower and quite often the addons stop working so I decidd that it was OK as it was. Now that I have updated it the addons are still working.

  • Using the middle mouse button to open a link in a new background tab also reloads the current page.

    When I click on a link with the middle button to open the link in a new background tab, the original page reloads and my view jumps to the top each time.
    The new tab loads fine but in order to continue reading the original page I have to scroll down to where the link I clicked on is.
    If I right-click on the link and select "Open Link in New Tab" from the context menu then the behaviour is as expected -- does not reload the original page. The flaw only happens when using the convenient mouse shortcut.
    This is annoying, for example, on long Wikipedia articles where I want to open some of the cited pages in other tabs for reading later whilst I continue to read original article. I'm constantly having to find where I was in order to continue reading.
    I've observed this behaviour on both Windows XP and Ubuntu on various computers.
    [EDIT]: Better description of problem in title.

    I've never had that happen with Firefox 4 on WinXP. I haven't updated my Netbook that runs Ubuntu to Firefox 4 yet.
    1. Try disabling the Java Console 6.0.24 and the Java Quick Starter 1.0 extensions and see if that solves your middle-click problem.
    2. Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.''
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Open URL from Java in a new browser tab

    Hi OTN,
    Surprisingly can't find the implimintation.
    In an ADF managed bean I retrieve String url. I need to open a new browser tab with this url.
    Found this thread Open a url in a new window in the backing bean which shows using javascript "service.addScript(facesContext, "window.open(http://www.google.coml)");".
    But in my case in doesn't work. The code is executed, but nothing happens. Maybe because the bean is called from a taskflow inline popup.
    ADF 11.1.1.4
    Thanks.

    Well, I'm afraid that is not an option.
    The goButton is in a table row. There are lots of rows so if I use EL for Destination attribute the URL would be retrieved for each of rows.
    The method of URL retreiving is heavyweight operation which includes calling plsql functions, working with strings and others. So if I do it for each table row my application hungs and then I receive an exception of CPU usage.
    That's why I switched to normal commandButton witch actionListener which retrieves url on click - only once. So I need to open URL from Java.

Maybe you are looking for

  • Verizon Protect on my phone

    What coct is associated with this service

  • Oracle Apps Forms

    Hi, I am trying to build a form using the bean area to display the records in the form of a grid. Instead of using the multirecord block I am using the bean area to display the records in the form of a grid table. I have a jar file that I have used a

  • Active computer list?

    How do I tell which of my computers is activated in Creative Cloud?  My iMac has Photoshop activated on it but it will not do anything in Photoshop.  Any idea why?

  • How to trigger XI scenario from a SQLServer Database?

    We plan to realize the following scenario -> Database(Receiver System) - XI - RFC/BAPI (Sender system) What's the best practice/technique to invoke the 'pull' from the SQLserver database ? The requirement is to realize this as 'on-demand' initiate i.

  • My MacBook Pro won't reconnect to my Wi-FI automatically after waking from sleep mode

    Hello, everyone. Since I updated to Yosemite, my MacBook Pro won't reconnect to my Wi-FI automatically after waking from sleep mode. Does anyone know how to fix that? Thanks in advance, Arthur.