CProjects Phase Workflow

I am currently triggering a phase approval workflow when 'Begin Approval' is selected using Object Type BUS2173, Event FORAPPROVAL and BSVX entry DX4/BUS2173/FORAPPROVAL with the status restriction I1706.
This works fine. However, there are several actions within the event 'For Approval' that I would like to differentiate bewteen within the workflow:
- email sent to project manager everytime a decision maker grants or rejects individual approval
- email sent to project manager once all decision makers have made decision
- email sent to project team when phase is rejected/approved
Does anyone know how this could be achieved?
Many thanks in advance.

Hi Shubham,
As per SAP, ADS is supported by the following servers only:
Windows server 2003 on IA32 32 bit
Linux Suse SLES 9 on x86_64 64 bit
Linux Red Hat EL 4 on x86_64 64 bit
AIX 5.2, 5.3 64 bit
HP-UX 11.11 on PA-RISC 64 bit
HP-UX 11.23 on PA-RISC 64 bit
Solaris 9 on SPARC 64 bit
Solaris 10 on SPARC 64 bit
Refer http://service.sap.com/pam - Netweaver 2004s - Additional Components.
Check the Server on which your cProjects has been installed.
Regards,
Reema.

Similar Messages

  • Can I raise cProject Task event from cProject Phase workflow?

    Hi,
    I need modify release logic of the cProject's task.  I am developing the phase release workflow.  In this workflow I want to trigger workflow to sequential release every tasks that belong this phase.  I developed a Z method of BUS2173 (Phase) and call the BAPI_BUS2173_GET_TREE, then I got Task_IDs of all of the tasks, but I do not know how to get the TASK BOR reference with these TASK_IDs.
    Can I get TASK BOR reference and raise its event from a method of the PHASE BOR ?
    Thanks.
    Arrow Yang.

    Hi  Barry,
    According to your description, my understanding is that you want to save and close the initial form when you  approve/reject the task.
    For a workaround, you can take steps as below:
    1.Open your site using SharePoint Designer, go to Workflows, click the approval workflow.
    2.On the workflow property screen, there is a Forms area should have an InfoPath form named Approval.xsn. You can click the link to open the form in InfoPath.
    3.Customize the task form for displaying and editing the initial form value.
    4.Customize the “Approve” button rule for  setting the form value.
    Reference:
    http://blogs.msdn.com/b/edhild/archive/2011/06/01/creating-custom-workflow-task-approval-forms-with-sharepoint-designer-2010.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Slow cProjects phase extractors

    We extract attribute and text deltas for projects, phases, tasks, etc. from cProjects every night.  The project and task extractors run very quickly (less than one minute) but the phase extractors run for 45 minutes or more.
    The phase attributes DataSource is called 0DPR_PHASE_ATTR and the text DataSource is 0DPR_PHASE_TEXT.  Project and task DataSources are named similarly.
    I traced the phase text extractor with our Oracle DBA and he concluded that the SQL statements being executed are not that bad, but the problem seems to be that they are executed over and over.
    When I looked at the extractor code I noticed that the phases are SELECTed inside a LOOP on projects, so that fits with what the trace showed.  For reference, the extract logic is performed inside class CL_DPR_EXTRACT_TEXT method READ_PHASE_TEXT.
    I found SAP note <a href="https://service.sap.com/sap/support/notes/993786">993786</a> that sort-of dances around this issue, but rather than provide a fix it just puts pseudo-comments in the code to prevent the SELECT inside of a LOOP from being reported as an error in the Code Inspector.
    Theoretically, I'd think the task extractors should be even worse, since they have to take both projects and phases into account, but oddly they have great performance.  Their extractor also does a SELECT inside of a LOOP but the duration is much shorter for each SELECT.
    We're running cProjects 3.0 on AIX/Oracle.
    Here's the execution plan from the trace:
    SELECT STATEMENT ( Estimated Costs = 161 , Estimated #Rows = 90 )                                                                               
    5  8 TABLE ACCESS BY INDEX ROWID CGPL_TEXT                                                                               
    5  7 NESTED LOOPS                                            
                 ( Estim. Costs = 161 , Estim. #Rows = 90 )                                                                               
    5  5 NESTED LOOPS                                        
                     ( Estim. Costs = 134 , Estim. #Rows = 90 )                                                                               
    5  2 TABLE ACCESS BY INDEX ROWID CGPL_PROJECT        
                         ( Estim. Costs = 116 , Estim. #Rows = 90 )                                                                               
    1 INDEX RANGE SCAN CGPL_PROJECT~0             
                             ( Estim. Costs = 92 , Estim. #Rows = 18,069 )
                             Search Columns: 1                                                                               
    5  4 TABLE ACCESS BY INDEX ROWID CGPL_HIERARCHY                                                                               
    3 INDEX UNIQUE SCAN CGPL_HIERARCHY~0          
                             ( Estim. Costs = 1 , Estim. #Rows = 1 )     
                             Search Columns: 2                                                                               
    6 INDEX RANGE SCAN CGPL_TEXT~0                        
                     ( Estim. Costs = 2 , Estim. #Rows = 1 )             
                     Search Columns: 2                                   
    Any ideas?

    An index on table 0CGPL_HIERARCHY on fields CLIENT, UP, and TASK_LEVEL worked like magic.  The two cProjects phase extractors now run in less than 20 seconds, where they were consistently running for about 75 minutes.  The cProjects hierarchy extractor also runs in significantly less time.

  • CProject Phase - Account assignment element

    Hi All,
              I am able to assign account assignment element for CProject phase manually.
    I want to do it through program,
    Could you please provide me the BAPI/FM to assign an account assignment element for each phase in XRPM .
    I am assigning WBS as account assignment element.
    Thanks and Regards,
    Ashok Kumar
    Moderator message: please (re)search yourself before asking, show what you have done yourself so far if posting again.
    Edited by: Thomas Zloch on Jul 15, 2010 12:49 PM

    If cost has been posted onto the subject WBS then the account assignment element cannot be unchecked i.e. it remains greyed out. You wont be able to change it even via CNMASS. The only option left could be to cancel the transactions that led to the cost assignment (please note a reversal means another transaction that only reverses the effect but does not remove the line items altogether, therefore a reversal does not remove the AA indicator).
    Also note that the cost can be both actual or statistical in nature. Even settlement from lower level WBS to higher level WBS leads to greying of the indicator.
    Regards,
    Ammar

  • Cprojects and workflow

    Hi everybody,
    I am working in workflow (Cproject module),
    Standard business object events are not triggered,
    ex: BUS2172 for project - created event is not triggered.when i create a project this created event is not triggered.
    I dont know why the standard events not triggered,
    I think any configuration is required, can any one help me?

    Hi Camilo,
    The workflow which you find in standard is e.g. TS 28700002 (Task Released). But this is send immediately when the task is released, not 2 or 3 days before it is due.
    Alternatively you could use threshold values and alerting (see evaluations in cProjects). Or last not least a customer-specific program. But the two other possibiliies seem easier for me.
    Best regards
    Thorsten
    Edited by: Thorsten Schneider on Jul 24, 2010 12:40 AM

  • CProjects Phase not replicating in PS (PPM5.0 Accouting integration)

    Hi,
    We are on PPM5.0.
    Coding masks in PS restric us to use the Project and Phase IDs (in cProjects) according to the PS naming convention.
    Having named the phase ID in accordance to the PS level 2 ID, when I "Flag for transfer", I get accounting errors in the cockpit. Acordingly the Phase WBS element is not created.
    Even when I have named the phase ID as ABC.123 (for e,g,), the cockpit still gives the error with the standard Phase ID.
    It says, WBS element with ID 1900000.....2011 could not be created.
    What could be wrong?
    Thanks.

    Issue resolved. The problem was mandatory fields marked in the PS Profile. We relaxed these fields and were able to resolve the issue.

  • CProjects Phase Approval : Approval Document does not exist

    Hello,
    I am trying to approve a phase in cProjects 4.0 (WD ABAP Based).
    When I goto Approval Tab --> Approval Document, it displays:
    Approval Document does not exist
    I have checked the configuration and everything looks correct.
    For Project Type I have activated the Form DPR_APPROVAL_HIER
    The ADS is configured properly.
    I also checked Note 874054 - You cannot start approval w/o approval document, and the config is as per this note.
    What else can be likely reasons for this problem.
    Any help is appreciated.
    Regards,
    Shubham

    Hi Shubham,
    As per SAP, ADS is supported by the following servers only:
    Windows server 2003 on IA32 32 bit
    Linux Suse SLES 9 on x86_64 64 bit
    Linux Red Hat EL 4 on x86_64 64 bit
    AIX 5.2, 5.3 64 bit
    HP-UX 11.11 on PA-RISC 64 bit
    HP-UX 11.23 on PA-RISC 64 bit
    Solaris 9 on SPARC 64 bit
    Solaris 10 on SPARC 64 bit
    Refer http://service.sap.com/pam - Netweaver 2004s - Additional Components.
    Check the Server on which your cProjects has been installed.
    Regards,
    Reema.

  • CProjects-Phase Approval

    What is the role relevant for Decision Maker while phase approval. I have seen all the role, but none of them seems to be relevant for decision maker by name. Which role I have to select, if that role has to come in "Decision Maker" in front end for selection. I have done role creation in PFCG, but the same is not coming in front end. what role i have to assign, for them to come in front end. Please suggest me.

    Hi Visvesh,
    you need to create a project role and staff it ( Tab Resources ). The project roles are then available in the decision maker dropdown.
    See also
    [cProjects Documentation on Approvals|http://aiokeh.wdf.sap.corp:50000/SAPIKS2/content_get.sap?_CLASS=IWB_EXTHLP&TMP_IWB_TASK=DISPLAY&_LOIO=DB0B304A66D0C047B84935A94765A6CC&LANGUAGE=EN&RELEASE=700&_SEQNUM=0]
    Hope that helps, Andrea

  • Cprojects-phase approvao-decision maker

    Dear Friends,
       I am new to cprojects. I have add-on  cproject suite in Sol Man 4.0 system.
    My cproject suite system detail is CPRXRPMrelaease 400level--0007.
    I have created project, phase & task. I have created project roles also.
    Now i am selecting my phase, & selecting "Approval" tab. I have created a approval. And  i am selecting the "Decision maker" tab, & choosing my role. But "decision Maker" field is getting updated with the information "Person is not assigned".
    Could anyone guide me, where to assign the person /resource for the roles?
    Before i assign the decision maker, should i do "Staffing" for my tasks?
    If i do "staffing" for my tasks..i am getting following runtime error...
    <b>Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: Internal Error in Business Server Page Runtime.
    Program CL_BSP_PAGE_BASE==============CP
    Include CL_BSP_PAGE_BASE==============CM01A
    Line 115 
      Error type:
    Your SAP Business Server Pages Team</b>
    Please guide me on this?
    Regards
    Senthil

    Hi
    Goto<b> Resources</b> tab
    in resources,
    goto <b>staffing</b>
    staff the resource for the role selected by adding BP and clickin staff.
    now u can goto phase Approval tab
    add decision maker>
    select project role where u have staffed resource,
    select from drop down
    click on transfer and you are done.
    Now with that decision maker's user name, you can goto Approvals where you can approve the phase.
    Niranjan
    <b>AWARD IF USEFUL</b>

  • CProjects Phases Query

    Hi All,
    Just to check if cProjects supports a practical lifecycle model where one is allowed to work on multiple phases at the same time. In other words, is it possible to configure the phases in such a way that it is not necessary to complete a predecessor phase before you can actually start working on the other.
    And is it also possible for phase types that need approval ?
    do let me know what kind of configuration needs to be done if you need to work on multiple phases (and tasks underneath) without completing the previous ones.
    Thanks and kind regards

    Hi,
    Working on multiple phases at a given instant of time is possible in cProjects. All you need to do is to 'Release' the phases. You can go through the following links for more information related to this:
    http://help.sap.com/saphelp_cpro31/helpdata/en/7c/6ac73c3d91995be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_cpro31/helpdata/en/03/fd1c3d2b058c4ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_cpro31/helpdata/en/06/36163d5abd752de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_cpro31/helpdata/en/c0/6cc73c3d91995be10000000a114084/frameset.htm

  • Unkown SSF Profile -cprojects Phase approval

    Hi All,
    When Try to Grant approval for  phase error "Unkown SSF Profile" is thrown.
    help me in solving the above error.
    Thanks In advance.
    Sunil

    Hi Sunil,
    in such a case I propose to open an OSS call with open R/3 and HTTP connection. So the support team can have a look at this issue.
    You should have a look at ConfigGuide 7.1.13 Settings for Approval.
    service.sap.com/instguides -> Installation and Upgrade Guides -> mySAP Business Suite Solutions -> mySAP PLM
    See here settings for approvals!
    Regards
    B

  • CProjects 3.1: Project phase can be approved without individual approval

    Hi Guys,
    My requirement is to prevent cProjects phase from being approved if all of the individual approvers have not given their decisions.
    I've tried using the customising for phase types to achieve this. Under the setting "Granting of App. with Rejected Individual Approval Allowed" I have specified "Granting not allowed". With this setting, the system will prevent approval if one of the approvers have rejected which is fine. However, if the approvers have not provided their decisions yet, the project manager can still approve the phase.
    The following extract from the IMG help says that this setting should prevent approval if individuals have not given their aproval yet, in addition to checking for rejected.
    "Under Grant with Rejected Individual Approval whether the approval of a phase can be granted even if all of the approval decision makers have not yet approved the approval. However, even in this case it is necessary that each decision maker has reached a decision."
    Appreciate any help on this.
    Cheers,
    Lashan

    I've logged an OSS for this. Will update this thread on the outcome.

  • CProjects 5.0 and ADS - Netweaver 702 how to install?

    Hello,
    We have to install cProjects and ADS in the same machine. After reading the master guide, I think I need to install a Netweaver 7 EHP2 Abap+Java.
    I have downloaded the DVD 51040135_13, but sapinst doesn't have an option to install a dual ABAP+JAVA, only abap and only java.
    However, the installation guide ppage has installation guides for abap, for Java and for abapjava, so I don't understand. Besides note number 1387319, says that it is possible AS ABAP, AS Java and AS (ABAPJava)
    Do you have any idea? I need the cProjects and ADS in the same server.
    Thanks and best regards,
    Ana.

    Hi,
    Whether it is duel or independent, ADS is installed in the java stack. Check the link below.
    [cProjects Phase Approval : Approval Document does not exist;
    Thanks & Regards,
    Sanoosh

  • Accounting Integration in cProjects

    Hi,
    I am working on cProjects and right now our team is facing issues with Accounting Integration. It would be of great help if we can get some documentation on accounting integration in cProjects. If any one has something please email it to [email protected]
    Thanks and regards,
    Ankur
    9820997870

    Hi Reema,
    Could you please help me in acct integration with cProjects.
    We are doing like ,1. Creating PS WBS structure manually in ECC 6.0
    2. Trying map the cProject phase and task to manually created WBS to the structure in cProject.
    I have done config as per the SAP document.
    i am getting error costing data not valid, do you have any document to handle this type of multi level controling in cproject, please forward.
    Bijaya my email is [email protected]

  • Error - cProjects PS integration

    Hello,
    I am carrying out the automatic creation of projects in PS from cProjects. I have done all the required configurations for the same.
    While creating the project in cProjects, I entered the number for Project and phase as per the mask id in PS.
    But while creating project automatically, the wbs element of PS project for cProject phase is still taking the internal no.
    And in cocpcpr, I am gettting the error - Object WBS Element 190000000000000002762009 could not be created.
    Any pointers why this error is coming.
    Regards
    Amit

    Dear madam
    Please if you explain how you solved this issue it might me help to me because presently i am using same process in my client
    Regards
    Senthilkumar N.K.

Maybe you are looking for

  • Error while Reimporting the table

    Hi All, I am getting the following error while reimporting the target table. java.lang.NullPointerException. Can anybody tell me the solution plz. Regards, Siva

  • HP LaserJet 1018 freezes when trying to print from Homegroup user

    1. I have recently upgraded the OS on my laptop cumputer to Windows 7 SP-1 Ultimate to make it compatible with my desktop. 2. I run a ethernet/wireless network and I have 3 printers attached to the network: (a) an HP 1018 attached to my desktop and h

  • Can't watch Netflix on new Macbook Pro and getting error message.

    I recently got a new MacBook Pro and I am new to using Macs. I logged into Netflix and clicked on a movie but I get a message saying "An unknown error has occured". I tried setting up the device or whatever but where am I supposed to get the code? I

  • TableModelListener doesn't appear to be working

    Hi, I have the following code that is called when a menu item is selected. When the method tableChanged is commented out, the table is displayed just fine. With it in, even if the if statements are commented out, it doesn't display. I just get the fr

  • Submit report using selection-table to report 'RKAEP000'(Tcode ksb1)

    Hi, I am calling report "RKAEP000'(This is the report for tcode KSB1) using submit statement in my program to import the ksb1 output in my program. For time being I am calling this report using selection-set 'variant'. The selection screen of ksb1 is