Customer fields addition in SRM 7

hi,
i am new to SRM 7. i went through some documents in sdn and tried to add a field at SC item level. i have extended the structure and the view layout. i have created a cell editor of type input element and binded the source attribute to the new customer field added the to the context. now i want to fill this field with some value for all the items. i have implemented the badi /SAPSRM/BD_PDO_FE_FILL_ITEM. i have done the debugging and saw that ct_item_data table is having the customer field i had created and it is getting filled with the value i had hard coded in the badi method. but when i go to web ui i am not able to see the value. what is going wrong? am i implementing the correct badi?
wd component i have changed :/SAPSRM/WDC_UI_SC_DOTC_BD
view V_SC_DOTC_BASIC
thanks
Edited by: SRM7CON on Jan 22, 2012 8:53 AM

Hi  ,
to populate the values you need to enhance the webdynpro component and write the code in the  particular method or you can write the code in BBP_DOC_CHANGE_BADI
Thanks & Regards
Pradeep Kumar Dondeti

Similar Messages

  • Steps for extraction of Custom Fields from the SRM 5.0 to the SAP BI system

    Hi Experts,
    I am new to the SAP BI. I was asked to publish all the custom fields from table (BBP_PDISC) of the SRM system to the BI System.
    Please provide some guidiance (or) provide me with step-by-step procedure for doing the same.
    There are around 14 fields in this table and i need to move them to the BI system and later inlcude them in reports.
    Let me know if this information is sufficient.
    Thanks in advance.
    SAPBWI

    We are working on the Shopping cart DSO

  • 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

  • Custome field addition in production order

    Hello All,
    I want to add one custom field in production order. My abaper tried "PPCO0012 enhancement for displaying/changing order header data" enhancement and SAP version is 4.7. But it is inconsistent. Can anyone suggest me other way to add one field. I want to add new field as " New revisio level"
    Regards,
    Mayur

    Why not try defining a new user status?
    In this user status you can set/reset the desired "new revision level"( if its the matter of only one field addition).
    Futher you can constraint any business process - if at all required based on this new user status.

  • Enhancement in VA01 (Custom field addition in Additional Tab at header)

    Hi Experts,
    I have to develop some custom fields in tcode VA01 at header level in addtional data B tab. I know that i can use access key and develop the screen 8309 of program SAPMV45A and for that i have to provide access key. But i dont want to use access key.
    Is there any screen exit or badi through which i can develop the screen in additional data B tab in VA01. Please provide me suggestion.
    Thanks in advance.
    Regards,
    SURYA BASU

    Hi
    I don't know other solution. Provide a key in my opinion is not a problem. You must do it when create your own VOFM subroutines in your customer range number. if your boss or your client has doubts, ask him/her to see the SAP Note 381348 - Using user exit, customer exit, VOFM in SD, when it says:
    At the beginning of the R/3 development the SAP Basis did not offer
    technologies for exits yet, nevertheless many customers wanted to implement
    their own functions, checks, and so on. Thus, in the SD area, includes were
    delivered like, for example, MV45AFZZ. This include contains some empty
    FORM routines (user exits) to which you can go from the respective
    processing programs.
    and
    Changes to user exits in SD are MODIFICATIONS,
    since the original of an object belongs to SAP (thus when you change a user
    exit an SSCR registration is also required).
    Why this exits belongs to SAP, see Note 16466 - Customer name range for SAP objects.
    I hope this helps you
    Regards
    Eduardo

  • Classic Scenario- Service Item custom field transfer from SRM to ECC

    Hello Experts,
    I was looking for a way to transfer custom fields from SRM to ECC(PR/PO) for service items.I am on SRM 7.01 and ECC 6.0 ehp 5.
    The same custom fields are getting transferred for Material item using the BADI BBP_CREATE_BE_RQ_NEW.
    But the same badi doesnt work for service item transfer.
    I would appreciate it if someone could help me with this.
    Regards,
    Cruiser

    You can use the Function Module SPOOL_RQ_CREATE with the parameters as bellow and debug.
    REQNO = SC number
    REQUIS_NUMBER = as Purchase Req no ( from backend )
    IV_BE_LOGSYS = backend logical system.
    System will go through the same path as SC bridging to PR.
    HTH,
    Chandu
    Edited by: Chandrahasan H on Mar 23, 2011 3:36 PM

  • Custom fields in webdynpro SRM 7.0 while upgrade from SRM 5.0

    Hi Experts,
    We are upgrading from SRM 5.0 to 7.0. We created 2 custom fields using configure field control in Meta data handling (SPRO) and enabled them for visibility. When we tried to see these two custom fields, they didnt appear in the web dynpro component.
    Web dynpro details are below.
    Webdynpro: /SAPSRM/WDC_UI_DO_ACC
    Window : IV_L_FPC_CA_DETAILS
    view : V_DO_ACCOUNT_DETAIL
    Field : zzXXXX
    We have to manipulate the data of those fields.
    Since we couldn't see those fields, unable access the data. Could you pls suggest what was the solution you found for your issue.
    Thanks
    Dhivya

    Hi,
    Please check the Meta configuration on which set key you configured.
    you have to configure the fields as show in the below link for accounting.You have to use set key as 31 for accounting.
    http://wiki.sdn.sap.com/wiki/display/SRM/CustomerAccountFieldsatDefaultsettingsonShoppingCart
    Regards
    Devi prasad

  • Custom field position control - SRM 7.0

    Hi all,
    In SRM 7.0,when  we add custom fields at the headre/item level,how do we control the position of the fields?

    Hi
    Right click on the part of the screen where you want the field to appear. Click on More Field Help and then you will see a popup having the WebDynpro Application Details.
    Go to SE80 and open the WebDynpro Application. go to Layout tab of the WebDynpro View, Check if the field is there or not in the layout.
    You can decide the position of the field in the layout tab of webdynpro application view. You will need to enhance the same if required , to suit to your needs.
    Note: If you have multiple fields in header of the document and only few of them are supposed to appear depending on your custom logic then the fields will appear in the same manner as you put them in Layout tab. If there is any field missing in between, the lower level fields will move upwards.....
    Regards
    Virender Singh

  • Number of Custom Field Restriction between SRM MDM OCI Mapping to SRM

    Hi Experts,
    We have a project requirement to cater to 70 Plus custom field which is NON Standard fields transferred from SRM MDM to SRM Shopping cart
    We need to understand if this is achievable??? by enhancing OCI mapping and Catalog Transfer BADI.
    We appreciate your response in this regard.
    Regards
    Prashanth

    Hi,
    There are 5 pre defined custom fields in the OCI, NEW_ITEM-CUST_FIELD[1-5] are available, each with different structures (i.e. field length etc) to support different requirements. All are of type CHAR though I am pretty sure.
    These fields can be passed via the OCI interface and then mapped to standard PROCDOC fields using the BBP_CATALOG_TRANSFER Badi.
    Regards,
    Jason

  • Custom field addition in ICWC :

    Hi Experts,
    I have used EEWB  to enhanced the GUI(CRMD_ORDER), and getting my custom fields in GUI.
    How to get the same in ICWC screen.
    What are the steps which we need to follow...
    Thanks in Advance
    Chitrakant

    Hi Glenn,
    Thanks for the reply. I will check the link.
    Regards,
    Chitrakant

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

  • Dump after custom field creation in SRM shoppinc cart

    I have created a custom field(using a custom data element and a custom domain) and it is displayed in the Item Basic Data screen.
    Then I create a basket assigning a value for this field.
    The dump occurs when I try to view the basket after creation, from the Status Select or from the link in Approval Screen
    Runtime Errors:  GETWA_NOT_ASSIGNED
    Short text: Field symbol has not yet been assigned.
         The current ABAP program "SAPLGCNV" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Screen: SAPLBBP_PDH_CUF 0100

    Hi
    <b>Please ensure that the Z structures (Append Structures) created in this case are Activated completely (and should not be in Partially Active or InActive State).</b>
    <u>Since these structures will be used in the BADI Tables (SC Item level / Header level), these must be activated once again, incase you add / modify/ change the structures in the meanwhile.</u>
    If you want to define fields on item level in shopping carts, use structure INCL_EEW_PD_ITEM_CSF_SC. If you want to see the fields defined on item level in the search results for the shopping carts (for example, in the status), use structure INCL_EEW_PD_SEARCH_ITM_CSF_SC.
    If you have defined document-specific fields on header and/or item level, you also have to define them in structures INCL_EEW_PD_HEADER_CSF (for the fields of the header) and INCL_EEW_PD_ITEM_CSF IF THEY HAVE NOT BEEN DEFINED THERE YET. Consequently, these structures contain the combination of header or item fields of all document-specific fields.
    For more details, please refer to OSS note - 672960 (User-Defined Fields 2) Please carefully read the documentation.
    <b>Few other related OSS notes to refer -></b>
    <u>1018714 Change documents: Time stamp of the application server
    1006898 Deleted vendor not displayed in Change hist of Shopping cart
    731037 Converting SUS 1.0 and SUS 2.0 documents to SUS 3.0
    820201 Document changes for attachments does not work
    691880 Changes in tolerances not displayed in purchase order</u>
    Let me know incase you still face any issues.
    Regards
    - Atul

  • For  Jeroen Widdersh reagrding custom field addition .

    Jeroen
    It seems you have added custom field in standard SAP screen.Can you tell me how did you do that.?

    Hi,
    You can use the function group SAPLZQQM to create a new tab/screen for IW21/22. But to create the screen you need to do some configurations in SPRO. After doing the configuration you can see the screen in this function group. Proceed accordingly.
    Let me know if you need more help and reward if useful.
    Thanks,
    Anil.

  • SoCo : new customer field only in SRM

    Hi All,
    I would like to have some information concerning the possibility to add customer field in SoCo.
    My customer want to see some customer field only in SoCo, but he don't want to send this info to the backend.
    I try to explain better ....
    i receive the RdA from ECC and every time i receive the same one, i need to verify if the quantity are the same. if the quantity are different I need to show this different in the SoCo. To do the calculate I use the BADI BBP_DOC_CHANGE_BADI, but where I must define the new field in ddic and how show it in SoCo ?
    can you help me giving some documentation or something else ?
    thanks
    barbara

    Hi Barbara,
    To add customer fields to the SOCO screen you need to add these fields to the shopping cart first.
    You need to add these custom fields to custom structure and append those structure to the following structures:
    INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF.
    See OSS Note: Note 672960 - User-defined fields 2
    After adding these fields to the above given structure you need to activate them and then you need to regenerate the sourcing cockpit screens.
    For regenerating SOCO screens follow the step in below given OSS Note:
    Note 632982 - Generation of the screens for the sourcing
    Hope this Helps.
    Thanks,
    Pradeep

  • MRP profile custom field addition

    Dear experts,
    Is it possible to add a field to the MRP profile list of fields that come in MMD1/MMD2? I observed that not all the fields that appear in the material master MRP views are part of the MRP profile.
    Thanks
    Suman

    Hi,
    Can you let us know which fields you do not find in MMD1 ?
    Regards,
    Vivek

Maybe you are looking for

  • Usb 3.0 driver for windows 7 64 bit hp 23-b011 all in one

    I have a hp 23-b011 that is a all in one computer. I downgraded the operating system to windows 7 64 bit because I prefer windows 7. Anyhow I need my usb 3.0 driver to work . I have tried the driver SP57875 it does not work. also have tried do the %t

  • How to find my lost ipad without apple id in short time ?

    how to find my lost ipad without apple id ? i wanted to report but i got no serial number of it. i tried to find by using 'find my iphone 'app but it cant show me the place of my ipad ,i think the person has signed out my id. i have got some importan

  • Sept 2011--should I obtain 64-bit version of Firefox for new Win7 64-bit laptop?

    Before I download various addons or plugins, I should know which version of Firefox I intent to be running--32- or 64-bit. I assume the version I just downloaded (6.0.2) is 32-bit. Do I need to uninstall current version?

  • Matrix Events

    Hi All,   I have a matrix in my form i need this is to work like the one in Purchase Order.   In Purchase order matrix If you press tab from Item No column choose from list will appear at the same time if we click on the Owner EditText below the matr

  • 10g upgrade problem

    We upgraded from BPM 5.7 to OBPM 10g and the installation went smoothly. However, when we published our projects, which had been converted from 5.7 code to 10g code, and then deployed the projects, we got the CannotUpdateEngineExternalVariablesExcept