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

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.

  • 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

  • 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

  • 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.

  • Custom fields at checklist item to be displayed based on the checklist type

    Hello,
    We have developed custom fields at the checklist item level. Now we want these fields to be displayed on the basis of the checklist type. 
    We have explored the notes 931274 and 942672 and based on these we have created the new condition Z001. Following these notes, we have created the schema Z_EVAL_CONDS_Z001 in SE38. However, we are not able to set breakpoints in the schema and / or debug the same. Hence, we are unable to write the required logic for filtering the fields based on checklist type.
    Any help in this area will be appreciated.
    Regards,
    Abraham.

    Hi Abraham,
    You can find the generated method in class: /1CPR/CL_XXX_YYY_ITO, where:
      - XXX is your client number.
      - YYY the name of yout field control.
    Method: EVALUATE_CONDITION_Z001
    Here, you should be able to set a break-point for debugging.
    BR
    Matthias

  • Adding Custom fields to SRM Item Data tab & Account Assignment Tab

    Hi Everyone,
    We have got a small requirement to add 2 custom fields in SRM Shopping cart.
    Need to add a input field, which should act just like Requisitioner in ECC. ( F4 help ).This will allow to create shopping cart on behalf of some one.
    Need to add input field, which resembles Goods Recipient in ECC ( Free text)
    After adding custom fields, how do i ensure that, it's mapped to right field in ECC.I spent much browsing SRM forum, but couldn't gather much information. I understood that, this involves configuration in SPRO.
    Any information or help in any kind would be really helpful.
    Thanks in advance.
    Vishnu

    Hi Vishnu,
    Take look at this link.
    Add custom field to SC and POWL
    Thanks
    Senthil

Maybe you are looking for

  • How can I play Pandora on Apple TV???

    Could I play pandora radio on my iPad or iPhone and streamed to Apple TV??

  • Urgent soluton needed

    Hi experts, I have been assigned to work in HR-ABAP.I have gud exp in normal ABAP but i am totally new for hr-abap.Could please help to me as u guys are helping to others. Please solve my HR-ABAP related programming is issue on given below: "SOMETIME

  • Songs as ringtones? iphone 4

    Can I make a song from my itunes a ring tone so I dont have to have just a stock sound??

  • How to de-authorize computers that have stopped working?

    I got a new computer for Christmas and I downloaded iTunes. When I was syncing my iPod, a message popped up asking me to authorize my computer or else many of my apps would be deleted. So I did. After I did it, something like this popped up: "Thank y

  • API calling  with Time-outs

    I am trying to implement a feature on a Stateless EJB so that when I try to access a resource and that resource doesn't respond at a given time, I want to interrupt the operation and get back to another processing (timeout). Today I have this approac