How to create installed base through workflow

Hello everybody,
We are doing a CRM implementation for a telkom company and we have a requirement as such.
Suppose we are creating a contract for 10 products and then in the follow up transaction sales order I activate 5 of them.So my requirement is that we need to update the number of activated product in the contract as well..i.e- if 5 products are activated we need to ensure that in the contract this data is update.We want to achieve this functionality using workflows.Is there any method to created installed base components through workflow.
Help would be sincerely appreciated.

Hi N Panigrahi,
I dont think there is no installed base component available for workflow for the scenario that you have explained.
Regards
Balaji E.

Similar Messages

  • How to create distribution list in workflow? for  sending mail or work-item

    Hi,
    How to create distribution list in workflow? for  sending mail or work-item to multiple users.
    Regards,
    Surjith

    Hi Surjith,
    A.Working with Distribution Lists Creating a Distribution List.
    1 Businees Workplace->shared folder - create new subfolder name = WF_distributor
    2.Then click on the distribution list in Businees Workplace.
    say create Name = WF_Vliste
    folder Name = WF_distributor
    3.distribution list content tab
    Enter Recipient (SAP User ID)
    B.Wrkflow Builder
    Find out the dialig step in which u want to use distribution list
    Use workflow Rule 30000012 (SWX_READ_DLI).
    Maintain the binding from workflow container to rule container.
    Just pass the name of the distribution list from WF to Rule container.
    Regards
    Sagar S

  • How to create bpartner base on my logon user id?

    hi, I try to create a service contract and get error message that my user id is not a business partner, so how to create bpartner base on my logon user id?
    thanks

    Hi,
    Create Business Partner from Txn : BP and extend same BP to role Employee. In Identification tab there is field user name just assign your User Id here and save.
    Regards,
    Dipesh.

  • How to create value base permits ?

    Hi Every one,
    How to create value base permits
    For Exapmle
    If the cost of order is blow 50,000 then this permit will be aproved by person X
    and when cost of order increases above 50,000 then permit will be aproved by person Y
    I hope I m clear in my question
    looking forward for response

    Hi,
    You can use class characteristics concept for the permit with value There is class type 049 for permit/licenece in the system.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/b8/6cc5371e5db25fe10000009b38f8cf/frameset.htm
    Ramesh

  • How to create a server through WLST  ( Weblogic Scripting Tool ) ?

    How to create a server through WLST ( Weblogic Scripting Tool ) ?
    Thanks in advance...
    Sanjay

    Hi Murugesh,
    Thanks a lot for you reply..
    I was able to create a server using create(). Is it possible to clone a server ?
    When i create a server following tags is added to config.xml
    <server>
    <name>testServer_lab1</name>
    <listen-port>43000</listen-port>
    </server>
    And if i do a clone through admin console, following is added to config.xml
    <server>
    <name>testServer2_lab1</name>
    <machine xsi:nil="true"></machine>
    <listen-port>7001</listen-port>
    <cluster xsi:nil="true"></cluster>
    <listen-address></listen-address>
    <graceful-shutdown-timeout>120</graceful-shutdown-timeout>
    </server>
    If incase, cloning is not possible through WLST, can i add following
    <machine xsi:nil="true"></machine>
    <listen-port>7001</listen-port>
    <cluster xsi:nil="true"></cluster>
    <listen-address></listen-address>
    <graceful-shutdown-timeout>120</graceful-shutdown-timeout>
    under <server> tag which is created through WLST ?
    I am using 9.2 version.
    Regards
    Sanjay

  • Dump in transaction IB51 - create installed base

    Hi,
    We have installed CRM 2007 at our site. The transaction for creating installed base IB51 on selecting the category of installed base and pressing enter throws an ABAP dump.
    The category being used is a standard SAP delivered category; yet there is a dump.
    Kindly suggest the notes / corrections / SPs applicable if any; since the system is a new system and the error is not config related.
    Regards,
    Dhaval.

    Hi Dhaval,
    Sorry, but SAPGui is no longer a supported UI for SAP CRM 2007 for any end-user facing applications. Consequently, the transactions in SAPGui are no longer supported. So you won't find corrections (notes, SPs) that will correct his problem.
    SAP CRM 2007 comes with a complete new Web UI: The CRM WebClient UI. It allows a role based web access to all CRM applications. SAP CRM WebClient UI can be used integrated into the SAP Enterprise Portal but also "stand-alone" with a "local" application shell ("L-shape") which is delivered as part of SAP CRM ABAP server itself.
    Please refer to many other threads in this forum, the SAP help portal and the CRM BPX communitiy pages for more information about the WebClient UI.
    Best regards
    Peter

  • How do I install base system on external drive to boot MacBook Pro?

    I have a MacBook Pro 2.2 core 2 duo. I use an external HD for storage. Want to make external drive bootable (i.e. to run apps like DiskWarrior on MacBookPro).
    How do I install the base system?
    Thank you.

    First, be sure the external drive is partitioned using the GUID partition scheme. If it isn't then you will have to re-partition the drive which will erase anything you have on the drive.
    Second, the external drive must be formatted Mac OS Extended (Journaled.)
    Last, boot from the OS X Installer Disc One that came with the computer and install OS X onto the external drive. Do not do an Erase and Install if you don't want to erase the external drive. You can customize the installation to omit any additional components you don't need such as language localizations, Asian Fonts, unneeded printer drivers, etc.

  • How to create a user through a webpage which I build.

    Hi, every one,
    I only have HTML DB developer privilege. How to create a new user and assign a password through a webpage which I build. This means that how can I create a HTML DB user using code. which table in HTML DB stores user's info. Can I access that table by insert user info.
    Appreciate!!

    Scott,
    thanks for explanation.
    But I don't understand one thing. If security group ID associated with workspace, what does it mean this code (and associated functionality in admin pages):
    -- G R O U P S
    prompt Creating Groups...
    begin
    wwv_flow_fnd_user_api.create_user_group (
    p_id => 873904557635271,
    p_GROUP_NAME => 'ADMINS',
    p_SECURITY_GROUP_ID => 504313619757457,
    p_GROUP_DESC => 'Àäìèíèñòðàòîðû ñèñòåìû. Ñîçäàþò íîâûõ ïîëüçîâàòåëåé, ìîäèôèöèðóþò ïàðîëè èòï.');
    end;
    begin
    wwv_flow_fnd_user_api.create_user_group (
    p_id => 872621957621347,
    p_GROUP_NAME => 'MANAGERS',
    p_SECURITY_GROUP_ID => 504313619757457,
    p_GROUP_DESC => '...');
    end;
    begin
    wwv_flow_fnd_user_api.create_user_group (
    p_id => 872900617624637,
    p_GROUP_NAME => 'OFFICERS',
    p_SECURITY_GROUP_ID => 504313619757457,
    p_GROUP_DESC => '...');
    end;
    begin
    wwv_flow_fnd_user_api.create_user_group (
    p_id => 873414815628792,
    p_GROUP_NAME => 'USERS',
    p_SECURITY_GROUP_ID => 504313619757457,
    p_GROUP_DESC => ...');
    end;
    and how I can use this groups (not security, as I understand) for application controlling access?

  • I want to create purchase Contract through workflow

    Hi All,
    I am working on Purchase contract through workflow. In that I am using business object BUS2014,
    But in this business BUS2014, there is no event called create, So I take copy of business object BUS2014 to ZBUS2014.And I craeted event create & method end_date for checking the end date of contract.
    The problem is, When I am using for t-code ME31k for release, If i am going to check t-code SWEL the event is not trigger on for release.
    My requirement is when the contract is going to over then before 10 days the workflow event is trigger and give the remainder to creator & the vendor. And also same thing before 5 days it will give the 2nd remainder.
    Please help me out regarding this.
    Thanks & Regards,
    Pankaj Sinha.
    Edited by: Pankaj Sinha09 on May 11, 2009 10:07 AM

    Hi there Sebastian,
    You will need this 'extra Action' and QuickTime Pro...
    http://www.apple.com/downloads/macosx/automator/quicktimecompressionactionsandwo rkflow.html
    Regards
    Ric

  • How to create publishing custom approval workflow will assign approvers.

    Hi All,
    I am new in sharepoint development.
    I have a page library where we add artical page with different department
    I want to create publishing custom approval workflow will assign approvers based on what department is selected for display.  The departments pull from the Other list.  On that list each department is assigned an approval group. That approval
    group is what should be used for approving the item.
    need send to mail with based on selected department approval group
    thanks in advance.

    Ok, what you're asking for is something that people do all the time, but you say you are new to sharepoint development... So...
    Here's how you would do it in SPD:
    http://blog.symprogress.com/2011/03/sharepoint-2010-dynamic-approvers-for-oob-approval-workflow/
    and here's how you can do it in visual studio:
    http://www.mpspartners.com/2011/10/SharePoint2010ApprovalWorkflowDynamicApprovers/
    Either way should work, it just depends on your comfort level inside the dev environment.
    ieDaddy
    Blog: http://iedaddy.com
    Twit: @iedaddy

  • How to create material bom through CS01 if bom created by using ppe

    Hi experts,
    I have created a material bom through PPE of material A. Now i want to create bom through CS01for same material A.
    system shows error "A breakdown (PVS/VA) already exists in iPPE for material".
    So how can create bom through CS01?
    Suggest me.
    Regards,
    Nitin Nerkar

    Hi,
    Please check and implement the below note,
    [1311089|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1311089]
    Thanks
    Hrishi

  • How to create Install OS X Yosemite for MacBook Pro Retina Early-2015

    HELP ME! Unable to Boot from Install OS X Yosemite USB
    I just bought a new MacBook Pro Retina 13" Early-2015 and wish to install Windows 8.1. I created Windows Install USB using Boot Camp and Installing Windows. Unfortunately, I erase all SSD by accident.
    I created Install OS X Yosemite 10.10.2 USB as guided at https://support.apple.com/en-us/ht201372 using my MacBook Pro Retina Late-2013.
    This USB works perfectly on my MacBook Pro Retina Late-2013 but I am unable to boot from Yosemite 10.10.2 Install USB on my new MacBook Pro Retina Early-2015. The white stop sign appeared on black screen all the time. I am stuck here and can't reinstall OS X Yosemite on my new MacBook.
    I also can't use Recovery boot as the SSD had been erased.
    Please help to show me how to create OS X Install USB that can use with my MacBook Pro Retina 13" Early-2015

    Boot the MBP with the OPTION + COMMAND + R keys.
    It should result in a display with a revolving globe.
    If you follow the directions, it will connect you to the Apple servers and you will be able to install the original OSX that came with your MBP.
    You will need a solid Internet connection.
    Ciao.

  • How to create authorization base on comp. code in BW

    Now I want to create one authorization for people who can only see the comp. code under ' 9000' . Pls info how to create it in BW side. Could we upload authorization profile for that person from ERP side?

    Hi Awa,
    In BI or BW go to the object Company Code n change more under Business explorer mark Check the authorization relevant field.
    Now go to basis guy or if u have the authorization in BI for RSECADMIN(T-CODE)
    Under which Authorization n maintenance Tab.
    Create Authorization Relevant Object. Like ZN_CCODE n in which select 0COMP_CODE. After selecting the Company code double click on that n under which u can give restriction for the particular company code.
    It will surely help you.
    Assign Points if it helps.
    Regards,
    sandeep

  • How to create a tag through javascript while creating indesign document?

    While creating a indesign document and adding a textframe to it. How to create a tag to that textframe automatically through javascript?
    Is that possible?

    Dear frnd,
        Danq for your response..I can't use DLV_DATE for this requirement..
        But I used REQ_DATE in the structure BAPISCHEDULE .
       I came to know that the problem i faced previously  was only
    internal data conversion.
        Now am able to pass my delivery date..
        so I am closing the thread..
    Regards.
    siva

  • How to create a Copybook through Informatica Power Centre

    Hi Krishna, i think you need PowerExchange to create copy book. Regards,Darji

    Hi Folks & Experts,  I have a requirement which is I need to create a copybook through informatica power centre.My source is the SQL server DB and my Target is Copybooks.I am looking for a sample scenario how to create a mapping from DB to Copybooks through Informatica Power Centre.  I have seen many blogs but I couldnt find any blog for my requirement. Please help me on this guys.  Thanks in Advance,Krishna

Maybe you are looking for