Make customer field appear in item overview in RFQ

Dear SAP gurus,
We have requirement to add fields for RFQ. We are using enhancement MM06E005 and code our field, but we just realize that the fields only appear in the item detail, while we expect that the field also appear in the item overview. (In Item overview, in will be easier for the user to do mass-maintenance, eg. copy rows from excel and paste it to the document).
Is there any standard way to achieve this (eg. field available item detail to be made available in item overview) without doing coding? I have tried the table control in the item overview but the additional field is not appear there?
Best regards,
John.

Hi,
Thanks for replay.
Where should i add this FM?
Thanks,
sunitaB

Similar Messages

  • Add customized fields in ME21N item overview.

    Hi experts,
    Can we insert our own customized fields into ME21N item overview section.
    Pls advise.
    Thanks and regards,
    Simonksh.

    hi,
    Yes, you can do it with the help of ABAP consultant...
    Pls check whether you are providing all links to the tables for that customised field...For this all coding is required to be done...
    Also check:
    MM06E005 - Customer fields in purchasing documents
    Its an intensive work...
    Hope it helps..
    Regards
    Priyanka.P

  • Adding customer field into  BID item Overview

    Good afternoon,
    (SRM 5.5)
    I have added the customer field in the BID.
    Is it possible to show it, in the "Item Overvier of BID"?
    Alexey

    Hi,
    Generally through the INCL_EEW* structures,you can add the custom fields for the Bid Item only under the BASIC DATA tab.If you want to show up a field on the Item overview screen,then this will need std code modification(screen modification) or  need to  modify the HTML template for the BID item overview screen in the ITS service BBP_QUOT which will need lot of HTML expertise.
    Hope this helps.
    BR,
    Disha.
    Do reward points for  useful answers.

  • Custom fields in PO item Overview

    Hi Everyone,
    I have a requirement which i need to display the custom fields in the Table Control(Item Overview) of PO. Since our Version is 4.6C there is no badi's avilable to do the changes. Please let me know how can we solve this problem.
    Mentors: Forgive me if it is repeated Post...

    Hi,
    Search for user exit...either screen or field exit..this will solve your problem.
    Small help on how to find a exit;
    1. find out the package
    2. go to se84 with the help of package in the cutom exit tab look for all the exit.
    3.put the brek point and tack where you can get the solution.
    Pooja

  • What User Exit can I use to add a cust field to PO Item overview in ME23n?

    Hi,
    I need help!
    Does anyone have any examples of adding a new cust field to PO Item Detail screen with a user exit?
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Which user exit I can use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    We are on release SAP ERP Central Component 5.0

    Hi,
    Thank you for the response.  I tried this and found  Badi ME_PROCESS_PO_CUST.  Do you have any examples of adding a new cust field to PO Item overview screen using badi ME_PROCESS_PO_CUST? I have had little experience creating badi's, and would appreciate very much some sample code if possible.
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Can you tell me if method FIELDSELECTION_ITEM of badi ME_PROCESS_PO_CUST the correct one to use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    Thank you for help - much appreciated,
    Vicki

  • Adding new field in ME51n Item overview

    Hi all,
              i have a requirment to add a new field in me51n item overview, there i have a tab material data, in that i have to add a new field called Warranty. can any one  kindly guide me the steps to do this.
    thanks,
    nagaraj.

    Hi,
    Implement this enhancement MEREQ001 in CMOD. Before implementing read its documentation which will guide you steps for implementation. for more help use the below link.
    Link: http://www.sdn.sap.com/irj/scn/advancedsearch?query=mereq001
    Regards
    Ahsan

  • Query : Custom field at line item level in SRM 7.0 .

    I was going through a document which instructs on how to add a custom field at line item level in SRM 7.0.
    I found this code :
    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
    EXPORTING
    I_GUID = IV_DOC_GUID
    I_WITH_ITEMDATA = 'X'
    TABLES
    E_ITEM = LT_ITEM
    E_MESSAGES = LT_MESSAGES
    E_STATUS = LT_STATUS. . 
    LOOP AT LT_STATUS INTO WA_STATUS.
    IF WA_STATUS-STAT EQ 'I1015' AND WA_STATUS-INACT IS INITIAL.
    LV_STATUS_APPROVE = 'X'.
    ENDIF.
    ENDLOOP.
    I wanted to know what is 'I1015'  and what is its significance .
    please advise .
    Ambar

    HI
    This speaks about the status of the Cart. This means that the Status of the Cart is AWAITING APPROVAL...I dont know which document you have gone through but procedure for adding a Custom Field in SRM 7.0 is:
    1. Create a Custom field in the Database in SRM. Preferrably add the field in an include and extend thta include to the table in SE11.
    2. Go to Portal Login of SRM and right click the part of the screen where you want to add the custom field. Click on More Field Help. The popup will give you the name of WebDynpro Applicaiton which controls that area.
    3. Login to SRM via GUI and display the webdynpro application using SE80. Enhance the Webdynpro application.
    4. Add the custom field to the Context of the WebDynpro Application View. You will be selecting the field from the database table while adding the custom field to the context
    5. Add the field at the specified place in Layout Tab of the WebDynpro View,
    6. Create a binding between the Layout Field and the Context
    7. Activate the changes.... you will see the field in Portal login of SRM....
    For more details , refer to the Webdynpro help of the application...
    Regards
    Virender Singh

  • Pl.ignore pevious post--make some fields appear only once....

    hi,
    my report looks like this:
    batch no:-date:----name:--amount:---so many fields:
    1---------01/01/03---abc----$50------.....
    ----------01/01/03---bcd----$20------.....
    ----------01/02/03---hgi----$30------.....
    ----------BATCH TOTAl:-----$100
    =====================================================
    question:-> is there any way that I can make date field appear only once if the date is same?
    Thanks,
    prasad.

    That is the trick of my question.
    I wanted the total value to be grouped by Batch Number and NOT by date and at the same time date should not appear more than once.
    I am not able to convince my client that it is not possible in Oracle to TOTAL BY BATCH NUMBER and GROUP BY DATE.
    Someone has created this report in some other report writing tool (I think MS-ACCESS), and they want the same report in Oralce now at any cost.
    Can I achieve this by writing a trigger? If yes, is there any link or help available?
    Thanks for the reply.
    Regards,
    Prasad.

  • Can I fullfill from BADI customer fields that appear at item overview ?

    Hi,
    I can see that in SAPLBBP_SC_UI_ITS 120 (item overview) I have fields CUST1...CUST5.  called in runtime GT_SCR_ITMOVR_I-CUST1....
    I have tried to show content using a screen variant, but I haven't achieved. I think that is working but this field doesn't have value although I have customer fields at position level in the shopping cart. Even I have tried to call one of my customer fields CUST1 but without result
    Is possible to fullfill this content from BADI, without standar modification
    Best regards

    Hi,
    Data in custom fields can be filled using BADI BBP_DOC_CHANGE_BADI.
    In this BADI you can place your own logic to fill data in these fields.
    After BADI implementation data will appear in these fields.
    Hope this will solve your problem.
    Regards,
    Brajvir

  • SRM 7.0 -Adding Custom fields in Contract Item screen at particular positn

    Hi,
    We have a requirement to add new custom fields in the Contract Item screen at required position, in Left and right side container.
    We have tried the following methods but have not been able to achieve the same. Kindly help!
    1) Added new field in Context through enhancemnt in the Details screen View of Contract , Binded the field to the field in structure INCL_EEW_PD_ITEM_CSF_CTR and add the field to teh Layout - Using this method, The field is not saved to the table.
    2) Added the field to meta data table /SAPSRM/V_MDF_IC - This is positionng the field on teh right container at the bottom. We want to position it on left side.
    Kindly help to understand where we are going wrong.
    Thanks in advance,
    Regards
    Prasuna.

    Hi Prasuna,
    Sorry ..You are right..I was looking at some other WDC related to contract data..It you map the CUFs to /SAPSRM/S_CLL_CTR_ITEM which has the include structure INCL_EEW_PD_ITEM_CSF_CTR then it should work fine.
    If you do this, are you able to view the new fields on the screen?
    you mentioned that you are not able to save the data to the table.
    Include your fields in INCL_EEW_PD_ITEM_CSF as well because if you add CUF to any of those doc types, you also have to add those CUF to the global structure for CUF documents.
    Also Check if you fields are there in structures BBPS_CTR_CUF_ITEM,BBPS_CTR_UI_ITEM and BBPS_CTR_ITEM.
    Check whether you have implemented the BADI's like BBP_DOC_CHECK_BADI ,BBP_DOC_CHANGE_BADI and BBP_DOC_SAVE_BADI . check out the structures (whether they having the CUFS) used in those if you have implemented any of them .
    Regards
    Lavanya
    Edited by: LAVANYA CHAVA on Aug 25, 2010 10:10 AM

  • How can I add a Custom Field in Work Item "Bug" in VisualStudio Online agile MSF Template?

    We are using Visual Studio Online for task and bug tracking. The problem we are facing is that very few fields are available to working with. We need to add custom fields to filter bugs on multiple attributes like OS, Device model, Verified in build etc.
    We do not have local TFS server setup. The support questions i have read, they ask to update XML file for work item but i dont know how and where to get that xml file. Also is there any particular Role needed to access such configuration files?

    hi Zahid
    as already written above currently it is not possible to customize a process template on Visual Studio Online.
    but for your purpose you can use tags to save the attributes.
    see here Visual Studio Online - Work Item Tagging
    Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

  • Additional field in view "item overview" VA01

    Hi,
    I want to add an additional field to the view "item overview" (SAPMV45A Screen 4900).
    It's the field vbap-knuma_ag and it's actual not included in tab control of Screen 4900.
    How can I do that ? 
    Is that a modification ?

    Hello Mr. Schöpferle,
    have you received any feedback or have you found a solution on your own?
    I have exactly the same request and I do need to avoid a modification.
    Thank you
    Karin

  • Required item no: to populate custom field while creating item for a Sales order

    Hello Experts,
    I have created a custom field for item data of sales order using AET .
    I want to populate this field automatically when ever we create a new item for a sales order using UI or CRMD_ORDER or WCEM by concatenation Sales order number and item number.
    We are getting Item GUID but not getting the item number(need item number before getting saved is their any chance to get item number from item GUID ) to populate the field and save it.
    For this we tried using BADI's
    CRM_BTX_EXTENSIONS
    CRM_ORDERADM_I_BADI
    Thanks in advance,
    Manasa Veena P.

    Where did you add the field ?

  • Need to add a custom field in ME23N  item detail

    Hi Experts,
    I am new to SAP.
    Got an issue to add custom field in ME23N transaction.
    In item detail part , there is a tab called Retail
    inside that tab i need to add  new field..
    is it possible to do?? if so kindly let me know..
    Thanks in advance
    Regards,
    Annamalai.

    Hi Brother,
    [http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]
    As Rob told there are good threads available in SCN. Please check those. Check this link.
    Given by Kiran.
    Regards,
    Madhu.
    Edited by: madhurao123 on Jul 8, 2011 9:56 AM

  • VA01- Custom field addition on item level (VBAP)

    Hello Guys,
    Requirement is to add custom field to Sales Order item level. I have appended a Z structure in VBAP table, and then added the fields in 8459 screen of SAPMV45A program in a frame.
    Now the frame created is visible, but not the fields (label and text box). I have checked the code and the fields are not hidden in coding (Loop at screen).
    I am able to use the transaction, without any problem after adding the fields in VBAP table and on screen 8459.
    Please advise.
    Regards,
    Ashish

    Hi read this.
    Screen 8459 is embedded in a subscreen container on screen 4462 (SAPMV45A). I'm pretty confident that once you enlarge the subscreen area on 4462 (which I think is the best solution, alternatively you could enable scrolling) you should be able to see all your custom fields. Unfortunately this is a modification, so you need an access key for SAPMV45A.
    This problem actually gave me some headache with a client, because the actually displayed fields were still fitting into the subscreen container. I.e. we had lots of fields (and rows), but most were dynamically hidden. However, it seemed that the compression of lines due to hidden fields was not happening before fitting the subscreen into the subscreen container and therefore certain fields got lost. Once I enlarged the corresponding container on 4462 everything worked fine.

Maybe you are looking for