Create Follow-up document from Service Contract automatically while saving

Hi,
In CRM 4.0, under the Service secnario, Service Data for Service Contract is related to --
1. Interval value
2. Period
Based on these parameter values how to generate the corresponding follow up documents automatically while saving the parent doucment(i.e Service Contract).
For ex, Interval = 6 , Period = 36, then all the 6 docs should be genarated at once while saving the Service Contract.
Please Advice.
Regards
Deb

Hi
Yes , manually executing the Action through PPF.
But the requirement is to generate the subsequent docs at once while saving the Service Contract i.e the corresponding Action should also triggered automatically.
Please Advice.
Regards
Deb

Similar Messages

  • Lead as Follow up document from Service Contract

    Hi Experts,
    There is a requirement to create Service Lead from Service Contract. I dont think there is something different by name Service Lead so i assume it is Standard Lead which is present in system.
    I maintained the copy control for Tx. Types and as well as for Item Categories.
    Issue:
    If i create a Service Contract and create a follow up Lead with no items, it works fine.
    Suppose i use an item (sales/service item), and i try to create a follow up Lead, the resulting pop-up to choose items from preceding document shows and error and the item doesnot get coped and displays an error, 'Sold-to-Party is not eligible for contract items'.
    Has anyone come across this issue?
    Thanks and Regards,
    MG

    Hi Maggii,
    1. Is it possible to create a Lead from Service Contract? Does the system allow it even after maintaining relevant copy control configurations?
    A.Yes, it is possible while arranging of copy controls for transactions need to activate u201CCopy Item numberu201D.
    2.What does the error message, 'Sold to party not eligible for contract items' mean....have u ever seen such error?
    A.  Means, the particular sold to party is not maintained for that contract (for trail check with any maintained sold to party for that error message), cross check the contract again under in partner functions.
    If it is suits to your requirement please some reward points,
    Thanks,
    Suuny.

  • Sales order from Service Contract?

    Dear SD Guru,
    Can I created Sales Order from Service Contract? I would like to create a sales order from service contract (MV) and I need to generate billing from the sales order. MV-> OR-> F2. No Resource Related Billing involved.
    Thanks,
    Soo

    Hi,
    I think this can be achieved, if you do copy control from order to order in VTAA.
    Thanks
    Krishna.

  • How to Create an XML document from XSQL servlet which follows a particular DTD struct

    how to Create an XML document from XSQL servlet which follows a particular DTD structure.Could anyone send me a sample code for this.

    You'll need to associate an XSLT transformation with your XSQL page that transforms the canonical result into your DTD-valid format.
    For example, given an XSQL page like:
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="rss.xsl" ?>
    <xsql:query max-rows="3" connection="demo" xmlns:xsql="urn:oracle-xsql">
    select title,id,description,url,to_char(timestamp,'Mon DD') timestamp
    from site_entry
    order by id desc
    </xsql:query>and an "rss.xsl" stylesheet that looks like this:
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xml" indent="yes" doctype-system="rss-0.91.dtd"/>
    <xsl:template match="/">
    <xsl:for-each select="ROWSET/ROW">
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    <xsl:for-each select="ITEM">
    <item>
    <title><xsl:value-of select="TITLE"/></title>
    <link><xsl:value-of select="URL"/></link>
    <description><xsl:value-of select="DESCRIPTION"/></description>
    </item>
    </xsl:for-each>
    </channel>
    </rss>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>You produce DTD-valid output against the rss-0.91.dtd DTD that looks like:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE rss SYSTEM "rss-0.91.dtd">
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    </channel>
    </rss>
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    </channel>
    </rss>
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    </channel>
    </rss>

  • Auto-triggering of PM Planning from service contract

    Greetings!
    I am currently working to automatically trigger preventive maintenance service order from service contracts. However, I have been struggling to understand some of the dates and the date rules, and how they work?
    The dates are:
                                                        Rule Name
    a) Planning start date:                  Today's Date
    b) Planning Date From:                Determine Planned Date
    c) Planning Date To:                    Planned Start + Tolerance
    d) Start of Interval                        Planning Start Date
    e) Service order creation date:     Planned Date - 2 weeks
    f) Tolerance:
    Let's say that I would like to have a contract valid from the 13.08.2014 to 13.09.2015, and I want the preventive maintenance service order to be begin from 20.08.2014, with a interval period of every 2 days (may be until 10.09.2015). Then how should I fill these dates in the service contract item ?
    I would be glad if someone explained it to me. If you have a better example, I would also appreciate that.
    Thank you.

    Hi,
    When you are using Contract is a Outline agreement -That may be Quantity or Value contract this for specific period.
    Example you can maitain various Service line items for entire Periods as per the Contract details with Vendor.
    when you want to create Release order w.r.t Contract for a specific work or only for Specific Services
    whatever you want to required service for that release order that only system will ask us to select the services just like while creating Service entry sheets how we adopt the required services lines for accepting.
    we need to select the Services from the contracts by manually while creating Release order
    System will not copy automatically.
    If you have more than 100 service lne items in Contract If you want to create release order only for 10 service line items then unnecessarly 100 line items will copies.T o overcome this problems SAP will allow to select the  service manuall for adopting to release order from contract
    I think you are clear with the statement.
    with regards
    Shrinivas gangoor
    Edited by: Shrinivas Gangoor on May 19, 2009 1:00 PM
    Edited by: Shrinivas Gangoor on May 19, 2009 1:01 PM

  • Follow-on documents from Auction to backend system (R/3)

    Could somebody help us to configure the follow-on documents (Purchase order and Contract) from Live Auction (SRM Server 5.5) to backend system (R/3 4.6C)?
    We are using the classic scenario in (SRM Server 5.5).
    Thank you very much

    Hi
    <u>Please go through the follwoing links to find the detailed information required -></u>
    SRM Live Auction Configuraton
    Are you using the Extended Classic Scenario ?
    Re: Create follow on documents
    Local contract and classic scenario
    Multiple levels of follow-on documents
    Re: How to create a PO in R/3 from a local Bid Invitation in classic scenario ?
    Re: Configuration changes of  "Classic to Standalone scenario"  in EBP system
    Re: Live Auction: :):(
    Re: Follow-on Documents not created
    http://help.sap.com/saphelp_srm50/helpdata/en/52/8ed84b0e2447afb1c565990efd52d1/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/ea/18cc3fbeb83946e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/c1/c3fe3930a34b2ae10000000a114084/frameset.htm
    Hope this will help.
    Regards
    - Atul

  • Copy  Ibase Component from Service Contract to Service Plan

    HI Experts,
    I  am creating a Service Contract by maintaining the Ibase Component in the Product list at item level
    and I am doing followup transaction service plan and from service plan to service order followup
    But  the Ibase Component is not getting Copied from service Contract to service plan transaction  as well
    as from serivce plan to service order transaction.
    Pls help me in this regard.
    Regards
    Pavan.A

    Hi Pavan,
    You can use copy control BADI to achieve this.
    The badi to use is 'CRM_COPY_BADI'.  You need to configure the transaction copy control to trigger this badi.
    Look at methods REFOBJ,  SERVICE_I and SERVICEPLAN_I.
    One of this methids should allow you to do this.
    Regards,
    Surendar

  • How do I create a pdf document from my scanner?

    How do I create a pdf document from my scanner?

    If you are using Acrobat , then follow the below mentioned steps:-
    Scan a paper document to PDF using Autodetect Color Mode (Windows)
    1. Choose File > Create > PDF from Scanner > Autodetect Color Mode.
    2. If prompted to scan more pages, select Scan More Pages, Scan Reverse Sides, or Scan Is Complete, and click OK.
    Scan a paper document to PDF using a preset (Windows)
    1. Choose File > Create > PDF from Scanner > [document preset].
    2. If prompted to scan more pages, select Scan More Pages, Scan Reverse Sides, or Scan Is Complete, and click OK.
    Scan a paper document to PDF without presets
    1. In Acrobat, do one of the following:
    (Windows) Choose File > Create > PDF from Scanner > Custom Scan.
    (Mac OS) Choose File > Create > PDF from Scanner.
    2. Select scanning options in the Scan dialog box, as needed, and then click Scan.
    If you specify that you want to use the native scanner user interface instead of the Acrobat user interface, other windows or dialog
    boxes appear. Consult the scanner documentation information on available options. In Mac OS, the scanner user interface is always shown.
    3. If prompted to scan more pages, select Scan More Pages, Scan Reverse Sides, or Scan Is Complete, and click OK.

  • Newly created follow-up document is inactive

    Hi Forum,
    I have just  created  a follow-up document for my service order and created a target transaction as another serv order document  through copy control.
    The target Service order is showing in the create follow up documents in the main menu, but it is inactive, rest other follow up documents for the source service order transaction are active.
    Please help me by letting me know how to make this follow up document active.
    Another workaround that i have checked in SAP help is that we have made this in the same organisation unit.
    Regards,
    Amit

    Hi,
    Have you maintained all the copy control settings like
    1. copy control for transaction types
    2. copy control for item categories
    3. copy control for target transaction and item categories
    Also check whether the permitted channels is not maintained for the target transaction.
    Hope this will help
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • How to create an XML document from a String.

    Can anyone help,
         In the Microsoft XML Document DOM there is a load function load(string) which will create an XML document, but now we are switching to Java and I do not know how to create and XML document from a string, this string �xml document� is passed to my program from a webservice and I need to read several xml elements form it in a web server.
    This string is a well formatted XML document:
    <?xml version="1.0" encoding="UTF-8"?>
    <Countries NumberOfRecords="1" LanguageID="en-us">
         <Country>
              <CountryCode>AU</CountryCode>
              <CountryName>AUSTRALIA</CountryName>
         </Country>
    </Countries>

    Thanks PC!
    I made it work using:
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    factory.setIgnoringComments(true); // We want to ignore comments
    // Now use the factory to create a DOM parser
    DocumentBuilder parser = factory.newDocumentBuilder();
    //TransformThisStringBuffer is a string buffer wich contain the 'XML document (String)'
    InputStream in = new ByteArrayInputStream(TransformThisStringBuffer.toString().getBytes());
    // Parse the InputStream and build the document
    Document document = parser.parse(in);
    But which one is faster InputSource or InputStream, were would you put the "new InputSource(new StringReader(yourString))" in the above code?

  • Error when creating link to documents from material

    Hi all,
    while creating the purchase order the error message "Error when creating link to documents from material 61260224060" is displayed.
    why this error message is displayed.?
    Regards,
    GaneshRaja

    Hello Ganesh
    Please check material master - view 'Bases data 2'.
    There is checkbox 'No link'. You can activate this checkbox if you are not storing any drawing/designe docuemnt for this material.
    Try to do this and check out again.....
    If this helps you in resolving your issue, i would appreciate if you reward the answer with suitable points.
    Best Regards
    Avinash

  • Can we create multiple billing document from delivery with single line item

    can we create multiple billing document from delivery with single line item

    Hi
    Please check the link
    [can v create multiple billing document from delivery with single line item]
    and as Lakshmi said, check the forum before posting an issue.
    Regards
    AA

  • Can v create multiple billing document from delivery with single line item

    can v create multiple billing document from delivery with single line item

    Dear Sandesh
    Go to VOV7, select your item category.  In this maintain K  for Billing Relevance
    Now go to VF01, give the delivery number and do not press Enter.  Instead click on Selection list on the next screen, select the items you want to bill and click copy and continue if necessary
    thanks
    G. Lakshmipathi

  • I've created a Word document from a pdf file. How do i make it editable?

    I've created a Word document from a pdf file. How do i make it editable?

    Hi Kaz1,
    The Word document should be editable after the conversion is complete.  What happens when you try to edit it?
    Thanks,
    David

  • Create an XML document from a HTML form???

    Good morning, is it possible to create an XML document from a HTML form
    if yes, can someone tell me how to proceed exactely, I would be very thankful!

    Hi,
    A very simple intro at this link. Apologies for anything unclear.
    http://cswww.essex.ac.uk/TechnicalGroup/TechnicalHelp/xmlCreate.htm
    best
    kev

Maybe you are looking for

  • Creating albums and moving individual tracks

    I have quite a few compulation CDs that were created in the mid to late 80s and when I imported them into my iTunes library they were imported as individual tracks with no MP3tag info. Is it possible to create an album and move these individual track

  • Font error

    My apologies if this is the incorrect area for this post. After transferring and downloading fonts, its effected my web browsing. The screen looks as below in the .png: http://routineriot.name/riot/Picture6.png The name of the font is Linkin. Maybe I

  • Add a horizontal guide to just one column

    Hey all, This seems like it's probably got a simple answer, but I've been beating my head against a wall all morning trying to figure it out so clearly it's not so simple to me I'm trying to add a horizontal guide to a single column in a three-column

  • Command to Re-Conform a specific clip?

    I have a project with many R3D files(Red One and MX). And it takes a long time to conform the media when I open the project. I have noticed that conforming will stop for a while then randomly start up again like 15 min later. I am having audio issues

  • How to reset iPod back to it's original

    Hi There- I know this is a simple question, but how do you set an iPod touch back to it's original state ?? I'mm selling mine cause I've upgraded to an iPad. Thanks for your time. Sincerely- Doug