Account Life Cycle

Hi folks,
I am little bit confused for the exact scenario and functionality of account life cycle. Although I know that Account life cycle is used to define the BP roles's stage.
I tried some scenarios:
1. I went to the BP Role Exclusion group setting and created two role in BP role Exclusion group one is prospects & second is sold to party. After this allow a permitted transition from prospects to sold to party.
2. Enable the life cycle stage.
After completing this configuration, I could see that Prospects and Sold to party  BP role are missing from BP roles but that role could be chosen from life cycle stage.
Till yet, every thing was OK.
Then i created a prospect from Web ui by selecting the prospects role from life stage cycle.
Then i tried to create the opportunity transaction and quotation transaction from that prospects and system allowed me to create quotation document with that prospects number... In actual the system asks for a sold to party detail not prospects.
My 1st question is "As i did not convert the prospects into sold to party then Why the CRM system is allowing the entering a prospects into Quotation document?
2nd Question is:   If it is allowing then Will it be possible to replicate the prospects into ECC system as sold to party role?
3rd Question is : Could any body give a practical scenario where this functionality can be used?
Even if i do not do any account life cycle configuration, I get the same result while creating the opportunity and quotation then what exactly is the use of account life cycle.
Thanks in advance.
Best regards,
Dinesh.
Message was edited by: Dinesh Sachdeva

Hi Nash,
Yes i know that there are many information available in SCN as well as sap help. I have read those information as well as i went on the sap note1097651 - How to use the Account Life Cycle.
As far as theoretical things concern, all the information were there.
But practically i could not get the solution of my problem that i mentioned in my earlier post.
Could you please let me know the actual behavior of the CRM system after configure the Account life cycle and why it is necessary?
Thanks & Regards
Dinesh

Similar Messages

  • Business Partner Roles and Account Life Cycle management in IC

    Hi all,
    We have IC agents creating prospects but also back office people (i.e. sales staff) creating prospects. Back office staff uses account life cycle management to identify the prospect role. However, I noticed that the business partner role (prospect in this case) is not visible within the IC - during account creation - because the role is used within the account life cycle role exclusion group.
    I can always enhance the IC component to remove the filter on the BP Role. but question I have is why does SAP IC remove the roles from the role drop down list in the IC account creation screen and how did other people get around this?
    Thanks,
    John

    I am also looking for an answer on this. How did other people who work on Interaction Center get around this? How do you create accounts when IC removes the BP roles mentioned in the Exclusion group config in SPRO ?

  • Account life cycle in CRM 2007

    Hello all,
    maybe it is a simple question, but I don't find an answer yet.
    How can I acctivate the account life cycle?? I found something about a config-tool, but I don't know what it is.
    Thanks a lot.
    M.Buchheim

    Hello:
    Because "The account life cycle is delivered as a hidden function and must be activated in the UI configuration tool"
    SO how can I acctivate the account life cycle?Can you tell me?
    How can I find    1097651 How to use the Account Life Cycle?
    thanks!

  • Account Life cycle status change

    Hi All,
    I have a requirement that goes like this : In the account life cycle status field on the Account screen i have some Custom BP Role statuses. I have to change this status after the User saves the account.
    I am new to Web UI and i do not know where to write the code to achieve this functionality. I am assuming we should be writing it in EH_ONSAVE of the BPHEADOVERVIEW of BP_HEAD component. Can we use the PARTNER_UPDATE BADI for this ? or any other BADI/ User Exit that you suggest ?

    Hi,
    You can use two BADIs to achieve this either ORDER_SAVE(Implement the badi) and write ur ststus change code over here or
    BADI - CRM_ORDER_STATUS(Implement the badi) 
    for status change use the below code to get it...
    call function 'CRM_STATUS_CHANGE_EXTERN'
          exporting
            client              = sy-mandt
            objnr               = lv_order_guid
            user_status         = 'E0012'
            no_check            = 'X'
          exceptions
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            others              = 4.
        if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
    hope this solves ur problem.
    Regards
    Jegadesh Balan T

  • Account Life cycle: Screen Control

    Hi experts.
    I want to:
    Display additional assignment blocks that should only be available if the account is in a certain life cycle stage.
    Hide assignment blocks that should not be available in certain life cycle stages.
    I have implemented the Business Add-In (BAdI) BADI_CRM_BP_UIU_VIEWS from the enhancement spot CRM_UIU_BP_ENHANCEMENT with the filter value BP_HEAD as COMPONENT. Within the implementation of the interface method IF_UIU_BP_VIEWS~DETERMINE_VIEWS i want to evaluate the current life cycle stage, and the corresponding role exclusion group, by the current instance of the custom controller BP_HEAD/Lifecycle. The custom controller should be retrieved from the referenced view controller passed in the parameter IR_VIEW_CONTROLLER by calling GET_CUSTOM_CONTROLLER() and providing the custom controller name BP_HEAD/Lifecycle.
    My problem is that I can´t locate the records containing current life cycle stage, and the corresponding role exclusion group.
    Anybody can hel me?
    Thanks in advance.
    Paco.

    Hi,
    You can use two BADIs to achieve this either ORDER_SAVE(Implement the badi) and write ur ststus change code over here or
    BADI - CRM_ORDER_STATUS(Implement the badi) 
    for status change use the below code to get it...
    call function 'CRM_STATUS_CHANGE_EXTERN'
          exporting
            client              = sy-mandt
            objnr               = lv_order_guid
            user_status         = 'E0012'
            no_check            = 'X'
          exceptions
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            others              = 4.
        if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
    hope this solves ur problem.
    Regards
    Jegadesh Balan T

  • Accounting entries for OTC life cycle

    Hi Guys,
    I was wondering if anyone of u can explain me the complete accounting entries that get credited and debited....right from booking an order till reconcilation (the whole OTC life cycle).
    Thanks & Regards,
    Ravi.

    All looks good but there can be exceptions if you introduce two variables:
    1. Invoicing Rules and Acconting Rules. These will affect your accouting in AR (Invoicing Rule will affect your Receivables and Accounting rule will affect the revenue accounting).
    2. If you are on R12, there is Customer acceptance process that will change the accounting on both COGS and Revenue accounting a little bit but the final entry remains the same as you mentioned.
    Forgot to mention: In someones blog on in Metalink's section where customer's documents are uploaded in knowledge base, I found a decent document that can help you with some more information.
    Thanks
    Nagamohan
    Edited by: Nagamohan on Oct 2, 2008 6:11 PM

  • MM Life Cycle

    Hello All,
    Can any one give me life cycle of MM
    I want to create PO for material and do whole process so that it will do the stock filling for me for that material.
    Because this material i need to use in SD and it is not delivered by Third party.
    so i have to complete the life cycle in order to proceed further.
    Thanks
    Sundu

    hi,
    by using t.code me21n we can create purchase order- no accounting document will be generate
    by using t.code migo we can create goods receipt-
    inventory raw material a/c-dr
    to
    gr/ir clearing account
    t.code miro is used for invoice verification
    gr/ir clearing account-dr
    to
    vendor acount

  • SNP Life Cycle Process

    Hi 2all SAP Ppl
    Could please any one explain what the complete process of SNP i mean right from getting Forecast
    in  to SNP .what processes will carry out in SNP up to end of SNP cycle.
    Please help me out your help will be greatful,anticipation for u experts help.
    Thanking u
    Ronald
    Edited by: ronald.wens on Jul 26, 2009 1:51 PM
    Edited by: ronald.wens on Jul 26, 2009 1:52 PM
    Edited by: ronald.wens on Jul 26, 2009 3:56 PM

    Hi Ronald,
    As required, more details and explanations as below.
    1) SNP is a rought cut planning cycle
    2) It involves 3 engines heuristic, ctm and optimiser
    3) It basically plans for infinite planning and in some cases finite too
    4) It has engines capable of producing optimised results with huge
    constraints taken into account
    5) It works based on master data like resource, product, location,
    quota, transportation lane, costs etc.,
    6) SNP plans based on DP output as forecast
    7) Using forecast, it plans for production, procurement and distributes
    its planning results
    8) The SNP planning outputs are in the form of purchase requisitions
    and planned orders
    9) The outputs are again (optional) sent to PPDS for further detailed
    planning (depends on the scenario)
    10) Capacity levelling is part of SNP life cycle process to level the
    bucket outputs
    11) Optimiser basically considers costs into account for planning
    12) Transportation lanes are basically maintained for Deployment
    and TLB generations
    13) In SNP, system tries to compensate between demand Vs
    supplies.
    Hope it is more clear to you now.
    Please confirm
    Regards
    R. Senthil Mareeswaran.

  • Not Able to view layuot in SFP despite Adobe Life Cycle Designer on system

    Hi Friends ,
        I have installed Adobe Life Cycle Designer 8.0 on my system and I am running SAP version 7.10 with patch level 8.Is there any other setting to be done because I am still getting same error when I try to view layout in SFP .
    Please help me on this .
    Thanks
    Sahil

    Hi,
    Please check whether ALD is propeerly installed, go to c:/ program file/ Adobe, 2 files should be present Designer and Reader.
    Regards,
    Kimaya

  • Error while executing transport in HANA's application life-cycle management

    Hi everyone,
    we're currently developing our HANA-based software and would like to use HANA's application life-cycle management: transporting our product from one system to another. Everything seems to be set up correctly: two different systems, correct privileges, a product comprising delivery units comprising packages as well as a transport route between the systems. However, the transport always fails with the following error (example for a transport of a single DU):
    [imdbhdb][HDB][2014.05.07 15:10.01.404][TransportService][0] Transport (delta) has been started for route ID: 1020 (Deliver Unit Transport)
    [hanaserver][HDB][2014.05.07 15:10.08.323][Other][0] Get end export timestamp for DU name: PERSISTENCE
    [hanaserver][HDB][2014.05.07 15:10.08.501][Other][12] Unable to retrieve end export timestamp: ReferenceError: assignment to undeclared variable errText
    [imdbhdb][HDB][2014.05.07 15:10.12.402][TransportService][0] There will be 1 delivery units which will be transported.
    [imdbhdb][HDB][2014.05.07 15:10.12.895][TransportService][12] Failed for DU: PERSISTENCE Vendor: LO Error: HTTP request failed. Status: 500. Error: Unable to retrieve end export time stamp.
    [imdbhdb][HDB][2014.05.07 15:10.12.917][TransportService][12] TransportServiceError: Error occurred while performing the transport.
    Does anyone know how to resolve this?
    Thanks so much in advance,
    Lukas

    Hi everyone,
    I am sorry I bothered you with this error. It was caused by me since I forgot to export a top-level file. This file must have defined a variable errText which other DUs depended on and could therefore not be activated.
    Now, the transport works perfectly well and I'm really happy with it.
    All the best
    Lukas

  • Creation of BP through Web UI.with Life cycle stage concept.

    Hi,
    I am working on Life cycle stage.
    I have added the field " Life cycle stage" field in the Web UI.
    But now when i go to create a BP with a life cycle stage XXX, it throws a error saying "BP category 1 does not fit the data in category 2" and "Data contains errors and cannot be saved"
    Please help me in saving the BP thr web UI.
    Regards,
    Vinay

    Hi Tariq,
    I'm not sure if you have the latest SP - recently, a new BADI - BUPA_SET_DEFAULT was released which allowed defaulting of fields in the BAPI and Web UI scenarios. You can use that BADI to default the fields for country, name, and even other address fields on the Web UI.
    If you don't have this BADI in your system, do search for SAP notes, which will also have the documentation about this.
    Hope this helps you.
    Regards,
    Rishu.

  • How to Install ADOBE life cycle designer

    Hi All,.
    I am new to ADOBE forms, Please let me know how to install ADOBE life cycle designer step by step.
    Thanks&REgards,
    Archana.G

    Download the installer from Service Marketplace (http://service.sap/com/swdc). Use the search screen to search for Adobe LifeCycle Designer. You will get a compressed file with a .zip extension. Unzip that into a folder and you will find a exe called SapAldSetup.exe Double click it and the rest is cake walk.
    Thanks,
    GLM

  • Want report to display Sales Life Cycle for Particular Sales Area

    Hi all,
    What are the select-options,parameters and tables for the report sales life cycle for a particular sales area and if possible send me the code for the same.
    Thanks in advance
    Santosh R

    Hi Sandy,
    You would probably be better to post this in Crystal Reports Design forum category.
    You could add a unjion into the data source so that it always returns a dummy row for each category.
    Regards
    Alan

  • Xcelsius 2008 - Life cycle management

    All,
    We have developed Xcelsius 2008 dashboards (by QAAWS) which are published in BO XI 3.0 Enterprise Infoview. How do we promote Xcelsius dashboard from development to production? Do Import wizard help on this?
    Below are the workflow that I think about:
    1) Create QAAWS in both development and production
    2) Create dashboard in Xcelsius 2008 in development through WSDL URL created in QAAWS
    3) Publish the report in BO 3.0 Infoview.
    4) Through Import Wizard, import dashboard from dev to prod.
    My question is how do we map the imported dashbaord in production to production WSDL URL.
    Please let me know the above approach for Xcelsius 2008 life cycle management is correct.
    Thanks
    Jai

    Thanks Jon. So all I need to change Web Service URL from:
    http://bodevserver:8080/dswsbobje/qaawsservices/queryasaservice
    to
    /dswsbobje/qaawsservices/FIAR?WSDL.
    But how will this change to production server WSDL URL when this report moves to prod by import wizard?
    Below is the work flow I did in QAAWS client:
    1) Created 2 URL one for Dev and another for Prod
    2) Created first URL in development through QAAWS client and deploy the same in prod by changing the prod server name.
    For Dev --> http://bodevserver:8080/dswsbobje/qaawsservices/FIAR?WSDL
    For Prod --> http://boprodserver:8080/dswsbobje/qaawsservices/FIAR?WSDL
    I am still confused how these above 2 links helpful in Xcelsius to do life cycle managemnet without any mannual interpretation.
    Thanks
    Jai

  • What is the average duration of 1 full SAP life cycle or 1 end-to-end implementation. How long does it take to prepare DEV, QAS and PRD?

    What is the average duration of 1 full SAP life cycle or 1 end-to-end implementation. How long does it take to prepare DEV, QAS and PRD in any company?

    Anand,
    let me start with saying that the question you ask may not help you to determine the duration of your project. As Ryan and others stated the duration of the project is highly dependent on the scope of the solution you are implementing, geographical scope, amount of modifications/enhancements, number of languages, number of users that need to be trained, amount of standard processes customer is able to re-use in the implementation and many other factors (like quality of implementation contractor you will chose and availability of customer and implementors resources). I can probably go on for another couple lines, but I guess you get the idea.
    With that out of the way let's talk about some example implementations that will give you an idea - Ryan did great job outlining what I would call traditional approach above. I have couple examples where customers leveraged innovative deployment strategies that are available today. In particular the project teams leveraged pre-packaged services like RDS, World Template or Best Practices as their baseline solution and they built from there. Second acceleration technique customers now leverage is the deployment in the SAP HANA Enterprise Cloud to accelerate the time to initial setup of the system and thus move from traditional blueprinting to scope validation exercise that further shortens the time. There are other acceleration techniques we see applied in some cases like use of iterative implementation of the delta requirements on top of the baseline solution.
    Let me offer few examples to illustrate what I explained above:
    ERP implementation at Schaidt Innovations with 3 months long deployment of ERP solution using ERP RDS as a baseline (you can view their testimonial here - Schaidt Innovations: SAP ERP on HANA in the cloud - YouTube)
    Customer in Asia with global template deployment that leveraged SAP ERP for Manufacturing with deployment to cloud and 9 countries rollout (Japan, Korea, China, Taiwan, Hong Kong, UK, Germany and US). The initial deployment took 4 months for first country and 2 months for rollout into the additional 8 countries - so total of 6 months. The original plan using traditional approach with full blueprint and heavy configuration was estimated to be more than double of the actual deployment time.
    There are many other examples where customers follow the assemble-to-order delivery model for their project and gain significant benefits doing so. I suggest you to review some of the recordings we did in 2013 about this approach and if you are member of ASUG review the Agile ASAP sessions we did for ASUG PM SIG.
    Link to webinars: SAP A2O Webinar Series Schedule
    Let me know if you have any questions.
    Jan

Maybe you are looking for

  • K Keywords not showing up in compiled help index

    I have created a help project with one document. Each topic has been checked to add it to the index. Saved and compiled the help. Some words appear on the index, while others do not. I go into the index designer, and I can see all the missing words.

  • Open illustrator draw project in illustrator

    Hi, How can i open a project i made in Illustrator draw yesterday evening. I would like to open it in Adobe Illustrator now. I saved it into creative cloud, but it seems you cannot access it in the libraries panel of Adobe Illustrator. Can you only a

  • Prevent from inserting more than 10 repeated values in a row

    hi i have a table with 3 column id , code , desc i want to prevent inserting to this table ( raise an exception ) when someone try to insert a row that it's code value already in "code" column for 10 times , that means he wants to insert or update an

  • Alternative to parameterized mapping

    Hello, We are in Service Pack: 08 Release: NW711_08_REL Scenario : File to IDOC We are using parameterized mapping for this scenario and we have configured some values in the interface determination in parameter for Operation Mapping. During the tran

  • Running .bat files from java code

    Dear Forum, I have seen numerous postings on the web about this question, still I have found no answer that works (for me) I�m trying to run a simple .bat file from a piece of java code , however it does not work. No error message , but still. Does a