Project release to project close

i have successfully created project and released it and budgeted it and released the budget also.
now what is the step by step procedure for acquiring material on wbs elements and giving actual dates and costs to project and finally completing it?

for acquiring material go to MM transaction ME21N create PO and order material required
then goods receipt material vai MIGO
Actula dates can be given in WBS dates tab - this is to be done manually
Once costs are posted to WBS via the goods receipt you can settle it using CJ88 if you want to settle
You can set status TECO when you have finished your work - no more cost planning to be done
Then you can set status CLSD when all accounting etc for the project has been completed

Similar Messages

  • Error while releasing the project

    Hi Friends,
    While releasing the project I am getting the error :-
    JV Object Type Is Required by JV Parameters for company code 1000.
    What does it mean and how can I overcome this.?
    Help will be rewarded and appreciated.
    Regards

    Hi Amit,
    go to CJ02 and open the project click on settlement rule tab(or press F7).
    then u will go on one new screen. in that screen follow the following path
    goto------->settlement parameter (or press F8)
    then u will reach another screen there will be settlement profile
    field . u select it as  not for settlement.
    then back on main project change sreen and save it
    now u go in cj02 and release.
    Regards,
    Vivek Tripathi
    Edited by: vivek tripathi on Sep 24, 2008 6:37 AM

  • Scenario-4....Project release

    Dear Experts,
    For ex:u2026I want to control my Project release.
    The projects should allow to release when:
    Costplanu2026u2026.completed
    Revenue plan u2026u2026completed
    Budgetu2026u2026u2026..Provided(Costplan replica).
    How I can reach this req:
    Is it possible with Userstatus.(plz explain in steps)
    Regards
    Chandra

    I think in your system budget is locked when you REL  the  WBS / Project.
    If I correctly understood than your requirement is that while relesing the project sys pop-up messages that WBS is still not cost / revenue / budget planned.....
    This  type of customization require ABAP development.
    But the same results you can achieve via user status  say for ex. activate user status in sequences which allows cost planning / Budget planning /revenue planning  & dis allow RELstauts. By the name use staus user gets idea that he has to does cost planning in this status. ( In this case but sys will not direct the user that cost planning has to be done before REL)
    Regards
    Nitin
    Edited by: Nitin  Patoliya on Dec 17, 2008 12:20 PM

  • Maintanance project release

    Hi,
    my solution manager project is ZCHARM4
    project type is Maintanance
    ChanRM 4.0
    in solar_project_admin transaction,in the Project cycle  tab..when i click on the project cycle its giving the following message.
    sap The project is not released. Hence cycle can not be created.
    where to release the project ??? how to release that??

    Hi,
    You check the prerequisites for creating project cycle, they are
    1. You have created at least one SAP Solution Manager project of the type Maintenance, Implementation, Template, or Upgrade, and specified which systems you want to use for this project.
    2. You have created transport routes between the systems that you specified in SAP Solution Manager (in Customizing for SAP Solution Manager>Scenario-Specific Settings>Change Request Management>Standard Configuration>Transport Management System-->Define Transport Routes for System Landscape).
    3. You have provided Change Request Management with your configuration data (transaction SOLAR_PROJECT_ADMIN>System Landscape>Project Cycle-->Refresh).
    http://help.sap.com/saphelp_sm40/helpdata/en/ca/5b194746aa41dc9d3154da36b2f381/content.htm
    Any issues, feel free to revert back.
    --Ragu

  • Project release - CJ20n

    Hi Friends,
    I need to put authorization while releasing a <b>Project/WBS/Networ/Activity/milestone</b> in CJ20n transaction. Only authorised person should be allowed to do a release.
    Please anybody have a solution for this?
    Thanks & Regards
    Kapil

    Hi
    Check the following Authorization Objects related to the PSystems
    and use the related one for your requirement
    C_AFKO_ACT Activities on network header level                         
    C_AFRU_APL Confirmation: Authorization for actual work center         
    C_AFKO_DIS Network: MRP Group (Plant) and Transaction Type            
    C_CSCR_ACT PS: Activities for Flexible Detail Display                 
    C_VERS_ACT PS: Activities for Project Versions                        
    C_AFVG_TYP PS: Activity types for network act. and activity elements  
    C_PRPS_KOK PS: Controlling Area Authorization for WBS elements        
    C_PROJ_KOK PS: Controlling Area for Project Definition                
    C_PRPS_KST PS: Cost Center Authorization for WBS elements             
    C_MLST_BGR PS: Milestones (Authorization Group)                       
    C_PRPS_USR PS: Model for User Field Authorization for WBS elements    
    C_RESB_TRM PS: Monitoring Dates for Components                        
    C_PLKO_PLG PS: Planner Groups for Standard Networks                   
    C_PRPS_PRC PS: Profit Center Authorization for WBS elements           
    C_PROJ_PRC PS: Profit center for project definition                   
    C_PRPS_VNR PS: Project Manager Authorization for WBS elements         
    C_PROJ_VNR PS: Project Manager for Project Definition                 
    C_PRPS_ART PS: Project type authorization for WBS elements            
    C_SIMU_BGR PS: Simulation (Authorization Group)                       
    C_PSTX_ART PS: Text Type Authorization for PS Texts                   
    C_PROJ_TCD PS: Transaction-Specific Authorizations in Project System  
    C_AFVG_USR PS: User fields network activity. Activ. element model auth.
    C_AFVG_APL PS: Work Center for Network Activities and Activity Elements
    C_PROG_TR  Progress Tracking for Components                           
    C_PROMAN   Project-Oriented Procurement                               
    C_DIP_STDV Standard Varients in DP Processor                          
    Creation of Authorization
    In general different users will be given different authorizations based on their role in the orgn.
    We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
    USe SUIM and SU21 T codes for this.
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
    To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
    Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
    You program the authorization check using the ABAP statement AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD 'B'.
    IF SY-SUBRC <> 0.
    MESSAGE E...
    ENDIF.
    'S_TRVL_BKS' is a auth. object
    ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
    The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
    This Authorization concept is somewhat linked with BASIS people.
    As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
    Take the help of the basis Guy and create and use.
    Reward points if useful
    Regards
    Anji

  • Project Release

    Hi all,
    My client requirement is, Person A should create project and can change but he should not have authority to release it. once the project A is created, person B must have a look at it, if everything is fine, he must release it not person A. please tell me whether is it possible or not..

    Hi,
    Yes it can be done.
    Create WBS User status for the same. Have two user status, one as QUOT - Quotation and other as ORDR - Order. Set the initial status as QUOT. Give an authozisation key for that user status profile and assign it to User 'B'. Ask your Basis guy to assign the authorization for that user 'B'
    For QUOT status, forbid business transaction Release for project Definition / WBS business objects. So when A is working he cant release at all unless the user status is changed. And only B can change the User status to Order and release the WBS.
    This will solve your problem.
    Thanks,
    Kabir
    Edited by: Kabir on Aug 8, 2009 10:07 PM

  • Project release rejected due to no material component

    Hi All,
    I am working on a cost project, i donu2019t have any materials to add my project there are only activity cost is booked to a person working at awork center.
    when i am trying to release a project system is throwing a error 'no material components. Release Rejected'
    Please guide me to resolve this issue.
    Thanks & Regards

    hi ahmed,
    check control keys  for activities.
    vengaiah chowdary
    Edited by: vengaiah chowdary pachava  chinna on Jun 12, 2010 6:14 PM

  • ERM5.3 - Is it possible to make Sub Process & Project/Release non-mandatory

    Hi All.
    I would like to know whether it is possible to make Sub Process & Project/Release in Create Role Definition section non-mandatory fields?
    If so where would I be able to change the config?
    Thank you.
    Mike Hannie

    Dear Mike Hannie,
    It is not possible. Project/Release ID and Subprocess are required fields.
    The Project or Release ID field allows you to track and filter roles by project or release based on your organizationu2018s requirements.
    When you create a role in Enterprise Role Management, the business process you assign to the role is one of the roleu2018s defining attributes and determines which subprocesses you can assign to that role. During the role creation process, the subprocesses available for you to select as role attributes are determined by the business process to which the subprocess is mapped.
    Condition group:
    A condition group is defined from a set of role attributes (such as a business process, subprocess, functional area, role type, or role name) and is based on role values and conditions. After you create a condition group, the system applies it to a role creation process to override the default role creation process when the criteria from the condition group are met. You can apply multiple condition groups in one role creation process, but you cannot associate multiple processes to one condition group.
    Regards,
    Naveen

  • How to make field key for user fields cant be changed after project release

    Dear Expert,
    How can we make field key for user fields cannot be changed once we release the project/wbs?
    Cheers,
    Nies

    Do you mean 'field key' in the project profile in SPRo?
    I think after a project is created a change in the field key wont affect the fields in CJ20N..
    Can you verify?
    Regards
    Ramesh

  • How to make second phase release when project released?

    Hi all,
               I'm new to cproject. My issue is second phase (does not has tasks) can not be release when project is released and however first phase which under project directly able to release. Do you have any idea on what cause this problem and how to resolve it?
        Thanks in advance.
    Best Regards,
    Chee Boon

    Hi
    This is Std system behaviour.
    Once the Project is released the No 1 Phase is released.
    For release of 2nd Phase, there can be two scenarios based on Confg of Phase type
    1. For stage gate Config: Once you complete that phase 1, you can release phase 2
    2. For w/o Stage Gate method: you can release two phases simultaniously
    Check config of PHase types
    Niranjan
    Let me know if it helps!!!

  • Archiving and releasing CVI projects

    Hi
    At my company, we have to release the software code into a version control system.
    This is so anybody else can retrieve, modify and rebuild the project, especially when or if I, the creator, is gone.
    My question is about NI software versions, both the CVI version and all of the required NI driver versions used to create the project.
    The project references many include *.h files in their installed location, usually ..\Program Files\National Instruments\.. etc.
    Updating a project relies on the fact that the computer which initially released the build stays in-place, or no NI driver updates occurred.
    Building the retrieved project on another computer, therefore, does not work.
    So, should my archived/released project copy all driver files [like Nidaqex.h, etc] into a "local" \Include folder, which locks-in that drive version,
    or continue to rely on the NI installed folder location?
    Accompanying my software release is a companion document called a VD [version document] which fully describes the created environment
    required for the initial release. This greatly helps anyone in the future to re-build the project with step-by-step instructions.
    If there is any other "white papers" within the NI web-site that would enhance this subject, I would be appreciated to be directed to it.
    Scott Youngren

    >> "Building the retrieved project on another
    computer, therefore, does not work."
    Are you sure of your assertion? I continuously switch projects from one computer to another without compiling problems; I also switched during time between PCs with different localization (english vs. italian OS release: it impacts among other things on "program files" directory name) and different OS versions (win2k vs. WinXP) without facing any problem.
    IMHO the main hint is to maintain standard SW places when installing NI software on different machines, a fact that permits to switch between them without problems.
    A different matter can be the use of non-NI software, for which you will need to investigate on file location for DLLs, include and so on on different machines.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Deception field in Project defination grade out after release of project

    Hi Experts,
    I am facing one issue in cProject that when I release the project , The description field in project definition becomes grade out, so not able to update the description field . I checked the field setting in global enhancements , it thy are fine.
    Could any one help me in this regard?

    Hi Shashank,
    Never project description gets greyed out after release of project.
    This normally happens if field control is activated for that particular field 'Description' with condition 'object is released' fulfilled with 'only display'.
    Regards,
    Ravi

  • Release the Project Defination cj20n

    Hi Experts,
    I am able to create the project definition using a fm. Now the project is getting created in CRTD status.
    Can anyone tell me the way to release this project definition programatically....
    Can anyone help me with a suitable fm or a bapi to do the same...
    Thanks for looking....
    ~~NG

    Dear nitesha,
       Even  i have a requirement to change the status of Project ,so can u able to explain me how you changed the status Programatically.
    With Thanks,
    Dina.

  • System Staus not set as REL in PD after releasing the project

    Hi All,
    I am new in SAP PS.Please help me in this issue.
    I am working on the IDES System( Sand box).
    Issue is as follows:-
    Before booking actual cost in activities we need to release the project first.
    But i am not able to release the Project definition directly. It is giving error as E:ZSTAT:000.
    But i am able to release the WBS Elements underneath that and after that i can confirm the activities and book costs.
    But when i am trying to release the PD directly, REL status is set but immediately after saving it gives E:ZSTAT:000 error and again it is in CRT status.
    KIndly help me in setting the status.
    What can be the issues?

    The error depicted is not a standard SAP error. Its a customized error that has been maintained via validation.
    Validations work at the time of 'Save', therefore the error occurs when you save and not when you release. Execute OPSI and verify the validation condition that is causing this error.
    Once you are able to determine and understand the condition that is causing the error you will be able to fulfill it or remove the validation altogether (although this is not recommended).
    Regards,
    Ammar
    Edited by: Ammar Zaheer Syed on Oct 18, 2011 2:40 PM

  • Segregating Releasing of Projects

    Hi
    Does anyone know of a way to segregate the authorisations/user access of releasing a project (at project definition level)? We have an audit requirement to segregate this action.
    I had thought that using a user status profile would allow this segregation but this does not prevent the end user changing the system profile (it only prevents the user changing the user status).
    Thanks

    hi acorn,
    hmmmm, seems you're right.. -will check again..
    anyway you can however prevent/disallow release (system status) based on user status. (meaning once a certain status is set, release is not longer possible) and you can create authorization for setting of user status..
    kindly revert if this wont work for you..
    regards

Maybe you are looking for

  • Change infotypes end date when delete leaving action for employee

    Hello, I created new infotype and when employee leaves its end date is changed for leaving date. When leaving action is deleted ther is some least of infotypes that user can sign so the end date of selected infotypes will be changed to 31.12.9999. Ho

  • Using Genius with Songs on iPod but not in iTunes

    Of all the music on my iPod, only about a third of it is also on my computer in iTunes. As far as I can tell, Genius only works with the music that is in iTunes. If I try to make a playlist with any song that is not in iTunes, then it can't do it. Do

  • Problem sending self create MP4 (create on PC not Iphone)

    I have problem sending out self create MP4 which i have create on my PC. The MP4 was available in the ipod Video folder... but not my photo album. and more apps only can select video or photo from the photo album for posting/attachment.. Anyway I can

  • Apple TV library connectivity

    Hi, I have an older Apple TV unit that is not working very well. I have always had problems with it connecting to my iTunes library. It really is potluck if it will connect to my library when I turn it on. It's the inconsistency of the problem that b

  • The History Eraser in Inaction

    I have had the need to do a specific erasure and can't seem to do it. I have a file with a b&w conversion layer applied. I come back a few days later and decide that a portion of the image needs attention, so I open the b&w layer and make a few chang