New field in ME2N required

Hi all,
   I am new to enhancements concepts. My requirement goes like this . In ME2N ALV display I have to display the delivery date also. How can I do this ? Please give me step by step procedure.
Edited by: Jayasri P. on Nov 6, 2008 11:18 AM

Hi Jayasri
1) Just click on the spiral (ENHANCE) button
2) Right click on the suitable enhancement point / Enhancement Section
3) Go to Enhancement Implementation -> Create
4) Add your code in the enhancement implementation and activate
You will need to add your code at multiple place (Obviously !!); just use the same implementation for all the Point / Sections you use in the program.
Refer Source Code Enhancements - Part 5 of the Series on the New Enhancement Framework for more.
Hope it helps. Please revert in case of specific issues.
Neeraj

Similar Messages

  • Add new field in ME2N

    Hi Experts,
    How to add a new field(column) in ME2N output when you enter  value for "scope of list" as ALV on selection screen.
    I knew, the name of the structure that used to display output is MEREP_OUTTAB_PURCHDOC. I can append
    new field into this structure. But where we add data pulling logic for the added field?
    If the selection screen input for the field Scope of list" = 'ALV'.
    Then new code should trigger and pull long text from some Header text ID.
    Highly appreciated your reply. Thanks inadvance.
    Regards,
    Meera.

    Hi,
    Someone could add the new fields on the ME2N or ME3N Report?
    Because I'm searching how to do this in the standard report without copy it to a Z.
    I'd already add the fields in at the search screen with an enhancement-point but once I add the new field in one of the append structure in MEREP_OUTTAB_PURCHDOC I don't know how to proceed.
    I don't know where can I put the code for the db selection and adding to the ALV.
    You can also see another focus at this post:
    [Re: Report layout modification;
    Thanks far all Experts!!!!
    Regards.

  • Requirment to add new field in kna1 and maintiane using XD02

    hi
    i have a requirment need suggestion on that
    1) the requirmen is to add a new field email id on kna1 standard table
    ( it can be done by append structure pls give me full steps to do it and complication involved in it)
    2) now is it possible that user able to maintiane this new field by using Tcode XD02
    will it be visible there if we use a new zappend structure and how the data will be populate in that field by Xd02 do any change required in Xd02
    3) we have to create another tcode for display of these threee fields kunnr name1 and email id that will be done by moudle pool again so is there any compication in thati method later is above steps are done
    main th ing is how data will be populated in kna1 using xd02
    regards
    ARora

    hi Seshu
    my main problem in this is that
    since we are using append structure how data wil be populated in the kna1 table in this new field email id?
    as we need to find some user exists to do so as it is a structre not a field so population of data is a problem in that?
    2) and wheter i should new ztable but customer is asking to add in the standard table and maintian by some xtransaction whetehr it is possible or not?
    #) also can us suggeest on the primary keys i should give for t his data types and records as pasted below if i create a new table and should i check init check box also?
    kunnr        email id                                       name1
    100400     [email protected]      TECHNOLOGY HONG KONG LTD
    100400     [email protected]      TECHNOLOGY HONG KONG LTD
    100400     [email protected]     TECHNOLOGY HONG KONG LTD
    100400     [email protected]               TECHNOLOGY HONG KONG LTD
    100550     [email protected]      INDUSTRIAL CO. LTD.
    100550     [email protected]      INDUSTRIAL CO. LTD.
    100550     [email protected]                      INDUSTRIAL CO. LTD.
    100550     [email protected]                      INDUSTRIAL CO. LTD.
    100550     [email protected]      INDUSTRIAL CO. LTD.
    100550     [email protected]                       INDUSTRIAL CO. LTD.
    regards
    Arora

  • New Field Required In ME21N/ME22N/ME23N

    Dear All Experts,
    We have some requirements to add new field in purchase order. We have done some development on this, but it is not working. Below :-
    <<Specifications removed by moderator>>
    Coding is as below:-
    zxm06top
    data: gl_aktyp type c,
    gl_no_screen type c,
    gl_rekko like ekko,
    gl_ekko_ci like ekko_ci,
    gl_ekpo_ci like ekpo_ci,
    gl_ekpo like ekpo,
    gl_ekko like ekko,
    gl_ucomm like sy-ucomm.
    types: begin of ekko_tab,
    ebeln like ekko-ebeln,
    ebelp LIKE ekpo-ebelp,
    ekko like ekko,
    end of ekko_tab.
    data: gt_ref_ekko_tab type table of ekko_tab.
    EXIT_SAPMM06E_006
    gl_aktyp = i_trtyp.
    gl_no_screen = i_no_screen.
    ekko_ci = i_ci_ekko.
    gl_ekko = i_ekko.
    EXIT_SAPMM06E_007
    move-corresponding i_ekko to gl_ekko_ci.
    gl_ekko = i_ekko.
    EXIT_SAPMM06E_008
    e_ci_ekko = gl_ekko_ci.
    if gl_ekko_ci-zzremark1 ne ekko_ci-zzremark1.
    e_ci_ekko-zzremark1 = ekko_ci-zzremark1.
    if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
    endif.
    endif.
    But i am unable to save records to EKKO table and also unable to fetch them.
    Kindly help me on this topic.
    Regards,
    Shaligram
    Moderator Message: Do not dump your specifications. Be clear with what exactly is your problem. A generic statement, saying that "its not working", does not help. Have you debugged your program and tried to analyze where's the problem area?
    Edited by: kishan P on Jun 6, 2011 2:06 PM

    Hi,
    Try this :
    To Move data from screen fields to program and vice versa 
    (A). Screen fields to program (EXIT_SAPMM06E_008)
    In this FM :
    move-corresponding (Yor screen fields, i guess it is *gl_ekko_ci* in your program) to e_ci_ekko.
    (B). Program to Screen (EXIT_SAPMM06E_006)
    In this FM :
    move-corresponding i_ekko to (Yor screen fields, i guess it is *gl_ekko_ci* in your program).
    Similarly for item details and make sure that your project is active

  • Adding new field in output layout in transaction ME2N

    I would like to know if it is possible to add new fields in the output layout of transaction ME2N. For example field EKPO-AFNAM (Requisitioner) that in the standard layout is not used.
    Thanks a lot
    Melih

    Dear Melih,
    We can do.add some functions.In this way SAP provided some dynamic search strategeis.you can use other wise create through variant cofiguration.
    press SHIFT+F4 will apper dynamic selection tab there you can select some search strategeis.
    Hope this can helps you
    Prem.

  • 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

  • New field in Infotype 0009- to update IFSC Code- SAP Note Required

    Dear consultants,
    One of my client want to maintain their employees IFSC code in the Infotype 0009, where one new field required for this to update IFSC number.
    Which SAP note can fulfill this requirement, please do needful.
    Thanks & Regards,
    Navesh

    Dear Supriya,
    Thanks for quick responce, It is helpful. pelase do needful on below issue.
    http://scn.sap.com/thread/3517340
    Regards,
    Navesh

  • New field NOTES required for each activity listed in BP factsheet

    Hi Experts.
    We are trying to have a new field NOTES for each activity listed in BP factsheet. For activity we have several fields like description, status , dates etc but notes (long text) is not there for the activity.
    Could anyone help us out.
    Regards,
    Rahul

    Hi Saumya,
    I want to use the standard activity notes field here.
    My requirement is to display the column Activity notes in activities assigment block of account Factsheet.
    BP_Factshheet/Activities is the view and the Context node BUILACTIVITY does not have the attribute activity notes.
    Please give your inputs
    Regards,
    Rahul

  • R12 Format Payment Instructions - new field required in report output

    Hi
    I need to add a new field in the report "Format Payment Instructions " output. How can I add the logic to pick this field and then add to the layout.
    As per note 562806.1, it gives instructions on how to re-arrange the layout of the format payment instructions but not regarding adding logic to pick new fields.
    Any help would be appreciated.
    Regards,
    Alister

    Hello
    Could you plse help me out in adding new filed in BaCS format program .
    We are in Release 12,I need to customize the format program by adding new fields
    I tried generating a new template by following meta link note .. but that itself is erroring out.
    If you have any sample code and the steps plse send it across
    Any help is deeply appreciated
    Regards,
    Priya

  • Need to know the changes required in proxy after enhancing one new field

    Hi All,
       I have a File to Proxy scenerio which is currently working fine. But the functional people have added two more fields in the table as a result we are not able to post any file in the table and the file goes intoerror.
    Note: We are not geting those new fields in our incoming file.
    Can anyone let me know from where else we have to changed the things to populate the file correctly in the table.
    Please let me know you need any further information.
    Thanks in advance.
    JAY

    Hi Jay,
          You regenrate the proxy structure(inbound interface) accordingly to local settings.
          please let me know, after regeneration also it is not reflecting.
          please do the following steps to regenrate.
          in s-proxy t.code, select message interface ( inbound)- right-click and chose option change/regenerate.
          save and activate, then it will reflect.
    regards
    mahesh.

  • PCUI 4.0, Search Help Required for New field

    Hi everyone
    I am working in CRM 4.0 Sales Order application
    We created a new field in CRM sales Order in Header level in SAP GUI through EEWB.
    The search help for the new field is working fine in SAP GUI. We want to add the same field with F4 help functionaliity in PCUI as well.
    The field has been added in structure CRMT_BSP_SLS_OD1_General. It also shows domain value for the field however Origin of input field ie empty
    The field has been added in PCUI and is successfully showing data inputted in SAPGUI
    However we need search help functionality for the field
    i tried these two steps
    1) i checked on domain value checkbox and changed the field from input to dropdown. However the dropdown is empty in PCUI. Whenever i check box domain values for some field then all the possible values in SPA GUI are displayed in PCUI, however this is not working here.
    2) I put Value_table in F4 of the field
    This is also throwing up empty values
    Am i missing something in this case
    Please let me know how to go about it
    TIA
    Asad

    Hi Frederic
    Thanks for your response
    I am not sure what is meant by regenerating the field group in this case
    I added the entries for my view in the field group and generated the layout of the field group (If this is what you mean)
    The field is working fine. I am able to save values to the field and able to see values saved in GUI.
    I haven't linked search help of the field in PCUI
    I am not sure how to go about it.
    I used the data element in the structure for the field.
    The data element has Domain entry in <b>Entry Help/Check</b> of the structure
    If i check the Domain Value checkbox in my field group then the domain values should be available in dropdown if the field is dropdown
    However i am not able to see the possible values of the field (It is present in SAP GUI)
    Does something else needs to be done in this case
    TIA
    Asad

  • AET error while creating a new field

    Hi Experts,
    We have a requirement to create a check box/newfield on Account Details screen in Web UI. I am trying to create a new field using AET but am getting the following error message. Please help.
    1. Error during generation of object CI_EEW_BUT000
    2. Customizable CSOL conflict for objects changed in other TR.
    We have a config TR involving the role field on account details component (BP_HEAD/ACCOUNTDETAILS). Do we need to release the transport before creating any new fields.
    The generation of the field fails when I select the extension and click on 'SAVE and GENERATE'.
    Please help.
    Thanks,
    Rohit

    Hello Rohit,
    Please  apply note 1707978 to solve the issue.
    thanks
    Willie

  • Creation of new fields for business partner relationship

    Hi experts,
    We are currently on SAP CRM 7.0 EHP1.
    We have a requirement to maintain a custom checkbox (Relevant for business) on each business partner relationship.
    Can you please let us know on how we can achive this requirement.
    Thanks in advance,
    Vamsi.
    Moderation: Duplicated. I lock this one and continue here: [Create a new field in Business Partner Relationships|Create a new field in Business Partner Relationships#10795912]
    Edited by: Joaquin Fornas on Nov 8, 2011 12:17 PM

    Please, anyone can help?
    Thanks!!

  • Creation of new field

    Hi Alll,
    Can you give me some help in this area---
    Requirement is 5 decimals in amot which i cant go with std sap------(Ie. I cant go with chnages in global settings)
    I want chnage the field KONP-KBERT) as with 5 decimal
    if its not possible can we make one new field instead og KBERT like ZBERT with 5 decimal and we also should be ale to display only ZBERT not KBERT
    Regards
    ishikesh

    First you should ask why amount is required in 5 decimal places.  Anything is possible to do in ABAP but we need to see if it is worth doing it

  • How to populate the new field of R/3 in BW

    Hi,
    There was a requirement to modify the sap screen in the R/3.
    For the same a new field is created which populate the data via a table in R/3.
    Now I have to populate the same field in BW. I am working on 3.5 Version.
    In R/3 I have a data source and I am not able to see the same available in the data source
    The field is available in the extract structure but I am unable to populate the same in the data source.
    Kindly help.

    The Data Source is picked from the FM.
    Also,my requirement is to display the text values for the new field
    I am going to create a Generic Master Data which will fetch the data from the table which has fields (Code, Langu and the text) and replicate the same to BW.
    Now to populate the code in BW, I need to have the field in the data source and from there I can add the same code field in the bw comm/tran/etc...
    The code is available in the Extraction and not in the data source.
    At the reporting level I will extract the report based on key and text.
    I tried using ROOSFIELD to populate the field in the datasource, but I am not able to do the same.

Maybe you are looking for

  • Microsoft TechNet Wiki SSAS Guru - Winners for November!!

    The results for November's TechNet Guru competition have been posted! Sorry for the delay copying over to the forums, busy times indeed! http://blogs.technet.com/b/wikininjas/archive/2013/12/16/technet-guru-awards-november-2013.aspx Congratulations t

  • Patch deployment on second Primary SCCM 2007 site

    Dears, I have the following design on my SCCM infrastructure. 1 Primary Site (Parent Site code H01)  - Located at HQ 1 Primary Site (Site code D01) - Located at DR and reporting to HQ primary Parent site - clients located in DR location has the agent

  • SAP NetWeaver and SAP ERP Central Component 6.0 installed or not,how to fin

    Hello Friends,   I would like to know that in my system whether <b>     SAP NetWeaver  and SAP ERP Central Component 6.0</b>   Installed or not?How to check whether these are installed or not? and where can i Find in the system? Regards Preethi

  • Artists missing from ITunes - how do you ask ITunes to provide them?

    There are a LOT of artists missing from ITUNES. Some seminal albums. For example I wanted to download Ian Dury and the Blockheads (amongst many other artists) but ITUNES does not have a single track by him. Is this because ITUNES is particularly Amer

  • ITunes sign-in error 0x800B0109

    One of the senior managers in our company is getting the following error when attempting to sign in to iTunes 64 bit on his laptop (any other computer on the network is fine). "We could not complete your iTunes Store request.  An unknown error occurr