Custom Field in the header of Shopping Cart

Dear all,
We have to add a Custom field on the header of the Shopping Cart which will have three values.
This field has to flow thru the Bid invitation, Contract and the PO ...
Can anybody provide the technical details of the same ?? Which all are the structures to be changed ?
Thanks in Advance ...
Regards,
Vivek K

Hi
To add  custom fields to the shopping cart, please try this process ->
Please refer to these SAP OSS notes ->
<u>Note 458591 - User-defined fields: Preparation and use
Note 672960 - User-defined fields 2
Note 822424 - CUF. Customer fields cannot be changed in the bid
Note 809630 - Customer field in bid invitation and bid - How does it work?
Note 809628 - Table like customer fields from bid invitation in bid
Note 798731 - Bid: Bid Inv. Customer fields not visible
Note 762984 - SRM40-SUS: Implementation of customer enhancement fields</u>
Please go through the documentation of following 3 Business Add-Ins using SE18 transaction.
BBP_BUPA_GET_CUF Customer Fields for Vendor Master Data
BBP_CUF_BADI-Customer Fields. Call-up of User-Defined Screen
BBP_CUF_BADI_2-Customer Fields. Use of Standard Table Control
Please refer to these links for details ->
<b>Re: MAP USer SRM defined fields in backend for PO
Re: HI SRM experts...
Custom fields to a Bid Invitation
Addition of custom fields in Contract and mapping it with the fields in SRM
urgent help request - How to add custom fields to  header BID.
Re: Add custom fields to Contract Transaction in SRM 4.0
Custom Fields
custom fields in Carry out sourcing screen..
Custom Fields Not Display In Basic Data In SRM 5.5 Server..
Regards
- Atul

Similar Messages

  • Custom field in the attachment in shopping cart

    Hi,
    Can anybody please help me on how to add a custom field into the Shopping cart attachment? I need to add a custom field in for each attachment in SRM?
    As in adding custom field into SC basic item / Account assignment, i could not find any structure to *** custom field into the attachment.
    Please advice if there is any standard process for the same. Or do i need to go for a complete custom developement for the same.
    Note: we are currently on SRM 7.
    Regards,
    Krish

    Hi,
    Check whether this link is useful
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Regards
    G.Ganesh Kumar

  • Custom field to be displayed in shopping cart header

    Hi,
    I have a requirement to add a custom field on the Shopping Cart header.
    We are working on SRM 7.0 version.
    Note 672960 says that the header fields cannot be displayed for the shopping cart. If
    you define fields on the header, they can only be filled in BADIs.
    Is this is true for 7.0 as well?
    Please let me know if anyone has worked on a similar requirement.
    Thanks,
    Binu

    Hi,
    No you can add the customer fields in the header level also.
    Please look at the below structure to add the custom fields.
    INCL_EEW_PD_HEADER_CSF_SC      Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_CST_SC      Tabular Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_SSF_SC      SAP Internal Enhancements (IBUs, and so on) on SC Header
    INCL_EEW_PD_HEADER_SST_SC      SAP Int. Tabular Enhanc. (IBUs, and so on) on SC Header
    You will find this useful.
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Thanks
    Venkatesh P

  • Translation for a custom field drop down box in shopping cart

    Hi All,
    My requirement is to translate the content in the dropdown list to German language which is coming under basic data screen of the shopping cart
    The logic behind is a custom field (suggested vendor) has been added a long back which has a search help when you click the find button it taking into a find screen there they created a dropdown box field which list out some values based on the values a set of fields will be displayed such away we can narrow down our searching.
    (E.g. searching a vendor based on company code or Search a Vendor based on Plant)
    Please suggest me any tables to locate the values or any BADI to fill the content.
    Regards
    Paul

    Hi,
    No you can add the customer fields in the header level also.
    Please look at the below structure to add the custom fields.
    INCL_EEW_PD_HEADER_CSF_SC      Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_CST_SC      Tabular Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_SSF_SC      SAP Internal Enhancements (IBUs, and so on) on SC Header
    INCL_EEW_PD_HEADER_SST_SC      SAP Int. Tabular Enhanc. (IBUs, and so on) on SC Header
    You will find this useful.
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Thanks
    Venkatesh P

  • PO Custom Field not getting filled from Shopping Cart

    Hi Gurus,
    I am new to SRM. The requirement I had was to add a new field to the SC. I read several posts and articles on this but couldn't find the solution to it. I managed to do this modifying the corresponding structures in SRM and making the necessary changes in R/3 so the new filed can be seen in ME21/22/23N.
    I checked Andreas Milbredt document to achieve it as mentioned:
    Document: How to transfer custom fields from SRM to Backend.
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969c27
    After that, when I create a Shopping Cart, the value in the New field is not transferred to the Back end.
    I coded the following BADIs and User Exits:
    In SRM:
    BBP_CUF_BADI_2 (MODIFY_SCREEN) ->To enable or disable the field depending on conditions. Works fine.
    BBP_DOC_CHECK_BADI (BBP_DOC_CHECK) -> To do some checks. Works Fine
    BBP_CREATE_BE_PO_NEW (FILL_PO_INTERFACE1) ->Here I fill structures BAPI_TE_MEPOITEM and BAPI_TE_MEPOITEMX. I added another u2018Xu2019 to indicate the new field to BAPI_TE_MEPOITEMX. But I think I am not doing it right. This structure BAPI_TE_MEPOITEM/X, does the order of the fields correspond to the order of the fields in any of these 3 structures (which I am using)?
    INCL_EEW_PD_HISTORY_CSF
    INCL_EEW_PD_ITEM_CSF
    INCL_EEW_PD_ITEM_CSF_SC
    I also checked the following link:
    Map a custom SRM field to a standard field in R/3
    In R/3 I populated the Exits Andreau2019s mentions on his article. Am I missing anything else?
    Thanks & Regards,
    Ernesto.

    Hi Ernesto,
    You can find out how your BAPI structure is being populated (by generating the test data ) using FBGENDAT program and activating the BAPI_PO_CREATE1 (and you will need to set the parameter for the specified user id)... This will provide you ability to execute the BAPI offline and figure out what is happening...
    Note 517767 - Generate test data for function modules
    Things to look for, Is any of your custom fields quantity fields or integer?
    Check out the following OSS note
    Note 509898 - BAPI enhancement concept and Unicode
    Also check out the following SDN Thread,
    problem using  BAPI_BUS2001_CREATE to create project definition
    Check out a similar thread that we are discussing (for PR)
    Custom Fileds Data Was Not Getting Updated In BAPI_PR_CREATE

  • I want the ATP QTY field to be displayed on Shopping Cart

    I need the ATP QTY field to be displayed on Shopping Cart as a part of Customization. The standard functionality displays the ATP in Check Availiability page. May I know the changes to be done to achieve this customization
    Regards,
    Ram

    Hi,
    No you can add the customer fields in the header level also.
    Please look at the below structure to add the custom fields.
    INCL_EEW_PD_HEADER_CSF_SC      Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_CST_SC      Tabular Customer Enhancements on Shopping Cart Header
    INCL_EEW_PD_HEADER_SSF_SC      SAP Internal Enhancements (IBUs, and so on) on SC Header
    INCL_EEW_PD_HEADER_SST_SC      SAP Int. Tabular Enhanc. (IBUs, and so on) on SC Header
    You will find this useful.
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Thanks
    Venkatesh P

  • Hyperlink a customer field on the sourcing screen

    Does the capability exist to hyperlink a customer field that will appear on a web template?  For this example I need to hyperlink a customer field on the sourcing cockpit screen.
    There is a customer field called prev PO.  This field should hyperlink to the Process Purchase Order transaction similar to how the shopping cart, auction and bidding number hyperlink to there respective displays.
    Thanks,
    Nancy

    Hey Nancy,
    Did you solve this post? I have the same doubt about Hiperlink in CUF.
    Anybody knows?
    Tks,
    Sev. Lampiao

  • How to add 2 more field to the  Header of FBL5N ALV report output

    Hi All,
    I have copied and made some modification to the standard transaction FBL5N and added some fields to the ALV report line Items but how to add fields to the header part i.e if you execute the transaction FBL5n, you will get the ALV report, in the header part customer no, company code then I need to add the 2 more fields. can any one tell me that which structure or where I need to add these fields to be appear in ALV output screen.
    Thanks in advance.
    Swapna.

    Hi Mohamed,
    If you copied Z-FM successfully, then you have to go to subroutine TOP_OF_PAGE to add your field:
    *&      Form  TOP_OF_PAGE
    FORM top_of_page.
      DATA: b_suppress   LIKE boole-boole,
            opfi_text    LIKE eptext OCCURS 10 WITH HEADER LINE,
            n_color      TYPE i.
    *  IF     NOT it_items-bukrs IS INITIAL               "737295
    *     AND NOT it_items-konto IS INITIAL               "737295
    *     AND NOT it_items-koart IS INITIAL.              "737295
      gs_items = gt_alv.
    *  ENDIF.                                             "737295
    * skip first call at top of page:
      IF NOT gd_first_top IS INITIAL.
        CLEAR gd_first_top.
        EXIT.
      ENDIF.
      IF x_grid = c_x OR x_inet = c_x.                          "1012201
        PERFORM grid_top_of_page.
        EXIT.
      ENDIF.
    *... open FI: get header text.
    * first fill some RFXPO fields for general info:
      CLEAR: s_rfxpo, wa_kna1, wa_lfa1, wa_ska1.
      s_rfxpo-bukrs = gs_items-bukrs.
      s_rfxpo-kkber = gs_items-kkber.
      s_rfxpo-koart = gs_items-koart.
      s_rfxpo-konto = gs_items-konto.
      s_rfxpo-vrbez = gs_variant-variant.
      s_rfxpo-waers = gs_items-waers.
    * update master record:
      PERFORM fill_master_rec  USING gs_items-koart
                                     gs_items-konto
                                     gs_items-bukrs. " note 698396
      CALL FUNCTION 'OPEN_FI_PERFORM_00001640_E'
        EXPORTING
          i_rfxpo             = s_rfxpo
          i_kna1              = wa_kna1
          i_lfa1              = wa_lfa1
          i_ska1              = wa_ska1
        IMPORTING
          e_suppress_standard = b_suppress
        TABLES
          t_lines             = opfi_text.
    *... display open FI text:
      IF x_konto_sort = 'X'.
        LOOP AT opfi_text.
          CASE opfi_text-color.
            WHEN 1.
              FORMAT COLOR 1.
            WHEN 2.
              FORMAT COLOR 2.
            WHEN 3.
              FORMAT COLOR 3.
            WHEN 4.
              FORMAT COLOR 4.
            WHEN 5.
              FORMAT COLOR 5.
            WHEN 6.
              FORMAT COLOR 6.
            WHEN 7.
              FORMAT COLOR 7.
          ENDCASE.
          WRITE: / opfi_text-text.
        ENDLOOP.
        FORMAT RESET.
      ENDIF.
    *... display other header text:
      IF b_suppress NE 'X'.
        PERFORM display_custom_header.
        PERFORM display_ccard_lines.
      ENDIF.
    " Put your field somewhere...
    ENDFORM.                               " TOP_OF_PAGE
    Good luck,
    Thanks,

  • How to add field to the header for FBL5N ALV report

    Hi,
       I need to add fields to the customer line item display ALV report(FBL5N) header part.Right now there are four fields in the header like customer, company code, name and city, after that I need to add first name last name and phone no. Can any one tell me where exactly I need to add and populate there fields to be appear in ALV output list.
    Thanks in Advance
    Swapna

    Yes I have tried, I have place a break point in that perform but it does not stop. I think that is not the correct place to added and populate fields. That routine is for populate selection screen ranges single and multiple values and parameters only.
    Thanks
    Swapna

  • In Address Book, why does Apple let you create custom fields in the Template cards but not have them available for importing?

    I open Address Book, go into Preferences, select Template and under the Names field (friend, assistant, father, etc) I add a custom field called "Principal".
    I also add two more custom fields in the Email area.
    Quit Address Book then relaunch. Add a new contact and the new custom fields, Principal, etc. are there. All good so far.
    I have a Now Contact file with about 200 contacts in it. I export all fields as a Text file, Tab delimited. No problems there. With Address Book launched, select Import, pick the text file, leave Text Encoding on Automatic and click Open.
    The window that shows the fields for Address Book and fields for the text file side by side opens. This is where you match up the correct fields for importing. If I go to one of the fields from the text file that I created a custom field for, click under the Address Book heading on the Do not import, scroll thru the Apple choices of fields, none of the custom fields show up. Only the original Apple ones are there. Why does Apple let you create them in the Template area but not have them available for importing? Does anyone have suggestions on getting around this?

    While most likely not of interest to you, Spotlight can also tell you where the files it finds are located
    Hover the mouse pointer over the name, and press Command-Option and the path to the file will be displayed.
    As for opening a terminal session in the directory where a file is located, there is Applescripts that do just that as well as specific features in Lion/Mountain Lion terminal:
    <http://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder>
    <http://hints.macworld.com/article.php?story=20110729034827358>
    <http://www.macworld.com/article/1047793/folderinterm.html>
    <http://www.macworld.com/article/1161876/open_finder_folder_in_terminal.html>
    <http://www.macobserver.com/tmo/article/os_x_lion_open_a_folders_location_in_term inal>

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • New custom field in the POWL search criteria

    Hi experts,
    My requirement is to add a new custom field in the search criteria (Parameters)
    In my Easy shopping card POWL. I need to add custom fields in search criteria.
    I tried appending my custom fields in structure /SAPSRM/S_SEARCHFIELDS
    And customized the POWL type DB criteria SAPSRM_FEEDER_SC by adding the custom field
    But still the newly added search criteria is not displaying in the
    Query   SAPSRM_E_CHECKSTATUS_01 in powl_query transaction.
    Kindly help me to solve this issue
    Regards
    Chinnaiya P

    Hello Konstantin,
    thanks for the reply...
    I tried to add an extra Field(Company code) in POWL Search. the problem is the Field Company code doesnt get updated in BBP_PDHSC and BBP_PDISC with the value used in while creating SC.
    I only get the Company code value in table BBP_PDBEI for SC.
    So when i give any value in POWL search for company code no data is shown even though the SC was created in the inputted Company code.
    so how to go about adding CC as search criteria in POWL so that the resultant output is filtered on the basis of CC value.
    Thanks
    Rajat

  • Data entered in the custom field in the SRM portal not getting saved..

    Hi Experts,
    I have added a custom field in Contract Screen of the SRM portal by adding the field as an append structutre in structure INCL_EEW_PD_HEADER_CSF_CTR.
    The custom field now appears in the header (basic data ) of the 'Process contract' screen.
    NOw It allows me to enter data in the custom field .
    The problem is ..
    When I  'CHECK' or "RELEASE'   the contract, the value entered in the custom field disappears..
    How do i capture the data entered in the custom field ...please HElp!!!
    Thanks in Advance.
    Vidya

    Hi Pradeep,
    Thanks for the reply!!
    We have upgraded our SRM system from 3.0 to 5.5
    I have added the custom field in structures INCL_EEW_PD_HEADER_CSF_CTR  and
    INCL_EEW_PD_HEADER_CSF  as the field has to appear in the basic data tab of 'Process Contract'.
    Regarding debugging:
    1. I tried to debug in BBP_DOC_CHECK_BADI by calling the FM BBP_PD_CTR_GETDETAIL. inside the badi and the parameter e_header of the function module contained the custom field but had no value...!!
    2. I tried to debug the badi BBP_CUF_BADI_2  method MODIFY_INPUT..
       The import variable iv_fieldname contains the field name amd the variable iv_value has the value entered in the custom field .........but another import structure ls_header also contains the custom field but no value....
    Method  MODIFY_INPUT has only one export parameter ev_value,,,,,,,,,,,,,,,,!!!!!!!!!!!!
    Edited by: vidya vidya on Apr 24, 2009 6:06 PM

  • Add new fields on the header screen of COR1

    Hi Experts,
    I am new to this type of work, please help me in doing....
    My requirement is, to add one field on the header details of the COR1 from a Z table.
    Can anyone please tell me how to handle this.
    I searched the regarding this in SDN but i had not got any solution.
    Can any one please tell me how to handle this(screen shots will be more helpfull).
    Please take it as priority.
    Thanks in advace,
    Kruthik
    Edited by: kruthik_06 on Jun 20, 2011 9:04 AM

    Hi all,
    I need to know if is it possible to add a custom field in COR1 for process order. I searched forum for something about this, but cannot find anything.
    can anybody please suggest me something ?
    thanks
    Kruthik

  • Add a field in the header of MB21/MB22

    Hello gurus, i am interested in adding  one field in the header of the mb21 (reservations), but i didn't find one exit or one badi for my purposes. My question is someone knows an easy manner for adding the fields to the screen. I tried to use enhancements and create one badi and a group of functions. But i don't know how to add the field to the screen. I tried to create a subscreen in a group of functions, but in this point i'm lost, because i don't know how connect the screen that i create in the group of functions with the standard.. ( i don't want to modify the standard directly, including the standard screens),
    With my best regards.

    Hi
    Check this
    MB_RES_BAPI_CREATE1   BAdI: Adoption of Customer's Own Fields
    MB_RES_BAPI_DETAIL1  Display of Customer's Own Fields
    Regards
    Pavan

Maybe you are looking for

  • Airport Extreme - Slow until power cycle every few hours (wired, not modem)

    I have the latest Airport Extreme Base Station (no time capsule) connected to a Motorola Surfboard 6121 modem. When wired directly to the AEBS I get download speeds of 90Mbps+, but after a few hours (I haven't determined if it is consistent) the dowl

  • Help file open in a new window

    I've made an help-file for my apllication, and now i want it to open in a new web-page. I've changed the following line in standardPagelayout.uit: <!-- set up global buttons --> <globalButtons> <globalButtonBar> <contents> <globalButton text="Home" s

  • My USB connection wont work for my iphone

    i tryed to connect my iphone to mu mac book pro nd the usb wont connecet. i thought it was the cable it self but i tryed it on another computer nd it work. why could it not work on thr mac book pro?

  • Having trouble syncing iphone with car.

    My iPhone recently stopped working with my car sync.  It was working fine for months.  The car now says phone is not connected. I didn't do anything differently, but I do know someone tried to Facetime my phone number as I was driving..  Could that h

  • External swf button to move main timeline

    Hi, i made a main(parent) page that loads an swf which has a button(a1) which on click i need it to move the timeline of the parent i wrote this code to the external swf and tryed many commands such as Object(root).gotoAndStop(1); a1.buttonMode = tru