Add New Field in Delivery Tab of  Me21n -which exit

Hi,
   My requirement is to add a new field(Inspection lot) in Delivery tab of me21n
kindly help me in which SCREEN EXIT  i have to add the code.
Advance Thks

Hi,
Check this userexit.  MEQUERY1.
if that doesn't workout check one by one from following.
                                                                                Enhancement                                                                               
MEQUERY1                                Enhancement to Document Overview ME21N/ME51N                        
MEVME001                                WE default quantity calc. and over/ underdelivery tolerance         
MM06E001                                User exits for EDI inbound and outbound purchasing documents        
MM06E003                                Number range and document number                                    
MM06E004                                Control import data screens in purchase order                       
MM06E005                                Customer fields in purchasing document                              
MM06E007                                Change document for requisitions upon conversion into PO            
MM06E008                                Monitoring of contr. target value in case of release orders         
MM06E009                                Relevant texts for "Texts exist" indicator                          
MM06E010                                Field selection for vendor address                                  
MM06E011                                Activate PReq Block                                                 
MMAL0001                                ALE source list distribution: Outbound processing                   
MMAL0002                                ALE source list distribution: Inbound processing                    
MMAL0003                                ALE purcasing info record distribution: Outbound processing         
MMAL0004                                ALE purchasing info record distribution: Inbound processing         
MMDA0001                                Default delivery addresses                                          
MMFAB001                                User exit for generation of release order                           
MRFLB001                                Control Items for Contract Release Order                            
AMPL0001                                User subscreen for additional data on AMPL                          
LMEDR001                                Enhancements to print program                                       
LMELA002                                Adopt batch no. from shipping notification when posting a GR        
LMELA010                                Inbound shipping notification: Transfer item data from IDOC         
LMEQR001                                User exit for source determination                                  
LMEXF001                                Conditions in Purchasing Documents Without Invoice Receipt          
LWSUS001                                Customer-Specific Source Determination in Retail                    
M06B0001                                Role determination for purchase requisition release                 
M06B0002                                Changes to comm. structure for purchase requisition release         
MELAB001                                Gen. forecast delivery schedules: Transfer schedule implem.         
MEFLD004                                Determine earliest delivery date f. check w. GR (only PO)           
MEETA001                                Define schedule line type (backlog, immed. req., preview)           
ME590001                                Grouping of requsitions for PO split in ME59                        
M06E0005                                Role determination for release of purchasing documents              
M06E0004                                Changes to communication structure for release purch. doc.          
M06B0005                                Changes to comm. structure for overall release of requisn.          
M06B0004                                Number range and document number                                    
M06B0003                                Number range and document number                                                                               
Business Add-in                                                                               
ME_GUI_PO_CUST                          Customer's Own Screens in Enjoy Purchase Order                      
ME_HOLD_PO                              Hold Enjoy Purchase Orders: Activation/Deactivation                 
ME_PROCESS_COMP                         Processing of Component Default Data at Time of GR: Customer        
ME_PROCESS_PO                           Enhancements for Processing Enjoy Purchase Order: Intern.           
ME_PROCESS_PO_CUST                      Enhancements for Processing Enjoy Purchase Order: Customer          
ME_PURCHDOC_POSTED                      Purchasing Document Posted                                          
ME_REQ_OI_EXT                           Commitment Update in the Case of External Requisitions              
ME_REQ_POSTED                           Purchase Requisition Posted                                         
ME_TAX_FROM_ADDRESS                     Tax jurisdiction code taken from address                            
MM_EDI_DELFOR_OUT                       Enhancements for IDoc Output of SA Releases: Internal                                                                               
ME_PURCHDOC_POSTED                      Purchasing Document Posted                                      
ME_REQ_OI_EXT                           Commitment Update in the Case of External Requisitions          
ME_REQ_POSTED                           Purchase Requisition Posted                                     
ME_TAX_FROM_ADDRESS                     Tax jurisdiction code taken from address                        
MM_EDI_DELFOR_OUT                       Enhancements for IDoc Output of SA Releases: Internal           
MM_EDI_DESADV_IN                        Supplementation of Delivery Interface from Purchase Order       
MM_EDI_ORDERS_OUT                       Enhancements for IDoc Output of Purchase Order: Internal        
SMOD_MRFLB001                           Control Items for Contract Release Order                        
ME_DEFINE_CALCTYPE                      Control of Pricing Type: Additional Fields                      
MEGUI_LAYOUT                            BAdI for Enjoy Purchasing GUI                                   
ME_BSART_DET                            Change document type for automatically generated POs            
ME_CCP_ACTIVE_CHECK                     BAdI to check whether CCP process is active                     
ME_CCP_BESWK_AUTH_CH                    BAdI for authorization checks for procuring plant               
ME_CCP_DEL_DURATION                     Calc. of Delivery Duration in CCP Process (Not in Standard)     
ME_CHECK_ALL_ITEMS                      Run Through Items Again in the Event of Changes in EKKO         
ME_CHECK_SOURCES                        Additional Checks in Source Determination/Checking              
ME_CIN_LEINRF2R                         BADI for CIN India - Delivery charges                           
ME_CIN_LEINRF2V                         BADI for LEINRF03 excise_invoice_details                        
ME_CIN_MM06EFKO                         Copy PO data for use by Country version India                   
ME_CIP_ALLOW_CHANGE                     Configuration in Purchasing: Changeability Control              
ME_CIP_REF_CHAR                         Facilitates Reference Characteristics in Purchasing             
ME_COMMITMENT_STO_CH                    BadI for checking if commitments for STOs are active                                                                               
Assign points if useful.

Similar Messages

  • Requirement to add new field in Location Tab of Service order

    We have a requirement in which it is needed to add anew field in Location Tab of Equipment and Service order. For Equipment part , we have added the field via Enhancement ITOB0001 and activating the field via "Set View Profile for Technical Objects".
    But for Service order part, we are not able to add the new field in the Location tab , please suggest how can we achieve this.

    Hi Deepika,
    If you are not particular about having it in Location tab use Screen-Exit provided in the Enhancement IWO10018 to add an additional tab to host your custom fields. as under:
    ABAPer will be able to readily follow these steps
    Steps will be,
    1. Create a Data type to capture the your custom values. (SE11)
    2. Include your Zfield (with this datatype) through in the include structure CI_AUFK of the Order Header table (AUFK)
    3. Create a project with Tcode CMOD and assign the enhancement above (IWO10018)
    4. Go to Components and Click on Screen Exit
    5. Here Go to Screen-painter (Blue Arrow named Layout) , Create your Field screen-box, field Text field and field Input field. In the field input field Name you should use the above Zfield details (table-field)
    6.Activate the project CMOD and come-out.
    Run IW31, you will see an additional tab like shown above. But here the field is nothing.
    We haven''t told the system what is to be filled here.
    For this in continuation to the above steps between 5 and 6, insert this step.
    5a. Write your code in Function Exits : EXIT_SAPLCOIH_018 and  EXIT_SAPLCOIH_019  of the same enhancement (IWO10018.)
    Code to be written in exit 18:
    move-corresponding COCI_AUFK_IMP to AUFK.
    Code to be written in exit 19:
    move-corresponding aufk to COCI_AUFK_exp.
    After this exercise your Z-field will be visible in the Enhancement Tab as shown in the picture in the beginning. Now your values will be saving to AUFK table.
    So, this is completely an ABAPer job.
    Hope this information helps you.
    Jogeswara Rao K

  • Exit or badi for me21n- for adding new field in delivery tab(Item level)

    HI,
    My Requirement is to add the New Field(Inspection Lot) in delivery tab in item level of me21n .
    I want to know this can be done by any Exit or Badi or modifying the standard sap is the only way to do this... 
    Kindly help me to solve the issue..it's quite urgent , i unable to find one,i used the exit mequery1 but did not work ......
    Thanks in Advance.

    Hi Nagaraju,
    Actually,for every T-code,SAP has provided a lot of BADIs where the customer can write their own codes depending
    upon the functionality required.
    In order to find the BAD for a particular T-code,go to the T-code SE24 and type in cl_exithandler and click on
    Display.
    You will get a list of methods in that class,double click on the Get_Instance method from the list.
    you will get the code for that method.Scroll down and you will find one of the parameters "Exit Name" there.Put a
    breakpoint on that function module and press F8.
    In the debugging mode,double click on the Exit Name to get the value contained in it.You will see the first BADI
    provided in that T-code.
    Note down this and then keep on pressng the F8 and noting down the BADIs being displayed.
    Now ,you will have to find out the BADI which fits your requirement.
    Now,it is not required to opy that BADI into ZBADI.Instead it is better to create a new implementation for this
    BADI.
    Go to the T-code SE18 and see its definition.
    Now,go to the T-code SE19 and create a new implementation and write the code there.
    Once done,activate that implementation and the BADI also.
    Now run the T-code and debug the code that you have written.You can modify the code accordng to your requirements.
    In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.

  • QM01 - Add new fields under SUBJECTS tab for notification type Q2

    Hi Experts,
    My requirement is to add 2 new fields to the create Quality Notification (QM01) Tcode under SUBJECTS tab for Notification type Q2.
    I followed the following steps to achieve this :
    [ SPRO -> Quality Mnanagement -> Quality Notifications -> Overview Quality Notification Types -> Then I selected Q2 and then selected dcreen structure for extended view -> Double clicked on 10\TAB02 ].
    Now I arrived on the screen where we have to define the custom screen area and  screen number.
    But here in this case (Q2 notification type) all the 5 screen areas are already occupied , so where can I add my custom subscreen ??
    Please refer to below screen shot for better understanding :
    Please help ! Thanks in advance.
    Kind Regards,
    Ashish Goyal

    Dear narendra bora 
    You can enter the more than two persons in but not on header screen. In operation you can make each seperate person responsible for each operation & that can be entered against each operation seperately. Also if operation is carried out by two person then also you can enter that in the form of split. 
    But it is not possible to enter two users in reported by field.
    I hope this will resolve your issue.
    Regards

  • Gray out latest GR date field in delivery tab of me21n

    Hi all..
    I have done a enhancement where the delivery date showed be flowed to latest GR date. It works fine , but the user wants to gray out the latest GR date field.
    When the Functional makes the setting to gray out the field in SPRO then the value does not flow.
    Can you please help me out to do this ? Should any other screen exit is to be used ?
    Thanks
    Neha

    Hello Neha,
    Please follow the steps mentioned in this discussion .
    Replace constant c_61 with C_54.
    CONSTANTS: c_54       TYPE mmpur_metafield  VALUE '054', 
    Re: greying out MEPO1211-NETPR in purchase order?
    Thanks

  • How to add new fields in report painter without library

    Hi,.
    I have to add new fields in report painter(std one) which is not in any library and so I am not able to add the fields in characteristics. Though I have added zfields in CCR1S but I am not able to add these fileds in characteristics in report painter(say - CJe3 t-code)
    How to procedd for this.
    Thanks,
    MOhan

    hi,
    first i copied the report 12KST1G in my Y12KST1G with form. In CJE2 when i Click this report then in the whatever fields coming in the characteristics we can put it in 'variables' tab and these will be the fields which is displayed on the selecton screen. So after doing the wbove changes in the exit , I am not able to get the fields in characteristics vale so that I can put it in variable. or do we have to do some chnages in the screen for this z report which is like std. one.
    FYI..The display of the fields was done in z-report with library but this is like a report without library and we did some chnages in the exit.
    Pls Suggest

  • IDOC - add new field in in existing segment definition

    Hi,
    For segement type say Z1MARA1 if we need to add a new field in segement definition say Z2MARA1 SAP is not allowing to add new field if we tried to cancelled the realsed 30E it not allowing since the SAP realease which we are working is 640 so only we can create new segement defination with version Z2MARA1001 with new field added but issues is that the partner Profile for outbound parameters the Segment release in IDOc Type is 31I so if we change this segment release in IDOC type to new version ie., 640 then it will pick all the new segement associated with it due to which the the format in which we pass the segements to third party will change so is there any way to use the existing segment definition which is release 30E & add addition field to it. Only one way I found is that when i try to cancel the released message is trigger so in the debug if I make it success it allows to add new field in existing segment definition but which is wrong way of doing is there any way we can used same segment definition & add new field without adding new version & new released.
    Thanks in advance.
    Rajeev

    Varma,
    I know that we can add new segement with new version my question is existing segement definition can we add a new filed because in partner profile we specified release 31i so even we create new segement type then version will be 640 so it will not pick the latest version.
    Thanks
    Rajeev

  • How to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO?

    Hi Experts
    i have a reuirement where i have to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO
    i am doing below steps for this.
    1. Adding custom field ZZfield in structure INCL_EEW_PD_PARTNER_CSF by  using  append structure.
    2. Spro ->Supplier Relationship Management -> SRM Server -> Cross application basic settings -> Extensions and field controls (personalization) -> Configure field control ->Configure Control for Fields of Substructures
    then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"  
    add the below entry
    Bus. Object Set Type  : I am trying 7 and 29
    Structure Field Name  : ZZfield
    Bus. Object Type       : BUS2121/BUS2201
    Set Level                    : Item
    Field Visible :  Check box should be checked
    Field Enable :  check box should be checked
    Can anyone has the idea of this?
    Thanks
    Rohit

    Hello Rohit,
    Please create a enchancement for component  /SAPSRM/WDC_UI_DO_SHIPTO.
    Add new input field and label in view V_DODC_SHIPTO.
    Bind the input field value with field ZZfield from structure  /SAPSRM/WDC_UI_DO_SHIPTO in the context node SHIP_TO .
    Regards,
    Neelima

  • Add a new field in the Tab Addicional data en la ME22N

    Hi,
    Please, can anyone tell me how can we add a new field in the tab Addicional data en la ME21N? I have to use the MM06E005, but I don't know which screen exit should I use and also how to add this subcreen in the tab Addicional data.
    Thanks in advance.
    Saida.

    Hi,
    using SE80 you can add your fields with subscreens
    SAPLXM06 0101 for Headerfields
    SAPLXM06 0111 for Items.
    This will add a tab in ME2..N.
    if you want your own Text on the tabstrip just edit the Textsymbols
    101 and 111 from SAPLXM06.
    At output you have to open a module asking the gl_aktyp to switch edit/display mode.
    then you must code the Exits to import/export values
    EXIT_SAPMM06E_006
    store transaction type for later modification of screen attributes
    gl_aktyp = i_trtyp.
    gl_no_screen = i_no_screen.
    store current state of customer data in ekko_ci (structure for screen)
    ekko_ci = i_ci_ekko.
    store reference document
    if i_rekko-ebeln ne gl_rekko-ebeln and
    not i_rekko-ebeln is initial and
    gl_rekko-ebeln is initial.
    ekko_ci-zzemail = i_rekko-zzemail.
    gl_rekko = i_rekko.
    endif.
    EXIT_SAPMM06E_007
    move-corresponding i_ekko to gl_ekko_ci.
    EXIT_SAPMM06E_008
    e_ci_ekko = gl_ekko_ci.
    ekko_ci contains the actual values of the Dynpro fields
    e_ci_update is only set if you really want the fields
    on the Dynpro to be saved. You must set it then to 'X'
    the field ekko_ci-zzflag will here only be saved if there
    was a change and the transaction is not in display mode
    if gl_ekko_ci-zzemail ne ekko_ci-zzemail.
    e_ci_ekko-zzemail = ekko_ci-zzemail.
    if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
    endif.
    endif.
    Regards
    Kiran Sure

  • Add new fields in Additional data tab B in Inquiry,

    HI,
    I want  to add additional new fields in inquiry on the addition tab -B, like
    Architect Name
    Contractor name
    followed By
    referenced by  like this, and want to capture the report on these fields
    plz guide
    thanks in advace

    Dear Rishi,
    Please Don't post multiple threads for same issue(i.e Add new fields in Additional data tab B in Inquiry).
    Try with these User Exits,
    USEREXIT_MOVE_FIELD_TO_VBAK
    Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document".
    The user exit is called up at the end of the FORM routine VBAK_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBAP
    Use this user exit to assign values to new fields at sales document item level. It is described in the section "Copy customer master fields into the sales document".
    The user exit is called up at the end of the FORM routine VBAP_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBEP
    Use this user exit to assign values to new fields at the level of the sales document schedule lines.
    The user exit is called up at the end of the FORM routine VBEP_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBKD
    Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document".
    The user exit is called up at the end of the FORM routine VBKD_FUELLEN.
    I hope this will help you,
    Regards,
    Murali.

  • How do I add new fields to the 'Customer Data' tab under the BP

    I had previously found a screen in the SAP GUI to add fields so that they would show up on the 'Custmer Data' tab under the Business Partner screen. I thought it had been somewhere in se80 but I cannot find it again. Does anyone know where this is? Thank you!

    Hi Mark,
    You can do this using transaction EEWB. This is the Easy Enhancement Workbench.
    within this, you can use the wizard which will guide you through a step by step process to add the fields you need. Basically, there are 2 ways to add new fields  :
    1. Add new fields - this adds fields to table BUT000, but places the fields on a new tab called 'Customer Data'
    2. Add new attributes table - creates a new table and links it to BUT000 using the partner number.
    Hope this helps you.
    Cheers,
    Rishu.

  • Add new field in Work Order Component Tab

    Dear Experts,
    Really need your advice to solve my client requirement related to Work Order. The requirement is to put status code and estimated date of returned material in WO Component Tab.
    And because we almost use all of fields in Component. So i'm trying to know, is there any configuration (in SPRO - if any) by adding new custom fields in Work Order (WO) Component Tab?.
    Or is there any enhancement (EXIT) to add new fields in WO?
    Please advice.
    Thanks.
    LN.

    Hi Anthyodaya,
    Try this screensexit not sure if this is what you are looking for
    EXIT_SAPMV45A_001( Take help of ABAP for this)
    Hope this helps.
    Thanks and Regards
    Rohit
    this Question is raised by you twice..please close one.

  • Creation of new fields under sales tab in XD01

    Hello,
    I have to create a new field under the sales tab in XD01. Please let me know how i can do this? or is there any other way of adding the new fields to the customer master..
    Thank You!!!!
    Suresh

    Hi,
    you can add to fields with customizing a cross the below path:
    Financial accounting/accounts receivable and accounts payable/customer accounts/master data/define screen per activity (customers),
    but i dont know how add new fields,
    regards,
    David

  • Need to add extra fields in Custom tab  using EEWB.

    hi ,
    I extended business partner with 10 custom fields using EEWB by creating an custom tab. I would like to add 2 more fields in the same custom tab . I am unable to find the provision to add new field to the existing project. so i am deleting the existing project and creating new project and adding all the =and new fields.
    Now when I am creating new project  i am loosing the old field names. It creating the new fields with new field names.
    My requirement is I should create a new fields without changing the old field names.
    So Please can any one help me as how to approach these without deletion or changing the existing field names.
    Finally my custom tab should contain 12 fields.
    Thanks
    viswa

    Hi viswa,
    I have a requirement to add 2 new fields to the Standard Transaction (called <b>BP</b> ).
    I have gone through various concepts like <b>EEWB and BDT</b> tools. But, still I am not able to get the things well.
    So please provide me with the procedure to explore things and work on the requirement.
    Thanks in advance.
    Regards,
    Vishnu.

  • How to Add new fields to Shopping cart?.

    Hi SRM GURU'S,
    I am using SRM 5.5 and ECC 6.0 and Extended Classic scenario.
    As per business, I want to add New fields to Shopping cart. How can I add?. Please any one give me clear details about this
    I am planning to add 2 fields 1. Commitment Item and 2. Fund center. in Cost Assignment tab. Is it possible?. This data has pass to  follow on documents. Backend documents has this provision. Is this option available in Shopping cart?. If yes please give me the details.
    Kindly respond quickly. Thanks in Advance.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 22, 2009 1:13 PM
    Edited by: johnmiller465 on Sep 22, 2009 1:18 PM

    Hi Deepti/Shital,
    Thank you so much for your reply. I have awarded points. One more question. While creating creating PO from Process Bid Invitation, PO is not replicating into ECC. Do you have any idea?. Please help me to findout.  Respond quicklly
    If it will not replicate, how to create backend PO refering with SRM PO.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 23, 2009 11:53 AM
    Edited by: johnmiller465 on Sep 23, 2009 11:55 AM

Maybe you are looking for

  • Deleted topics showing up as missing (with red X) in RH Explorer

    We have several topics in our RSC-controlled project that were deleted but refuse to disappear. Possibly the topics were deleted before RH crashed for some other reason. Now the topics are still listed in RoboHelp Explorer, with a red "X" on the icon

  • How do you reset an ipad mini without knowing the password?

    I have just recently changed my password, but know i have forgot the new one. How do you reset the ipad without knowing the password?

  • Old Aquablue G3 iMac as a monitor?

    Folks, I'm as dumb as a box of rocks, never more so than when it comes to computers. That established, I recently bought a Mac mini and hoped to use my old G3 iMac as a monitor. The 'poser' at Compuserve sent me home with all manner of expensive cabl

  • Problems getting other computers to display my mp3 pla

    When I plug the device in on other computers that don't have creative explorer installed on them, it shows that the device is recognized and it want to find a driver for it. It also does not display on my computer when the screen is opened as a devic

  • Controller extention error

    hi, in PFR OAApplicationModule am=(OAApplicationModule)pageContext.getRootApplicationModule(); OAViewObject localHvrRoDcsvo= (OAViewObject)am.findViewObject("HvrRoDcsVO1"); OAViewObject localVocPrimeDiagCodesBVO= (OAViewObject)am.findViewObject("VocP