New subscreen in TM03

I want to add new fields and a button to transaction TM03, and the ideal is to use a new tab in the existing tabstrip and change the menu bar. How can I do that?
Thanks in advance,
Daniel

u need to do using screen exit. first see what fields need to be added..Add them to the corresponding database table...now add the fields to the tab strip and write appropriate code to update fields in the database.

Similar Messages

  • Enhancement for ME21N & ME22N new subscreen

    Hi all,
    I'm looking to ad a new subscreen using definition ME_GUI_PO_CUST. I looked at the example CL_EXM_IM_ME_GUI_PO_CUST to understand how it works. Do you know why in the example the include "LMEVIEWSF01" is used? How the logic in the PBA and PAI works with the new subscreen? And where to put the new logic?
    Thanks.

    DONE THROUGH USER EXIT

  • How to add new subscreen & fields to ME51N

    Hi Experts,
    How to add new subscreen and to add new fields at item level, maybe someone have done this before and maybe can guide me...
    Thank You.

    someone have experience on this? so can you guide me... tq

  • New Subscreen by plant

    Hello,
    I created a new subscreen in the Material Master.
    I can do depends on plan Subscreen?
    Thanks.

    This subscreen should only work for a plant (For example 7000).  If the plant is different should not be displayed. It´s not possible?
    Could do with an exit?
    Thanks
    Edited by: zivan_xix on Jul 29, 2010 10:29 AM

  • How to add new subscreen to tr.il01/2/3?

    Hi friends,
    I developed new subscreen using userexit 'ITOB0001' and screen exit 'SAPLITO0' screen number 1000 type subscreen
    but I don't know how to add this sub screen to il01.
    Please explain how to add this subscreen to il01....
    thanks in adv.

    Hi,
         for adding the sub screen to the transactions. It has to be done in the SPRO. Ask your functional consultant to configure.
    I have done this for quality notification QM01 . After creating the sub screen , in the SPRO
    I am giving for quality notififcation u chk the same for IL01
    SPRO>Quality management>Notification --> Overview of notification types --> Select the notification & 90 give the customer specific screen area
    Subscreen Number for Customer Screen Area "Notif. Header"
    Specifies the customer screen area that you can activate on the main notification screen using the SAP enhancement if you are working with the screen area '090' (customer subscreen (one screen/NTyp)).
    Cheers

  • Clicking on new implemented tab is not navigating to subscreen

    hi alll,
    there are 4 tabstrip in a screen and i have added one tabstrip. i am calling two subscreen one subscreen for all 4 tabstrip and another one for new added tab strip. i have just copied a old subscreen and added in new subscreen which will be used for 5th tabstrip. my problem is that all tab strip is working and navigating but when i click on new added tab nothing is happening...
    please tell me whether i have missed something...??
    screen code is : PROCESS BEFORE OUTPUT.
    Status und Titel setzen
    MODULE GUI_CONTROL.
    Screenattribute setzen
    MODULE MODIFY_SCREEN.
    PBO des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB INCLUDING SYST-CPROG '1100',
                    GRPG_SUB1 INCLUDING SYST-CPROG '1200'.
    PROCESS AFTER INPUT.
    Ausgang direkt ohne Prüfungen
    MODULE EXIT_PROCESSING AT EXIT-COMMAND.
    PAI des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB,
                    GRPG_SUB1.
    Feldprüfungen
       FIELD KONMATGRPT-GRPGTEXT   MODULE CHECK_GRPGTEXT  ON REQUEST.
       FIELD KONMATGRP-GRPGNR      MODULE CHECK_GRPGNR    ON REQUEST.
    Folgedynpro setzen
    MODULE SET_SCREEN.
    FCODE vearbeiten
    MODULE FCODE_PROCESSING.

    yes abhijit,
    but the problem is that, i have to do changes in standard screen(T code vbg123) and there are no screen exit so we have to add tabstrip in standard screen. i have copied that program screen in zobject and trying to make changes... but after adding the 5th tabstrip i am not able to navigate and even i am not able to see the places where i can add screen number like this code
    T_TABSTRIP-ACTIVETAB = G_T_TABSTRIP-PRESSED_TAB.
      CASE G_T_TABSTRIP-PRESSED_TAB.
        WHEN C_T_TABSTRIP-TAB1.
          G_T_TABSTRIP-SUBSCREEN = '2410'.
        WHEN C_T_TABSTRIP-TAB2.
          G_T_TABSTRIP-SUBSCREEN = '2420'.
        WHEN C_T_TABSTRIP-TAB3.
          G_T_TABSTRIP-SUBSCREEN = '2430'.
        WHEN C_T_TABSTRIP-TAB4.
          G_T_TABSTRIP-SUBSCREEN = '2440'.
    the code for screen 1000 where tabstrip is added:
    PROCESS BEFORE OUTPUT.
    Status und Titel setzen
    MODULE GUI_CONTROL.
    Screenattribute setzen
    MODULE MODIFY_SCREEN.
    PBO des Gruppierungen-Subscreens
    CALL SUBSCREEN GRPG_SUB INCLUDING SYST-CPROG '1100'.
    PROCESS AFTER INPUT.
    Ausgang direkt ohne Prüfungen
    MODULE EXIT_PROCESSING AT EXIT-COMMAND.
    PAI des Gruppierungen-Subscreens
    CALL SUBSCREEN GRPG_SUB.
    Feldprüfungen
       FIELD KONMATGRPT-GRPGTEXT   MODULE CHECK_GRPGTEXT  ON REQUEST.
       FIELD KONMATGRP-GRPGNR      MODULE CHECK_GRPGNR    ON REQUEST.
    Folgedynpro setzen
    MODULE SET_SCREEN.
    FCODE vearbeiten
    MODULE FCODE_PROCESSING.
    and code which i am doing after copying in z object:
    PROCESS BEFORE OUTPUT.
    Status und Titel setzen
    MODULE GUI_CONTROL.
    Screenattribute setzen
    MODULE MODIFY_SCREEN.
    PBO des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB INCLUDING SYST-CPROG '1100',
                    GRPG_SUB1 INCLUDING SYST-CPROG '1200'.
    PROCESS AFTER INPUT.
    Ausgang direkt ohne Prüfungen
    MODULE EXIT_PROCESSING AT EXIT-COMMAND.
    PAI des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB,
                    GRPG_SUB1.
    Feldprüfungen
       FIELD KONMATGRPT-GRPGTEXT   MODULE CHECK_GRPGTEXT  ON REQUEST.
       FIELD KONMATGRP-GRPGNR      MODULE CHECK_GRPGNR    ON REQUEST.
    Folgedynpro setzen
    MODULE SET_SCREEN.
    FCODE vearbeiten
    MODULE FCODE_PROCESSING.

  • SEPA tree: how to add new fields?

    Hello @all,
    I tried to add some fields to the SEPA tree in DMEE. The technical adding migt not be the problem, but in the output file the new added fields are not shown.
    Can somebody give me hint, how to maintain the new fields that they are shown in the XML file, which is created?
    TKS/BR
    Black

    Hi,
      These are the steps I've done:(a lot similar to the MAX explanation)
    1º Create a structure append in MARA where I added mu new fields;
    2º Create the program SAPLZMGD1 as copy the std program SAPLMGD1;
    3º Create a new subscreen in my custom program SAPLZMGD1, where the fields of APPEND structure of MARA are managed;
    4ª For each new field, the user should include a field instruction between the modules PAI GET_DATEN_SUB and SET_DATE_SUB;
    Ex: FIELD ZZNEW
    CUSTOMIZING
    1º Copy the std sequence 01 or 21(depends of the company) into your custom sequence Z1 by trx OMT3B;
    2º In the new sequence Z1 I add a new DATA SCREEN (as copy of custom DATA SCREEN BASIC DATA 1 or 21),
    3º In my new DATA SCREEN I added my new subscreens (you could add max 10 subscreen;
    4º In the Control of sequence of screens to modify the reference of screens for his/her screen copies and created previously.
    Refer
    http://www.****************/Tutorials/ExitsBADIs/MM/MM01.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/screen-exit-on-mm01-mm02-mm03-322705#
    Regards

  • Enhancing Vendor Master - Accounting Info - Subscreen

    Hi,
    I want to add some new options to u201CAccounting informationu201D segment of Vendor Master.
    Go to XK02 , enter vendor , company code and pur. organization, under company code data there is 'Accounting Info' , i want to add new subscreen there.what is the procedure??
    Please suggest.
    Thanks
    Ankesh

    Hi Ankesh,
    Implement BADI VENDOR_ADD_DATA_CS.
    Refer thread:
    Re: BAdI - VENDOR_ADD_DATA_CS - Add table control on screen
    Reddy

  • Placing ALV grid on subscreen-URGENT

    Hi,
    I have a selection screen in my report program. I have placed a custom container in the selection screen in which I have placed an ALV grid.
    Now my requirement is to place this ALV grid on a subscreen and define this subscreen in my selection screen.
    I have included the following code in my report and also created a new subscreen 0100.
    SELECTION-SCREEN: BEGIN OF TABBED BLOCK sub FOR 197 LINES,
                      END OF BLOCK sub.
    INITIALIZATION.
    sub-prog = sy-repid.
    sub-dynnr = 100.
    Please let me know how do I place the ALV grid on the subscreen.
    Thanks & Regards,
    Srilakshmi B

    Hi,
    1.goto se51.give the module pool name and scrren no.
      2.Select the custom container and give name only.
    3.use that name in the report.
    Regards,
    Shiva.

  • Call normal screen in subscreen.

    hi friends.ı want to call call normal screen in subscreen.
    how do ı do?
    thanks.

    Tried an alternative universe.  Still cant work within the subscreen area although it displays 270 degree symmetry. 
    Try managing the action in the subscreen at the main screen level, but then call a new subscreen based on this outcome to reflect what you originally wanted.
    Cheers
    Gareth

  • Calling new screen (through variant)

    Hello Gurus,
      I have a small question.
    We have following scenario to implement:
    In Shopping Cart we want new source of supply screen. On click of Source of Supply screen this new screen should be displyed.
      Can anyone tell efficient way to do this without standard code modification?
    Can we use screen variant to replace the subscreen with new subscreen?
    Thanks,
    Girish

    you can do it by catching the function code of that button and call the screen when user press button by
    CALL SCREEN scr.
    Addition:
    ... STARTING AT x1 y1 ... ENDING AT x2 y2
    scr is screen no.
    or if you want to do it in report
    just code it in at user-command .
    and try to use
    show your data by increasing sy-lsind.
    regards
    shiba dutta

  • New tab cancels loading of previous tab

    Is there a workaround to this scenario?
    I have two URLs I'd like to open. I type the first URL in the main window. While it's still loading, I type Command-T for a new tab and type in my second URL. Meanwhile, the first URL stopped loading as soon as I launched the new tab.
    By contrast, in Chrome I could quickly type 10 URLs in separate tabs and they're all loading at the same time.

    Hi,
    with BADI_FDCB_SUBBAS04  you can only display the new subscreen in "Basic data tab".
    I do not know if it is possible to create a new tab in header of MIRO transaction.
    check this:
    http://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions
    Best regards.

  • Utilizing standard subscreen for TD Master Data - Vehicles (O4V1,O4V2,O4V3)

    Hi Experts,
    My requirements is to add a button in the transaction codes above that would display a report. The report contains all field changes made per vehicle. That includes the fieldname, old and new value, change date and change by. These data will be selected from a custom table.
    I was able to create the button and display the next screen by adding in SPRO. Now my problem is on how to utilize the subscreen to display the report. Based on my search, I will not be able to integrate my custom program into the subscreen. So what I'm thinking is to just add a new subscreen that has a table control that would display the report..but I do not know how to integrate this new subscreen into the standard screen.
    These additional info might help..
    -using SAP v.46B
    -program name SAPMOIGV
    -screen# 520 (this is the screen number that I'm using since the 510 has already been taken)
    Any Idea is greatly appreciated.
    Edited by: Mark Daqs on Jan 31, 2012 10:43 AM

    Uping this post..

  • Help needed in BADI ME_GUI_PO_CUST

    Hi experts,
    my requiremnt is to add a new subscreen to a standard transaction. I need to add some fields into the subscreen. Now the question is, some of the fields needed to be added as a drop down list. Where in the BADI can i post all the values for the drop down lists and how?
    Plzz Help, urgent.

    Hello Mallikarjun,
    and what was the solution? I face the problem that I've implemented ME_GUI_PO_CUST and a Implementation of ME_PROCESS_PO_CUST is already in place but I can't see my own tab folder.
    Do you know more about this?
    Any help is appreciated.
    Kind regards....
    ...Hans

  • View document in material master, Basic data 2 screen?

    Hello gurus,
    How to view a DIR assigned to material master - basic data 2?
    According to help.sap.com:
    Additional Function for Material Master Record:
    In Customizing for the Material Master, you can define a standard document type by choosing Make Global Settings.
    -  Done this: assigned document type needed, created a DIR with that type and assigned it to a given material
    Documents of this standard document type are displayed in the material master record, in the Basic data 2 view (Extras ® Document data).
    - Information of the DIR can be seen in the main screen, no path Extras --> Document data (I know DIRs are shown behind menu path Additional data --> Documents)
    You can display the original application files of a document (for example, an engineering/design drawing) directly from the object (for example, material) using a display application (viewer).
    PROBLEM starts here: no icon or button to click in order to view the document although the help states so.
    Any idea what should be done? Should I install a software of some sort to view? Assign it somehow with SAP? The document type here is doc (MS Word), so nothing special.
    Any advice is highly appreciated.
    BR,
    Pipsa

    Hello Sam,
    Sorry, I think I described the problem inaccurately.
    I could see the document already but for that I must follow the path Additional data --> Document data.
    My core question was: Is there a means to allow a user to display the document directly in the screen Basic data 2 since system creates a new subscreen called Design documents assigned anyway?
    It seems that the design documents assigned is for information purposes only. It would have been far better with usability to have the display icon in the main data.
    BR,
    Pipsa

Maybe you are looking for