Custom tab field is missing in me21n

hi all,
i am doing one enhancement work.
requirement is custom tab with custom field creation in me21n Tcode.
i have created all the things using user exit and its working fine also.but now  inside the tab field is not displaying.
i dont know what happen, pls some one help me its very urgent.
thanks & Regards,
S.Kavitha

Hi ,
Please find the below screenshot.it is used to add custom tab in header level or item level also.once you added the field in layout,active the layout screen and also active the Enhancement .
Regards ,
Karthikeyan R

Similar Messages

  • How to assign custom tab field value to corresponding standard tab field value.

    Dear friends,
                         I want  assign a field value ( advice code , advice code description ) in a custom tab  to corresponding field value in standard tab (advcode ,).   in me51n. 
    following screen shot are given below

    Hi SK,
    It looks both the tabs are custom ones. In that case, you can either use Export/Import statement or you can use Set/Get Parameter ID for  setting value.
    If one is standard subscreen, you can export value from custom subscreen and use line item level user-ext/enhancement to assign the value on standard subscreen.
    Hope this helps.
    Regards,
    Naveen

  • PO ITEM CUSTOM TAB - FIELDS (non editable)

    Hi,
    I have created a custom tab in the PO item level using the badi "ME_GUI_PO_CUST". My custom fields in the custom tab are editable in the creation and change mode, while non-editable in the display mode as per my desire.
    The problem is when I am saving some changes in the PO, after this all standard fields were becoming non-editable but my custom fields in the custom tab were in the editable mode. I want custom fields also to be in non-editable, once I saved  from ME22N tcode.
    Please help me out.
    Best Regards,
    Gopi
    Edited by: Gopi Ramasamy on Sep 30, 2008 3:36 PM

    In method
    IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_HEADER
    call method is_changeable from data model
      DATA: xv_changeable TYPE mmpur_bool.
      xv_changeable = im_header->is_changeable( ).
    based on value of xv_changeable i.e. 'X' or space.
    set
    ch_fieldselection-fieldstatus = '+ . * -'
    '-'    ->  Hide / Inactive
    '*'    ->  Display only
    '+'   -> Change

  • Project template: custom tab / field group

    Hello!
    We set-up an additional custom tab for some object types (DPO, PPO, TTO...), thanks to the field group customizing.
    However, it seems not possible to display these fields in the templates: DPT, PPT, TTT. The field groups are defined per project type, so why don't we see these fields in the templates when we select a project type? The more strange is that we see the tabs, but not the fields...
    Does anyone have an idea to perform this?
    Thank you.
    Matthias

    Hi Matthias,
    If you can see the tabs and not the fields, pl check if you have covered field control for these newly created custom fields.
    To have field control for these fields, you will have to copy the standard SAP provided field control, include the structure that has you custom fields and give it authorizations etc as per your requirement.
    Pl read carefully the documentation provided with field control.
    Regards,
    Reema.
    Edited by: Reema Shahbazkar on Jun 11, 2008 7:42 PM
    Refer note 947963 - Setting up field control

  • Container tab "Field" is missing for rented container

    Hi Gurus,
    Containers where all originally created on SAP as u201Cownedu201D containers category when they should have been u201Crentedu201D containers. The problem now is that normally on u201Crented containeru201D category there is a tab  u201CRentalu201D to enter the Owner  details and Date rented / rental expiry date .
    But on these containers does not have the tab u201CRentalu201D .
    Could you please suggest me how to get the tab u201CRentalu201D to these changed containers?
    Thanks & Regards,
    Sada

    Hi,
    Please uncheck the 'Use Approval Hierarchy' flag and save the changes.
    Again check the 'Use Approval Hierarchy' flag and save the changes.
    Please run the following query to check the value of 'Use Approval Hierarchy' flag for the problematic operating unit.
    Please provide the operating unit id as input to the query.
    select USE_POSITIONS_FLAG from financials_system_params_all where org_id = '&org_id';
    It should return a value 'Y'.
    Now log out of the application and login again & Check the document types.
    Thanks,
    Subhashini

  • Custom tab missing from Create Site template selection section in SharePoint 2010

    Background:I migrated from SP 2007 to SP 2010.
    ISSUE: my custom templates are visible in the Gallery list but when i try to create a new site the Custom tab selection is missing.
    What am i doing wrong?

    Hi,
    For a tip to understand for Visual Upgrade refer here :
    Visual Upgrade
    By Custom Templates, I mean remove old Master Pages : Go To Site Settings --> Look And Feel --> Master Pages (click on Master Pages to open window with Master Pages and CSS Style). From this page select V4Maste.master and default CSS. Refer here for
    more on how to change :
    Master Page  
    You can very well get back all your custom settings, but first lets try to resolve your first issue.
    Cheers!

  • Change Custom tab names in Me21n

    Hi
       We have written a screen exit to create a new custom tab in Header data of Me21n. Can anyone has any idea of changing the name of this tab - By default it is coming as 'Customer Data'.
    Appreciate help on this
    Thanks
    bpr

    hi,
    Changing Tab Names in  ME21N
    Re: change tab names
    open the links and they may help you......give a try....
    Regards,
    Praveena.

  • System error: Incorrect Customizing for field

    Hello guru's,
    I am using badi (mb_migo_badi) on migo transaction for adding a custom tab.
    In mseg table custom include (CI_COBL) I had added two fields which is zct3no and zct3dt
    when the time of transaction :
    the field which i had taken , migo document is generating properly and the values of customized tab fields inserting in mseg table properly .
    The badi which i had done is working properly for document creation, but at the time of display this document the error is coming :
    system error: incorrect customizing for field : ct3no and ct3dt
    Thanks & regards,
    Sandeep.
    Moderator message : Duplicate post locked.
    Edited by: Vinod Kumar on Oct 23, 2011 1:01 PM

    Hi Sandip,
    I think there is a similar post you posted in the same forum.
    Regards,
    Madhu.

  • Adding a custom tab in Purchase Order with two fields - ME21N

    Hello Experts,
    My requirement is to add a custom tab with two fields in purchase order at header level.
    The BADI ME_PROCESS_PO_CUST is alreday implemented previously as there was one custom tab added previously in header.
    The structure  CI_EKKODB already have the custom fields for the enhancement done earlier.
    Now to add my additional tab how should i proceed ....should i put my additional fields in the same structure and write my code in same BADI.....will there be any impact on already done enhanecement.
    Please suggest in achieving this functionality.
    Thanks,
    Naveen

    Hi,
    Check this [wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29], it tells you how to do with an example for item data.
    Regards,
    Eduardo

  • Unable to add custom tab in ME21N using BADI ME_GUI_PO_CUST

    Dear All,
    I need one extra tab in Item Details of ME21N.
    This extra tab should have two fields of my own.
    I have put the coding in the SUBSCRIBE method of the implementation of the BADI ME_GUI_PO_POST as follows:
    data: ls_subscriber like line of re_subscribers.
    we want to add a customer subscreen on the item detail tab
      check im_application = 'PO'.
      check im_element     = 'ITEM'.
    each line in re_subscribers generates a subscreen. We add one subscreen in this example
      clear re_subscribers[].
    the name is a unique identifier for the subscreen and defined in this class definition
      ls_subscriber-name = 'Event Details'.
    the dynpro number to use
      ls_subscriber-dynpro = '0001'.
    the program where the dynpro can be found
      ls_subscriber-program = 'SAPLMEPOBADIEX'.
    each subscreen needs his own DDIC-Structure
      ls_subscriber-struct_name = 'ZSM_PO_STRUC'.
    a label can be defined
      ls_subscriber-label = 'Event ID'.
    the position within the tabstrib can be defined
      ls_subscriber-position = 5.
    the height of the screen can be defined here. Currently we suport two screen sizes:
    value <= 7 a sevel line subscreen
    value > 7  a 16 line subscreen
      ls_subscriber-height = 7.
      append ls_subscriber to re_subscribers.
    I put breakpoints in the implementation of the method, and it is going into it, yet the extra tab is not getting displayed on the screen.
    Please give your suggestions on this.
    Regards,
    Prosenjit.

    Hi Prosengit,
    I am not aure about u r BADI,
    BUt last week i have custom tab in the PO header data using this enahncement 'MM06E005'.
    IN thi senhancement u have thrre screen exits.In this enhancement
    SAPMM06E        0111 CUSTSCR1 SAPLXM06        0111 Subscreen: PO item
    u can add subscreen and u can add u r own fields here .
    and u can write u r code in 'EXIT_SAPMM06E_006'.
    if u want to change the title of the program.
    Go to program SAPLXM06 then go to text element give text symbol no as '111' and u can change the title of u r tab.
    I hope this solves u r problem.

  • Adding new custom field in already existing custom tab for MM01

    Hello Guru,
    I have a requirement that add a custom field in already existing custom view of MM01. I did the following steps :
    1. I have cerated a new field in MARA using APPEND structure.
    2. I have found the function group(Y_FE_MARA) that already there other subscreens, so that I have added another subscreen in that function group and created a field from MARA in the screen.
    3. in SPRO went for the path Logistics General->Material Master->Configuring the Material->Define Structure of Data screens for Each Screen sequence
    In the 3rd step, I have choosen already existing screen sequence(Y1) and went for Data Screens and choosen for Custom tab and double click on subscreens and then I have added the program as SAPLY_FE_MARA and subscreen number(011) and saved it.
    After all the above steps, I have run MM02/MM03 then the field is not getting displayed in the screen of custom view.
    Did I miss any steps here? Please suggest me if I did something wrong.
    Thanks and Regards,
    Muralikrishna Peravali

    Hi Raymond,
    Thank you for the reply. As per the note some one already implemented the Screen Enhancement with 2 custom views. I need to add the field in any one of existing custom view. So for this I have created a Subscreen in copied function group of MGD1(Y_FE_MARA). But in the function group already 10 Subscreens were created. Is this is the problem? or else copy the FG MGD1 into another FG and create the subscreen will be feasible to my scenario?
    Please suggest me.
    Thanks and Regards,
    Muralikrishna Peravali

  • Problem - Customer tab in ME21n

    Hello experts,
    I have seveal customer tabs in ME21/2/3n using ME_GUI_PO_CUST.
    I can see them in ME22/3 properly.
    The problem is that in ME21n I can see them only after i fill in one of the fields in the original tabs.
    I tried to debbug it but it seem to work the same as ME22n.
    Any ideas?
    regards,
    Ronen.

    Hello experts,
    I have seveal customer tabs in ME21/2/3n using ME_GUI_PO_CUST.
    I can see them in ME22/3 properly.
    The problem is that in ME21n I can see them only after i fill in one of the fields in the original tabs.
    I tried to debbug it but it seem to work the same as ME22n.
    Any ideas?
    regards,
    Ronen.

  • Update fields from custom tab in selected lines in ME22N

    Hello all,
    I have implemented BAdis ME_PROCESS_PO_CUST & ME_GUI_PO_CUST and created a custom tab at the header level in ME21N/ME22N. I have fields such as Delivery Date and Ex Factory Date in my tab.
    We are able to put data in these fields and have that data populate their respective fields in the Purchase Order.
    Our users would like to be able to run ME22N and select certain line items and have only those items changed with the data from the custom fields.
    So, my question is how do I handle line selection in the context of these BAdIs? Is there a way to know which lines have been selected and then only change the data in those items?
    I have looked in Class CL_PO_ITEM_HANDLE_MM for an attribute or method that might help but I haven't found anything as of yet.
    I have found that the field MEPO1211-TCSELFLAG is set when a line is selected in ME22N. However, I haven't found a way to work with it. It doesn't get passed to any of the methods in the BAdIs, as far as I know.
    Thanks for any help.
    Kind Regards,
    Chris

    Hi, i understand
    if you are sure that if with MEPO1211-TCSELFLAG  this variable you can able to get,
    even though it is not been passed to BADI, you can achieve it to get the variable.
    Just try as follows,
    DATA lv_head_ptr(30) VALUE '(SAPLMEGUI)MEPO1211'.
    FIELD-SYMBOLS: <l_MEPO1211> TYPE MEPO1211.
    ASSIGN (lv_head_ptr) TO <l_MEPO1211>.
    Now, <l_MEPO1211> will contain the structure of the MEPO1211.

  • Custom tab not reflecting in ME21N & ME22N

    Hello,
    I need to add an additional tab on the Header level of PO. I have implemented the BAdI ME_GUI_PO_CUST & ME_PROCESS_PO_CUST as specified in the sample example.
    However, I'm unable to see the custom tab in ME21N & ME22N, whereas I can see the tab in ME23N.  I have code in the method FIELDSELECTION_HEADER but it doesn't stop at breakpoints when I run ME21N & ME22N. 
    When I debug, I can see the breakpoints but the program never reaches them. 
    Thank you for any help on this and implementing these BAdIs in general.  This is the first time I have worked with these BAdIs and it has proved to be very frustrating. 
    Kind regards,
    Chris Mowl

    Hi Chris,
    Madhu is right. Check the point he suggests. For instance in IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_HEADER
      DATA: l_persistent TYPE mmpur_bool,
            l_changeable TYPE mmpur_bool.
    * if the item is already on the database,
    * we disallow to change field badi_bsgru
      l_persistent = im_header->is_persistent( ).
      l_changeable = im_header->is_changeable( ).
    * after coding
       IF CONDITION IS TRUE.
          IF l_changeable = 'X'.
            <fs>-fieldstatus = '.'. " READY FOR INPUT
          ELSE.
            <fs>-fieldstatus = '*'. " view
          ENDIF.
        ELSE.
          <fs>-fieldstatus = '-'.    "SUPRESS IT
        ENDIF.
    Remember note, if all fields that you add are suppressed, then the dynpro will not be viewed.
    I hope this helps you
    Regards
    Eduardo

  • Add fields in PO header ME21n Org data tab

    I want to add 3 new fields in the ME21n transaction in the Org. Data tab. Program SAPLMEGUI Screen 1221.
    Please help in detail how to proceed with exit/Badi name, changes in database table to add fields and required Code to write.

    Hi
    You Cannot add the custom fields directly in the standard Tab, You can add it only in the custom tab. Generally SAP allows to add the custome fields in the separate tab in the standard screen like 'Customer data tab in case of ME21N transaction'. So if  you want to add the custom fields you can add them under this tab only.
    For Header.
    The tab name is : Customer Data.
    The Exit Function Modules are: 1.EXIT_SAPMM06E_006
                                                      2.EXIT_SAPMM06E_007
                                                      3.EXIT_SAPMM06E_008.
    The CI Includes are : CI_EKKODB.
    For Item
    The tab name  is : Customer Data.
    The Exit Function Modules are: 1.EXIT_SAPMM06E_016
                                                      2.EXIT_SAPMM06E_017
                                                      3.EXIT_SAPMM06E_018.
    The CI Includes are : CI_EKPODB.
    Regards,
    Praveen kumar.

Maybe you are looking for