Contract custom fields header data is not getting Saved(SRM7.02)

Hi Experts,
I have created a custom tab on the Header screen of SRM contract and that tab has 10 custom fields..Also, meta data custom fields properly binded to the custom webdynpro screen..But the problem here is when the data is filled on the custom tab screen and press SAVE button, after reopening the contract the custom field values are getting disappered. Version SRM7.02
Thanks for quick response..
Thanks,
Krishna.

Hi Experts,
Please reply
Thanks,
Krishna.

Similar Messages

  • Added new fields in vendor master in xk01 but data is not getting saved

    Hi experts,
    To add new fields in vendor master i have followed the following steps :
    1.) Appended a structure ZRTGS in LFA1 table with required fields and activated
    2.) Added new button in xk01( vendor master ) using spro -> logistics-general -> business partner -> vendors ->
    control ->adoption of customer's owaster data fields -> prepare modification free-enhancement of vendor master record
    Created a screen group ZR and defined label tab pages with function code ZRTGS and saved entries
    3.) Created a implementation for BADIs VENDOR_ADD_DATA and VENDOR_ADD_DATA_CS.
    4.) Created a program with my own subscreen for the required fields
    The button is getting displayed in XK01, XK02 and XK03 respectively. Whenever the button is clicked the subscreen with
    the fields is also displayed. But whenever i try to save the data in either XK01 or XK02 it is not getting saved in to the
    database table LFA1.
    Request your help in this regard.
    Thanks in Advance.

    Hi,
    You may need to check this include .
    EXIT_SAPMM06E_008  -->Import Data from Customer Subscreen for Purchasing Document
    Thanks,
    vamshi

  • Custom field in BP_PDBGP table not getting updated

    Hi,
    i am working in Contract management in SRM 7.0 Pack 6. I have aadded a custom field in partner table which appears in the partner table of contract header. It is a checkbox. when i check it the value gets saved in BBPPDBGP table for the first time after that if i try to uncheck it the value is not getting updated. I checked in the BBP_DOC_CHANGE_BADI, the value which is getting passed is correct but it doesn't update the databse accordingly.
    Any suggestions? is this a standard bug?
    Neha

    Hi Virendra,
    Thanks a lot for your suggestion.
    Where should i check? If the data passing to BBP_DOC_CHANGE_BADI is correct then that means at the webdynpro side there should not be any problem and as per the standard after doc_change also it should save properly. i also checked the badi there is not dependent coding done over there. DOC_SAVE badi is also inactive for contract business object. Hence, i am not getting any clue where could be the problem.
    Let me know if you want more details inorder to analyse this problem.
    Thanks &Regards,
    Neha

  • Custom fields from Shopping cart not getting transferred

    We have added a few custom fields in both Shopping cart and PO screens.
    Somehow when a cart is getting converted to a PO, the values maintained in the shopping cart are not flowing in to the PO.
    Please advice as to what needs to be done to take care of this issue.
    Thanks.
    Anuradha SenGupta.

    Hello Anuradha,
    Please go thru the link .
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969c27?QuickLink=index&overridelayout=true
    Also in your badi BBP_CREATE_BE_PO_NEW, try to implement the code in the similar way which I did for creating PR in Backend.
    DATA : ls_req_item TYPE bapi_te_requisition_item.
      LOOP AT is_sc_document-item INTO wa_sc_item.
        wa_extension-structure        = 'BAPI_TE_REQUISITION_ITEM'.
        ls_req_item-preq_item         = wa_sc_item-number_int.
        ls_req_item-z_req_type_db     = wa_sc_item-z_req_type_db.
        wa_extension-valuepart1       = ls_req_item.
        APPEND wa_extension TO cs_rq_document-it_extensionin.
        CLEAR wa_extension.
        ls_req_item-preq_item         = wa_sc_item-number_int.
        ls_req_item-z_asset_sub_cat   = wa_sc_item-z_asset_sub_cat.
        wa_extension-valuepart1       = ls_req_item.
        wa_extension-valuepart2       = ls_req_item.
        APPEND wa_extension TO cs_rq_document-it_extensionin.
        CLEAR wa_extension.
      ENDLOOP.
    Hope this will help you.

  • Changes in Texts in custom editor not getting saved in QM02 tcode

    Hi Expert,
    I am working on a screen exit in QM01. I have created a editor box(like the description box under Description tab in QM01) using class cl_gui_custom_container and cl_gui_textedit. I am able to create and display the text I type in the box alongwith other standard changes but if I try to change and save the text only in the custom text box, it is not getting saved. I debugged and found out that the standard does not recognize any change in the custom controller box.
    Please suggest.
    Thanks in advance,
    Sangeeta.

    Hi Sangeeta,
    After doing changes which method are you using to capture the text in the text editor ?
    There is a method GET_TEXT_AS_R3TABLE in class CL_GUI_TEXTEDIT . in that pass 'X' to ONLY_WHEN_MODIFIED parameter,
    Hope these may resolve your issue.
    Regards,
    Kumar M.

  • Offline Form - Data not getting saved.

    Experts:
    I am working on Adobe Offline Form.
    When I do some changes to the offline form and save it , the same data is not getting saved.
    After saving, if I close the form and reopen it again, I am not able to see the data.
    What could be the reason?
    Thanks
    Rajeshwar

    Same question was asked less than 2 days ago. And prior to that, it's been asked about 50 times now. Learn how to SEARCH before posting AND then you will get help.

  • ESS Leave request not getting Saved to Infotype

    Hai All,
    I created a Leave Workflow wherein there are 5 levels of Approval. After the final approver approves, the Workflow will be Completed but, the data is not getting saved to the Infotype. I ran the reports required, but still it is not getting saved.
    I have created a User Decision Step and the type of that is: BOR -> Decision -> Process. I think, the BOR is not returning the Value Approve or Reject correctly. I haven't made any changes to the BOR. So, it has to return the Status correctly right? Please correct me if I am wrong.
    According to Outputs of the above step (Aprove, Reject or Obselete), further steps are designed. But, on Final Check for Approved (where the status is checked for Approval), it returns False as the Status is set as SENT  (?).( I checked the Workflow Log and the status there seems to be SENT, instead of Approved) I think, due to this status, the Infotye is not getting Saved.
    Please help me on this.
    Regards,
    Jubish

    Hi ,
           How did you resolved it. Can you please provide solution for it.
    regards,
    kishore

  • Contract item customer fields not getting saved from ITS side??

    Hi there,
    I have had to add "account assignment" details to a contract item (3 fields: account assignment, G/L account and cost center)...
    All is going fine....in fact the 3 fields have been added on the contract item level in function group BBP_CTR_UI_ITS screen 4100. I followed the instructions in SAP note number 458591 "user defined fields: preparation and use"...
    The 3 fields I added where "generated" down to SAP table level and now appear in table BBP_PDIGP...
    Also when I create a contract from transaction BBP_CTR_MAIN and fill my 3 new fields in on the item level all works fine when I release the contract...the contract item gets created and the 3 new fields appear nicely in table BBP_PDIGP....so from the GUI side all is PERFECT...
    I have worked on the ITS side of things quite a bit but now I clearly don't understand something...
    I go to "internet service" BBP_CTR_MAIN - template SAPLBBP_CTR_UI_ITS 4100.....I have added my code and my 3 fields display perfectly on the web page....for each contract item.....
    As I said I can make the contract with the 3 new fields filled perfectly via the GUI (transaction BBP_CTR_MAIN)....and if I VIEW that contract on the web it also displays perfect with the 3 filled in fields....
    If I COPY that contract.....and save the new one, the 3 fields are still fine, all saved.
    NOW COMES THE PROBLEM:-)
    If I create a new contract from the web, fill in my 3 fields on the contract item level THE 3 FIELD VALUES SEEM TO NOT GET POSTED BACK AND SAVED IN THE SRM DATABASE...
    I have tried everything from using FIELD-GET, FIELD-SET...the note I mentioned above mentions some BADI's that I could possibly use:
    BBP_CUF_BADI_2 (modify screen methods etc)
    BBP_DOC_SAVE_BADI
    All I really want to try understand is how interaction between the user clicking on the web page and the SAP GUI screen flow is really happening.....I mean I see in function group BBP_CTR_UI_ITS there are a number of function modules with ITS in them, are those function modules just called when the user is clicking on the web (via ITS etc) - I would assume so...
    Bottomline is I need what is happening in the SAP GUI to happen on the web as well.....it is almost there, I just need a push in the right direction so that I can grab the fields from the web page, in the most standard way possible.
    Thanks for the help, I am very curious to see how this sort of solved.
    Regards
    Lynton

    He Yann,
    We are running SRM 3.0, EBP 4.0 - support pack 8
    Thanks for the help
    Lynton

  • Inbound Idoc - Date fields not getting saved

    Hello,
    I have created inbound idoc scenario in SAP. I receive Idoc from non SAP system to SAP system.
    then data from IDoc is saved into different tables, for that I have written one function module (attached to process code)
    One of the segments in IDoc type has date as a field. It is of type sy-datum.
    When I receive Idoc in SAP only date fields are not getting saved in tables.
    Is anything specific need to be done for date fields? please advice.

    check which format you are getting into sap and make sure you are coverting in into required format.

  • Custom fields in Source of Supply screen - not getting saved

    Hello Experts,
    There is a requirement to create 2 customizing fields on Souce of Supply (SOS) screen of Shopping Cart in SRM7.0 and has to be updated in the Backend system (PR,PO etc).
    I have created CUST1 and CUST2 in the standard include - INCL_EEW_PD_PARTNER_CSF (Customer Enhancements to Partner in Doc.) which is being used in the structure /SAPSRM/S_CLL_WD_SUPPLIER (CLL structure for SOS).
    But while creating Shopping cart, these customizing fields are not getting saved and not transfered to backend.
    NOTE:
    1. I refered SAP Note - 672960 , but it has no information abt SOS enhancement.
    2. I have enhanced the backed system accordingly to show these 2 customizing fields in PR and PO.
    3. Webdynpro component for SOS screen is - /SAPSRM/WDC_DODC_SC_I_SOS, and the structure used   is /SAPSRM/S_CLL_WD_SUPPLIER.
    Awaiting the correct answer from you all
    Thanks and Regards,
    Prabhu

    Hello All,
    I'm facing exact same problem.
    Steps followed:
    1. Configuration from SPRO
    Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Extension and Field Control -> Configure Customer Fields -> Define Customer fields on item Level -> Append for Customer Fields on Shopping Cart Item
    2. Add new fields in Webdynpro: /SAPSRM/WDC_DODC_SC_I_SOS
        View:V_DODC_SC_I_VENDOR
    Still i'm not able to get proper results.
    Please help.
    Thanks in advance.
    Yogesh

  • BADI for MIGO update - Data not getting saved in table sometimes

    Hi,
    This is regarding automatic update of material document number to our Z Table for Gate entry in MM.
    Steps for Generating  GR throu2019 MIGO:-
    1) the user has to key in the gate entry number and plant,
    2) then after giving i/p values the user has to click the save button,
    3) MIGO number is generated by the system which is updated in gate entry header table.
    For updating the MIGO number BADI is used . But some time the system is not updating the GR number in gate entry header table.
    Can we use COMMIT WORK statement in BADI? Hope its not advisable to use it.
    What else can we do if data is not getting stored in table while updating throu2019 BADI?
    Inside the Method : IF_EX_MB_MIGO_BADI~POST_DOCUMENT the below code is written,
    Instead Of Updating The Gate Entry Item Table Now
    Update The Gate Entry Header Table. Update The
    Value Of The Field MBLNR With Current Document Number
    Generated Updating the header table ZMM_GATE_ENTRY
        SELECT SINGLE *
          FROM ZMM_GATE_ENTRY
          INTO WA_ZMM_GATE_ENTRY
         WHERE GATEENTRYNO EQ GS_EXDATA_HEADER-GATEENTRYNO
           AND WERKS       EQ GS_EXDATA_HEADER-WERKS
           AND GYEAR       EQ GS_EXDATA_HEADER-ENTRY_DATE+0(4).
    Check To Ensure That Once A Gate Entry Number
    Is Associated With A GR It Cannot Be Reused
        IF WA_ZMM_GATE_ENTRY-GR_NUMBER IS INITIAL.
          WA_ZMM_GATE_ENTRY-REFERENCE = GS_EXDATA_HEADER-REFERENCE.
          WA_ZMM_GATE_ENTRY-REFWERKS  = GS_EXDATA_HEADER-WERKS.
          WA_ZMM_GATE_ENTRY-GR_NUMBER = IS_MKPF-MBLNR.
          WA_ZMM_GATE_ENTRY-GR_YEAR   = IS_MKPF-MJAHR.
    MODIFY ZMM_GATE_ENTRY FROM WA_ZMM_GATE_ENTRY .u201Dupdating the workarea
    u201CThe above modify stmt updates data sometimes and does not updates the data sometimes
        ELSE.
          MESSAGE E901(ZMM) WITH GS_EXDATA_HEADER-GATEENTRYNO WA_ZMM_GATE_ENTRY-GR_NUMBER.
        ENDIF.
    Plz suggest some soln?
    Regards,
    P.S.Chitra

    Hi,
    This is regarding automatic update of material document number to our Z Table for Gate entry in MM.
    Steps for Generating  GR throu2019 MIGO:-
    1) the user has to key in the gate entry number and plant,
    2) then after giving i/p values the user has to click the save button,
    3) MIGO number is generated by the system which is updated in gate entry header table.
    For updating the MIGO number BADI is used . But some time the system is not updating the GR number in gate entry header table.
    Can we use COMMIT WORK statement in BADI? Hope its not advisable to use it.
    What else can we do if data is not getting stored in table while updating throu2019 BADI?
    Inside the Method : IF_EX_MB_MIGO_BADI~POST_DOCUMENT the below code is written,
    MODIFY ZMM_GATE_ENTRY FROM WA_ZMM_GATE_ENTRY .u201Dupdating the workarea
    u201CThe above modify stmt in code updates data sometimes and does not updates the data sometimes
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Aug 10, 2010 11:33 AM

  • Header data is not cmg in PA30  when updating from backend tables

    Hi Friends
    Am  creating record for an employee in   table  pa0000, pa00001, pa0002   and some other infotype  but when i go to PA30
    tcode  it  shows me green tick for  all these three infotype  even in  0000 action i can click display and see second screen but
    the header data is not coming on pa30  screen  though  pa0001 table has updated with all information except changedate and username .
    Any idea  how  i can  get that header data  ?
    Regards
    Meeta

    Try to create data for one employee directly in PA30 and check the header data. If still the data is not pulling though check the screen header configuration settings.
    SPRO-> Personnel Management -> Personnel Administration -> Customizing User Interfaces -> Change Screen Header
    I hope this will resove your issue.
    all the best....

  • Bom item data - Document assignment not getting saved in table STPO

    Dear All,
                  As per out customer requirement, they want to display assigned drawing documents of Bom items in CS11. But it is not reflecting in cs11 eventhough we have assigned documents in Bom item detail overview Document assignment tab page. Moreover this is not getting saved in table STPO.
                   Waiting for solutions
    Thanks & Regards
    Dhananjay Kulkarni

    Please understand my customers requirement,
                               Presently they are assigning drawing document of each mat in material master. And if they want to see the drawing of each component of bom through Bom maintenance then they double click on component in bom, goes to mat master then additional data then document data and then drawing. In this way they need to open minimim 5 windows, which they want to make minimum 2 windows.
              In bom they are having more than 300 components. This is not possible to define document as component with item category D of so many components. One more idea I given to them is to club all drawings in one document and define that document as component with item category D, but in this way they can't identify  the individual drawing with part name.
              One more idea I given to them is to assign drawing document of individual component in item overview - Document assignment tab page from where they can open the drawing but it needs to open minimum 3 windows. So they are ready to assign drawing document in item overview - Document assignment tab page but they want, it should reflect in CS11 document column, from where they can easily open the drawing document.
              One more thing I observed that, assigned document to item overview - Document assignment tab page is not getting saved in Table STPO. I can't see this field content in STPO, which may be the reason that it is not reflecting in CS11.
             Is anything missing from Document management system?
    Please think and reply friends it's Urgent.
    Thanks & Warm Regards
    Dhananjay Kulkarni

  • Data is not getting updated in DB table

    hi all
    i am doing IDOC to jdbc scenario
    i am triggering idoc from R/3 and the data is going into DB table
    sender side:       ZVendorIdoc
    receiver side:
    DT_testVendor
      Table
        tblVendor
          action       UPDATE_INSERT
          access      1:unbounded
            cVendorName 1
            cVendorCode 1
         fromdate    1
         todate      1
          Key
            cVendorName  1
    if i trigger idoc for example vendor 2005,2006 and 2010 data is getting updated in the table
    but again if i trigger idoc for same vendor nos data does not get updated in DB table while message is successfull in moni and RWB both
    plz suggest if any change need to be done to update the data
    Regards
    sandeep sharma

    Hi Ravi
    you are right, vendor no is my key field . problem is when i send data again then it should Update the data but it's not updating the data again
    i did on exp with this : i deleted all the record from the table and then  triggered idoc for vendor 2005 , 2006,2010 after this data is updated in the table i deleted the rows for vendor no 2006 and 2010 and kept the row for vendor 2005
    then i again trigered the idoc for vendor no 2005,2006 and 2010 now this should update and it should insert rows for vendor no 2006 and 2010 but i am surprised its not updating the data
    Thanks
    sandeep

  • Issue with Home Address and Phone of ESS(data not getting saved)

    Hi Everyone,
    We have a issue with ESS HomeAddress and Phone.  when we edit and save data, its showing a message that data is saved.  but the data is not getting updated in the backend and the view also is showing old data only.  Pleas help us, if anyone came across this type of issue.
    Thanks & Regards,
    Ravi

    Please check the fields you are editing are not marked as unused in
    V_T588M
    V_T588MFPROPS
    V_T588MFPROPC
    Best wishes
    Stuart

Maybe you are looking for

  • Unknown error -50 from iTunes

    When I download albums I get this error 'an unknown error ocurred -50) and certain tracks will not download.  Never had it before, though I upgraded itunes to the latest version.  I'm running crappy Lion and I have no firewall on router.  Anyone know

  • How to determine the hardware requirements based on the Services' payload

    hello,Guys i am wondering if i can calculate the hardware requirements based on the services' payload ? what factors should i consider when to determine the hardware requirements? is there any documents related to my questions? ;) Thanks Regards Wen

  • PO nuber is not coming after creating Po with refrence

    Hi Abaper, First I create Contract from VA41 Tcode, I pass external PO number. That I am getting in table VBKD-BSTKD. After I create order against that contract, Now I am giving contract no it display all records accept PO number. I want to use exit/

  • Image inside e-mail ??

    Hi, This is the code i found in e-mail, which is used to display an image inside the mail. <IMG src="cid:024b01c1d494$76fe2520$[email protected]"> How can i create this image in memory and insert this image in HTML page. Thank you !

  • X64 or IA64

    Wasn't sure whether to post this on the SQL forum but feel it is relevant especially as regards SQL 2005. We're currently running SAP R/3 4.7 on W2K3 and SQL2000 on x86 hardware. The application servers are already running on 64-bit hw, o/s and SAP k