How to add one new tab at item label in me21n

hi experts,
i  am very new in badi .can any one please tell me how to add
one tab in me21n at item label. i already checked  sample code for
badi me_gui_po_cust. i create one implementation and write same code.
this code is coming in debugging mode but cant see that tab while executing 
me21n.
please help me out.
thanks in advance
manasi

Hi Manasi,
acording to me you are on the right path.Some help
1.ME_GUI_PO_CUST.
For Creating Customer own Screen - Purchase Order..
Details :
Go to the sample code of this BADI.
For this create a Function group with the screen that u want in PO.
In the First method u want to append the screen . There is one parameter im_element.
In this parameter u can mention that in which part u want the screen .Header/Item.
2. ME_PROCESS_PO_CUST
In this BADI u can Check the Complete PO at various Level.
ie Header Level ,Item Level, At the time of Save, Post .
Now Create a Include in your Function group and paste the below code.
DATA: call_subscreen TYPE sy-dynnr, "#EC NEEDED
call_prog TYPE sy-repid, "#EC NEEDED
call_view TYPE REF TO cl_screen_view_mm, "#EC NEEDED
call_view_stack TYPE REF TO cl_screen_view_mm OCCURS 0, "#EC NEEDED
global_framework TYPE REF TO cl_framework_mm, "#EC NEEDED
global_help_view TYPE REF TO cl_screen_view_mm, "#EC NEEDED
global_help_prog TYPE sy-repid. "#EC NEEDED
FORM SET_SUBSCREEN_AND_PROG *
--> DYNNR *
--> PROG *
--> VIEW *
--> TO *
--> CL_SCREEN_VIEW_MM *
FORM set_subscreen_and_prog USING dynnr TYPE sy-dynnr
prog TYPE sy-repid
view TYPE REF TO cl_screen_view_mm.
call_subscreen = dynnr.
call_prog = prog.
call_view = view.
ENDFORM. "set_subscreen_and_prog
Hope to solve ur probs.....
Regards
Renu

Similar Messages

  • How to add the new tab in Quotation VA21

    Hi,
    How to add the new tab after Addition data B in line item in Quotation VA21?
    Please help me for this query.
    Devendra

    Dear Devendra,
    Use the program SAPMV45A & the screen number provided by SAP is 8459.If you activate this screen and include the screen in 4462.
    PROCESS BEFORE OUTPUT.
    *                            Verarbeitung vor der Ausgabe
       MODULE VBAP_BEARBEITEN_VOR.
       CALL SUBSCREEN KUNDEN-SUBSCREEN_8459 INCLUDING 'SAPMV45A' '8459'.
    PROCESS AFTER INPUT.
    *                            Verarbeitung nach der Eingabe
    * Hier weitere Prüfungen
       CALL SUBSCREEN KUNDEN-SUBSCREEN_8459.
    Regards,
    Anand

  • How to add a new tab for the project?

    Dear All Experts,
        Could you tell me how to add a new tab for the project?
        Pls refer to the screenshot as below:
    Thanks!
    Xinling Zhang

    Hi,
        The new tab in cj20n , and the new tab can only be displayed in the highed level.Pls refer to below
        And in cj02, there is no this tab also in the wbs detailed screen,
    Thanks!
    Xinling

  • How to add a new Tab in XD02 Transaction

    Hi all,
    How to add a new Tab in XD02 Transaction. please explain step by step.
    Thanks

    Hi Anil
    Goto T code OBD2 select your account type for which you want new tab. Click on details button above.
    On next screen you can see "Field status" box.
    Select (double click) on the view (i.e. General data or CC data or Sales data) in which you want to add new tab.
    Again on next screen double click on the field present under "Select group" box.
    On next screen go ahead with your settings, i.e. which fields you want and how.
    Save the changes. Goto XD01 and test the same.
    try and revert

  • How to add a New Tab in Business Partner Transaction

    Hi Friends,
    Please help me out to "How to add a new Tab in Business Partner Transaction?
    Regards,
    Ricky

    Hi Rajendra,
    It will be gratefull to have some EEWB docuement.Can you please forward me ?
    Regards,
    Ricky
    Edited by: Ricky Maheshwari on Dec 21, 2009 6:51 PM

  • Adding a new tab on item level in me21n tcode

    Hi all.
    i am adding a new tab on item level in me21n tcode.
    i want to make this tab to be shown on the screen when the order type is UB is stock purchase order.i dont know how to make this condition and where should i place it so that this tab can come in effect only when the stock purchase order appears.
    please help.thanks

    hi
    chk this
    Re: New tabs in the header tab-sheet of ME21N/ME22N/ME23N
    hope this helps
    regards
    Aakash Banga

  • How to add a new tab to sales order header level

    Hello Experts,
    I have to add a new tab 'Billing Plan' at sales order header level.
    As per my functional person, If I modify TVAK-FPART field with some value than tab will be come.
    I tried to modify TVAK-FPART field in debug mode and was able to see the tab, BUT when I again came back to
    VA03/VA03 transaction then that tab was not there.
    Pls help me to resolve this problem..
    Rocks!!

    Hello Rock,
    I have the similar requirement, to add a new tab at the sales order item level. there are already two customer tabs but i dont want to use them, instead i want to use a new tab to be created. i searched BADIs but the BADI BADI_SD_TAB_CUST_I is for SAP Internal use only.
    Kindly suggest whay way you used to create a new tab. thanks in advance.
    Reagrds
    Sachin

  • How to add a new tab on modify user form

    Hi,
    In OIM11g, we can assign roles to a user using a tab named Roles in the modify user form. I want to add a new custom tab alongside all the already present tabs.
    The new custom attribute functions the same as 'Roles' in OIM.
    Does OIM11g provide any functionlity to do so?
    Thanks..

    Have you seen the 11g tutorial thing about adding a Custom ADF tabs in OIM Self Service Console at
    http://apex.oracle.com/pls/apex/f?p=9830:37:3242381082783477::NO:RIR:IR_PRODUCT,IR_PRODUCT_SUITE,IR_PRODUCT_COMPONENT,IR_RELEASE,IR_TYPE,IRC_ROWFILTER,IR_FUNCTIONAL_CATEGORY:,,,OIM_11g,,,
    Is that any help?
    Also, more general advice on customising OIM 11g is available at:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14309/uicust.htm
    Try metalink too because there may be examples of how to do stuff with OIM 11g there.
    Good luck

  • How to add a new tab in Multiple Selections of Select Options

    Hello Experts
    I have a requirement where under the standard select options there is a button "Multiple Selections", when it is clicked there should be a new tab in which there will be a list of options generated based on some condition with checkboxs for the user to select.
    Need your help in implementing it.
    Thank you in advance.

    Hi Santosh Kumar,
               You just need to follow as what Max mentioned. Neverthless I shall provide you solution for the case which you mentioned.
    My Understanding ----
    CASE - You need to custom tab at seacrh helpl for Profit center [ as shown in the your screen shots]
    Solution -
    STEP 1 -You need to create a seacrh help which you need to display as in custom tab you required.
    STEP 2 - Figure out the seacrh help used for the standard data element.
    In your case  profit center, PRCTR --> uses collective search help PRCT.
    STEP 3 - Copy the standard search help PRCT into a custom one ,ZPRCT and include the custom search help which you have created in the STEP1.
    STEP 4 - Create a prorgam and use the search help which you created as match code object id
    Regards,
    Siva

  • How to add a new tab(field ) in selecting ranked list(cj20n)

    Hi,
    I want to add a tab/field  for position of employee while selecting ranked list.As i have to select employees on the basis of their skills  and positions  .I have used requirement profile but it is selecting on the basis of skils and not on the basis of position.
    If I select Item tab it selects on the basis of Positions But i want to select on the combination of both skills and positions.
    So i want to add field (position ) when it shows ranked  list of employees.
    Thanks

    Hi
    I'll try to explain better my need.
    I've 10 CO-PA Key-Figures used to Split in the Cost of a material in different Cost Items.
    Using the customizing I fill these key-figures using some rules.
    The new requirement is use SOMETIME the same KF, by displaying different Costs overwritting the original values using the exit ZXYEXF05. But I need to know when the user wants consider the original value of KF, and when he wants overwrite these values (when I have to run teh exit). So I thought to create a new Selection-screen field (Char1), to permit to the user to pass to some report this user request. I thought to define a global variable, and add it to several reports when this feature is required.
    Can you suggest a better solution ???
    I could create some empty KF and fill them using teh exit, but I would prefer not expand the CO-PA structure.
    Thanks for help.
    Claudio

  • How to add a new tab in Jdeveloper?

    Hi All,
    I want to add a tab into a jdeveloper page in Jdeveloper.
    Please Help.
    Thanks,
    fsl
    Edited by: fsl on Dec 14, 2010 5:03 AM

    Hi,
    DO follw steps:
    ---Create Subtab layoutRN.
    ---IF u want to display 2 tabs,create 2 MessageCompnenets regions.
    ---1st MEssagecomp:
    ---Iten1
    ---Item2
    ---2nd MesageComp:
    --Item1
    --Ityem2
    ---In SubtabRN.
    ---Rightclick >>New>>Subtabs
    ---SubtabTabLayoutComponenets>>Subtab>>link
    ---Create 2 links.
    ---Give the link text in propertys ,this is the tabs prompt.
    Note:
    ---IF u want to display in tab diff pages.Then dont create messagecompnts.
    ---In links provide the path of pages in Destination URL.
    Regards
    Meher Irk
    Edited by: Meher Irk on Dec 15, 2010 1:34 PM

  • Add a new tab in subitem level of Tcode ME23n

    Hi all,
    I have a requirement to add a new tab under a tab in item level.
    I have added a new tab in item level successfully by using BADI:  'ME_GUI_PO_CUST'
    However, I don't know how to add a new tab under the tab customer data that is at Item level.
    If you have any solutions Please share me.
    Thanks in Advance,
    Hung To

    Hi Hungto,
    Goto --> Tcode se51 -->program name : SAPLXM06
                                                 Screen No : 0111
    Make the changes in this layout.So that changes will reflect to customer Data tab at Item level in Me22n.
    Use tabstrip or create a subscreen for the above program name.
    This  may helpfull to resolve your problem.
    Thank you,
    Thanks,
    AMS

  • On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?

    On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?
    In my current Firefox, the "new tab" icon/item from the "customize" pop-up window menu of items is placed next to my home, back, forward buttons near the top-left of my header (Button 1 for "new tab"). Then, the tab bar automatically come with a small tab (with a + sign) to the right of your last tab opened (so you click on + and a new tab opens. Button 2 for "new tab"). I like to have this "new tab" button twice (as a + mini tab, and next to my "home icon".
    When I upgraded to Firefox 4, I seemed to be only able to "customize" or use the "new tab" in one place. Either as an icon next to home button, or as a "+ minitab", but NOT both.
    What can I do to put this button in Firefox 4 on BOTH places???
    Your help is really appreciated. I want to upgrade, but I want my buttons on both places...
    I upgraded to FF 4, but downgraded again just because this feature... that's just me of coarse :-)

    *New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • How to add a new column (Project Number) in the action items table under NPD Module?

    There are two projects with same name and created by same person in NPD.
    So when it is displayed in "Action Items" table, It looks similar.
    To avoid this, I need one more column (Project Number) to be added in the "Action Items" table and " Strategic briefs and projects" table.
    So, How to add a new column (Project Number) in the "Action Items" table and " Strategic briefs and projects" table under NPD Module?
    Please do the needful.

    There is no out of the box configuration available to add columns to NPD action items.   As always we welcome enhancement requests. 
    Thanks
    Kelly

  • Can anyone help with associate my new iPhone with iTunes? My other old devices are there, but I see only how to delete one, not how to add one.  Thank you.

    Can anyone help with associate my new iPhone with iTunes? My other old devices are there, but I see only how to delete one, not how to add one.  Thank you.

    iTunes Match is a subscription system that allows you to upload your own music (e.g. coped from CDs) to the cloud so that it shows (in the cloud) on your devices and computers without having to sync/copy it.
    Automatic downloads allows to, for example, buy an app on your computer's iTunes and have it automatically download on your phone without having to connect and sync it or go to the Purchased tab in the App Store app on your download and download it yourself - but doing that, going to the Purchased tab and redownloading an app, should get it associated.
    But no, I'm not aware of any problems that not having it associated causes.

Maybe you are looking for

  • Account determination error in FI-MM

    Hi Gurus I trying to raise PO requisition in ME21N. Here I am facing couple of issues 1) If I select the K in account assignment category I can't assign the raw material GL account in account assignment tab  as it falls under balance sheet item. 2) I

  • Error occurred during the installation of assembly 'Microsoft.VC80.CRT... blah blah.. HELP!

    I've been getting errors completely randomly.. I've yet to DL Itunes until recently and as I tried to start it up (with a seemingly perfectly fine installation I get this fat *** error.. error is as follows below. An error occoured during the install

  • Mac slower after upgrade to mavericks

    Hi everyone ! After upgrading  to osx mavericks my mac is slower ....is it normal ??? thanks !

  • Sent mails are not sent

    Hello to all, We encounter here a strange problem: My daughter is trying to send mails with her homework to her english teacher. The mail semms to be sent, it shows up in the sent folder. But it never arrives at her teacher. I tried to lookup the pro

  • Export without letterbox

    I have seen similar questions throughout the discussions, but none of the answers seem to be working... I am trying to export a quicktime file (H.264 compression) that was shot in 16:9 with an XL2 and I cannot get rid of the letterbox. I have adjuste