Contract data not getting copied for service ticket follow up complaint.

Hi Experts,
We are creating a complaint as a follow-up document to service ticket . But the contract data is not getting copied.
We contacted SAP and they told us that its a standard behavior .The reply is basically an SAP note
841830 - Contract data not copied to follow-up transaction
My question is is there a way to change this behavior using CRM_COPY_BADI ?
I tried to look for the method which I can implement to get the contract data in items, But I was not able get it .
Please suggest the way to get it working
Thanks in advance .
Naval

Please not that the contract determination works fine when creating a new complaint ... but when the I am trying to create a complaint from service ticket the item level contract determination is not working fine ...
We have configured that the contract should be determined at the item level only option `F`.
I checked in one of the sap document that this cant be achieved by standard .
http://help.sap.com/saphelp_crm70/helpdata/en/46/5cd7335bbd516fe10000000a114a6b/frameset.htmhttp://help.sap.com/saphelp_crm70/helpdata/en/46/5cd7335bbd516fe10000000a114a6b/frameset.htm
Is there a way we can put this code in the BADI eg; CRM_SERVICE_CONTRACT ?? Please note that there is already an implementation of CRM_SERVICE_CONTRACT which is working fine for new service document creation .

Similar Messages

  • Billing Plan Data not getting copied from Contract to SO

    Hi ,
    I have a Business requirement in which i ham supposed to create a Contract and then release/sales orders with reference to this contract. Whle creating the SO, the header billing plan dates are not getting copied from COntract to Sales Order.
    Please guide me on how can this be done.
    Regards,
    Madhav

    Hi,
    plz check your copy controls VTAA from contract to release order ,under the contract item category there is Field-FPLA check what is the routine that is assigned.
    you can either use routine-401 or 402

  • Workforce planning data not getting copied into the CATs

    Dear all,
    I am doing the activity confirmation in the project by transferring the data from CATs. However in order to maintain the data in CAT2 we have to copy the data from workforce planning.
    currently it is not happening. The data is not getting copied in CAT2.
    regards,
    sudhir

    Hi,
       how about with worklist, these are the options required to transfer the data from PS to worklist.
    refer to the period which you have planned in CAT2?
    Rgds
    Sudhir reddy

  • Team view data not getting refers for some user

    Hi,
    We are facing an issue in team view app for mss,  manager's are seeing details of employees not belonging to their Org Unit/ data not getting refreshed. This seems to be the Cache related issue where the data of perviously logged in user is displayed to the current user till browser cache are cleared manually.
    User don't have permission to clear browser cache. Is there any work around.The issue is coming only for some users.I have enable the 'ABAP HTTP Security session Enabled' property of the system used.
    Regards
    Pallavi

    Hi Karthik,
    in the first view I execute the BAPI and in the second view I show the results. In the second view I also submit the modified data via another BAPI.
    As I execute and display result of same BAPI in two different views I have bound the same model node to both of these views. Let me give you some sample code for understanding what have I done.
    In the first BAPI's search action handler I have written:
              Zsr_Packnr_Validate_Components_Input input = new Zsr_Packnr_Validate_Components_Input();
              wdContext.nodeZsr_Packnr_Validate_Components_Input().bind(input);
              input.addT_Version(new Zsr_Packnr_Field_Values());
              input.addT_Zsr_Genbr(new Zsr_Packnr_Field_Values());
    input.setZsr_Gmc(globalMaterialCode);
              input.setZsr_Mrc(mrc);
              input.setZsr_Ctry(country);
              input.setZsr_Dc(distributionChannel);
              input.setZsr_Div(commercialSegment);
    wdContext.nodeOutput_Validate().invalidate(); //as u suggested
              wdContext.currentZsr_Packnr_Validate_Components_InputElement().modelObject().execute();
              wdContext.nodeOutput_Validate().invalidate();
    In the second BAPI I just display the output node from the same Model context node (its mapped to the second view too).
    But as I said whenever I update some values in the result set and submit it the data gets submitted properly. But when I press the search button again, the previous set of data gets populated, not the just updated data.
    If anybody has some idea on why the second time search BAPI execution still shows the previous set of result it will be a great help to me.
    Thanks for all your help.
    Shubhadip

  • Smart List Data not getting copied

    Hi,
    I am working on workforce model. I am trying to copy data from new employee (example: TBH1) to another employee XYZ (TBH1 & XYZ are in employee dimension).
    The intersection where I am entering data for TBH1 is:
    Account -> New Hires
    Currecny -> Local
    Version -> Bottomup
    Entity -> Entity1
    Employee -> TBH1
    Scenario -> Actual
    Year -> FY09
    Nationality -> Grades (Smart List), US
    Positions -> Manager
    Period->Q1
    Problem: When I am entering data in a form it is accepting Grades, US, Non-US (example: Grades->15, US->1). But when I am copying data from TBH1 to XYZ employee it copies US data which is 1 but it is not copying Grades which is 15.
    Calc Script to copy data:
    FIX ([Scenario], [Version], [CostCenter])
    DATACOPY [SrcEmp] TO [DestEmp];
    ENDFIX
    ScrEmp & DestEmp are 2 run time prompts whose values will be SrcEmp -> TBH1 & DestEmp -> XYZ
    My data evaluation order is:
    1. Accounts
    2. Nationality
    3. Employee
    Please help.........
    Thanks.
    Edited by: user11173226 on Oct 21, 2009 12:58 AM

    TCODE- OMSR
    Select the field which you want to get copied. double click.
    check (tick)- Copy field content.
    and your problem will be solved
    Thanks,
    Shekhar Ramineni

  • Addition of a Field in EKKO/Data not getting populated for that field

    Hi All,
    I have added a Z Field in EKKO Table through the Append Structure "CI_EKPODB".
    There are around 2000 records in EKKO and for all the records that Z field is Blank.
    But, when I write a Select Query in Program to Fetch the Records where that Z Field is BLANK, I get only 50 Records.
    The same happens when I Execute SE16 for EKKO by giving condition Z Field = INITIAL. I get only 50 records in the output.
    Please help me understand why I dont get all the Records where that Z Field is INITIAL?
    Is any customization required or is this a Technical Issue?
    Please help.
    Thanks in Advance.

    hi rohan,
    if you are adding a field in a table  by append structure then make that field as ZZ instead of Z to differentiate it from normal fields.
    now when you have created the field in a append structure then if have not checked the initial flag.thats why u are getting this data inconsistency.
    this is because earlier 2000 entries are prestent in the table , now when you add another field in the table then that field will not have value for those 2000 records.
    now when you create the fiels select the init flag field,if you select this then new flag field will  NOT NULL,so initial values will be filled for that field for existing 2000 records.
    Note : NULL and INITIAL are different things, NULL means not defined and initial means which is having its initial value.
    check that init flag and u will get those 2000 records, you are getting inconsistent data now becuse value for that field is null ie not defined.
    hopr this will solve ur post and u wil get the concept of append structure.
    Thanks and regards,
    Tanmaya

  • Sales data not getting populated for Material master by LSMW.

    Hi,
      When I am trying to create material manual for sales view material is getting created and the table MVKE(Sales Data for Material) is getting populated with the sales data. But when i Am trying with LSMW METHOD
    Object          :     0020  
    Method          :     0000               
    Program Name    :     RMDATIND           
    Program Type    :     D(Direct Input)
        materials are geeting created but the sales data is not getting populated in the table MVKE(Sales Data for Material) and LSMW program also not showing any error.
    Can any one tell me what is teh problem here.
    Thanks,
    Naren.

    Hi,
    along with VKORG, VTWEG in <b>BMM00</b> are you mapping the below one's also.
    BMM00-XEIV1 = 'X'. "sales 1 view
    BMM00-XEIV2 = 'X'. "sales 2 view
    this will enable the sales(1/2) view.
    Check it once..
    Regards
    vijay

  • Data not getting copied

    Dear All,
    When we do j1iin & create Exc Inv with ref to Bill Doc the whole data from Bill Doc gets copied into Exc Inv. But when we do j1is with ref to G2 no data gets copied. Is it the std scenario? Or how can we make data copy from G2 to Exc Inv.?
    Rgds.

    It is Standard. to do an adjustment against Credit / Debit Memo, pass an Excise JV through Transaction Code: J1IH.
    Regards,
    Rajesh Banka

  • Setup tables data not getting deleted for application 11

    Dear Team,
    Trying to delete data from setup tables after completing few fields enhancements
    System triggering following error message and the data is not getting deleted
    Step 001 started (program RMCSBWSETUPDELETE, variant &0000000000010, user ID 00938H744
    Database problems with table MC11VA0ITMSETUP
    Job cancelled after system exception ERROR_MESSAGE
    Please guide
    Thanks,
    Sarasu

    Try to adjust the database tables using SE14 transaction.
    SE!4 --> Enter table name MC11VA0ITMSETUP -->Select radio button "tables" --> click on Edit -->Select processing type "Background" --> Click on "Activate and Adjust database".
    Here before performing the Activate and Adjust database function -- first try to check the data base object (click on check button and select database object --ok) if every thing is ok then proceed with the above steps.
    Next try to delete the setup tables and check.. hope this should work.
    Try to check the logs in SM21 and also check if the data source is active or not before deleting the setup tables.
    Regards
    KP
    Edited by: Konduru Prashanth. on Mar 2, 2012 6:08 PM

  • Soap handlers not getting invoked for service control

    Is it possible to attach soap handlers to the service control generated from a wsdl file.
    The below link shows that we can add handlers to a service control but it doesn't work for me
    http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    Below is the code I am using to declare the handler
    * @jc:location http-url="https://rrad.carrierzone.com/rrad/server.php"
    * @jc:wsdl file="#RRADServiceWsdl"
    * @jc:handler callback="WebHostingHandler" operation="WebHostingHandler"
    public interface rradsslControl extends com.bea.control.ControlExtension, com.bea.control.ServiceControl
    Everything works perfect If I add a soap-handler to a webservice
    Thanks,
    Sridhar

    Sridhar,
    WLW doesn't support SOAP message handlers on messages that arrive via HTTP GET. If you are using the test console you need to use the Test XML page instead of the test form page
    Additional info is available at http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/getstarted/conSOAPHandlers.html
    Also when referring to Workshop docs links, please use the URL listed at the bottom of the page. The URL from the browser address bar will also be http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    Cheers
    Raj

  • In VA01  In Schedule line Delivery date not getting populated

    Hello,
    We have developed enhancement for VA01 tcode.
    Depending upon the quatity entered for a material it should show one more item as free good.
    If quatity is 10 for a line item 10 then it should show item 20 by default same mateerial and quatilty as 1.We have done this it is working fine.
    But if we select free good item in our case it is 20 and click on schedule line item buttom all quaitity fields getting populated.but delivery date not getting populated for only free good.for line item 10 it showing properly.
    Can any one please suggest what i need to do in order to display delivery date for free good.
    Thanks in advance.
    Regards.

    Thanks for your response.
    Actually i have seen technical settings for that field.it is rv45a-etdat.this field has value till MV45AFZZ.seen in debugger.
    Looks like it is clearing some where after the above include.Any suggisitions welcome.Thanks again.

  • SAP R/3 -- Not getting prompted for password on Heterogeneous Sys. Copy

    Thank you in advance.  I am part of a project team that is testing the potential of moving from UNIX (AIX 5.3) to Linux (RHEL 4 or 5).  We are running SAP R/3 on IBM P570 with DB2 v9.1 and when we run this program:  Installation master sapinst
    We are not getting prompted for the user password but when we run the same cd on a different system we get prompted for the user's password.  Can anyone point me in the right direction on what is wrong?  If you need more info let me know.
    Thanks,
    Erik

    @ Sven & Markus
    Well I have checked all the logs and there are no errors.  What I have found out is that it successfully runs but there is 0 ouput, in essence it isn't exporting any data.
    Here it shows that it completed successfully but in the export directory there isn't data when there should be.
    INFO       2009-10-08 17:34:19.270 [sixxcstepexecute.cpp:544]
    The installation of component Execution of Service SAP ERP 6.0 Support Release 3 > Software Life-Cycle Options > System Copy
    > IBM DB2 for Linux, UNIX, and Windows > Source System Export > Central System > Based on AS ABAP > Database Instance Export has been completed successfully  has been completed successfully.
    See here:
    /dev/exportlv    119.25    119.23    1%       16     1% /export
    Thanks,
    Erik

  • Data not getting fetched from Quotation to Contract

    Hi,Myself new to TM. I have a ticket mentioning data not getting fetched from quotation to contract. How to solve it? Please help...
    Message was edited by: Michael Appleby

    Please add the version of the TM product and which SPs have been installed.  Also more information on the quotation and contract.
    What do you mean by ticket?  It you mean an error message, from where are you reading the message?
    Regards, Mike
    SAP Customer Experience Group - CEG

  • Validity end date is not getting copied from inquiry to quotation.

    Hi Friends,
    While creating quotation the validity end date is not getting copied from inquiry to quotation.
    What setting needs to be done, pl suggest.
    Regards,
    Hari.

    Sreehari,
    i dont find any logic of having Same validity date for Quotation and Inquiry....
    the simple reason is explained by example: Say you have created Inquiry on 1st november and end date is 15th novembr. Customer comes to you on 14th november and asked for Quotation, and if you refer quotation on that day that means its only applicable for one day, which generally wont be the case.
    There is no option for copying the validity dates from Inquiry to Quotation as per standard. If you want, create routine, place it in copy control.
    Thanks,
    raja

  • Scheduling Agreement - Conditions not getting copied from Contracts

    Hi All,
    Requirement: Global outline agreements with scale prices will be created in SRM which will be into ECC as Contracts. Scheduling agreements will be created referecing the Contracts and the conditions with the scale prices needs to be copied into the scheduling agreement.
    Issue: We could create Global outline agreements in SRM and are getting replicated into ECC as contracts successfully. Conditions and the scale prices are not getting copied into the Scheduling agreement from the Contracts.
    Please guide.
    With regards
    Krishna

    Hi,
    I couldnt reach out a solution for this problem.
    SRM Version: SRM 5.0
    Yes. We create Scheduling agreements referencing the contracts.
    With regards
    Krishna

Maybe you are looking for

  • Can there be two fields on one line?

    I want there to be two text fields on one line. Just as you would type and tab in a regular document? Or, does every field have to be below the previous?

  • My ipod Shuffle 4g turns on the button lock as soon i turn on my ipod!

    Hello, I turned my Ipod Shuffle 4th gen on as Normal, but as soon I Turned it on, the button lock turns on automatically, and becomes unresponsive, I cant turn it off! I Can only somehow control my ipod with the remote on my headphones... is there a

  • HS_TRANSACTION_MODEL / Is DG4ODBC capable of SQL_DATA_SOURCE_READ_ONLY?

    We're currently using READ_ONLY_AUTOCOMMIT as setting for HS_TRANSACTION_MODEL in attempt to minimize potential for locking in remote database. Nevertheless, read locks are created with DG4ODBC use by default and persist within remote database for du

  • Black line on the left margin when printing

    The printing functionality for a coloring book app working great in AS2. After porting to AS3 users get a black border on the left side of the page. Have anyone had this problem or know of any solutions? Thanks in advance for your time.

  • Travelling expenses against Service call

    Dear Expert When i sold Machine manage by Serial No with 1 year warranty Service Contract also created When my customer call me & say that some problem in Machine then Company send one technician to customer place then technician solve the issue at c