CJ20n Project Definition - Project Type selection Restriction

Hi,
We have Capital and Operational projects in the organisation. I have this scenario in my implementation where the PS guys want to restrict the creation of Project Definition only if the person is authorized to do so. Only those working for Capital projects should create the Proj Definition for Capital projects and Those on Operational for operational projects definition.
As I have analysed, SAP controls authorizations from next level. I mean, its allowing creation of PD for operational projects by Capital user but when he tries to assign some WBS or Network etc it doesnt allow. This is controlled by the Fundiing Source in C_PRPS_ART as far as I am aware.
I would like you guys to provide your suggestions on how can I control over the project definition it self using the authorization objects. I have looked in to options through C_PROJ_VNR etc but dont seem to catch the point exactly. Also are there any user exits or enhancements which can be used for this purpose.
Regards,
Junaid

Hi,
PD is controlled by 3 objects C_PROJ_KOK, C_PROJ_PRC, C_PROJ_VNR.
Alternatively , you can try to restrict it  by Cost Centre - C_PRPS_KST and Profit Centres - C_PRPS_PRC
regards,
Anil

Similar Messages

  • How to restrict LOV to a particular project type through form personalize.

    Hi,
    I got a requirement to restrict LOV to a particular Project type through form personalization in project accounting module. form name: PAXPREPR
    i tried the below code in Builtin, but it didn't work
    SELECT distinct PROJ.SEGMENT1, PROJ.NAME,
    PROJ.DESCRIPTION, PROJ.PROJECT_ID
    FROM PA_PROJECTS_ALL PROJ,
    PA_PROJECT_TYPES_ALL TYPES,
    pa_proj_elements ppe,
    pa_proj_structure_types ppst,
    pa_structure_types pst
    WHERE PROJ.TEMPLATE_FLAG <> 'Y'
    AND PROJ.PROJECT_TYPE = TYPES.PROJECT_TYPE
    AND TYPES.CC_PRVDR_FLAG <> 'Y'
    AND proj.project_id = ppe.project_id
    and ppe.object_type = 'PA_STRUCTURES'
    and ppe.proj_element_id = ppst.proj_element_id
    and ppst.structure_type_id = pst.structure_type_id
    and pst.structure_type = 'FINANCIAL'
    and proj.project_type = 'GRANT'
    order by PROJ.SEGMENT1
    please suggest me where i went wrong.
    Edited by: 925049 on Apr 3, 2012 2:49 PM

    In the Control Data of FS00 there is field 'Authorization Group'
    Please Create an Authorization Group for those user ID who can post TDS entries.
    then Maintain this group for TDS related GL.
    Then others will not able to post to this GL.
    Regards,
    Alok

  • Replicating Currency of Project in Extension Definition of type Price

    Hi All ,
    I have created extension definition of type Price under Class project. Now my requirement is whatever the currency is being selected in the project document should be get defaulted in the currency drop down adjacent to extension definition too as it happens to Estimated and Budget fields.
    I have seen methods of only setting the value of the input field for extension definition , Any one have idea of how to set currency unit of extension definition by scripting.. I have seen that the currency unit is having id as internalId_units. So did try to set the currency by scripting, but it dint help out!.
    Regards,
    Uday

    Hi All ,
    I have achieved the required functionality by writing scripting at FieldDataEdit context keeping Target as Currency... and it is rightly populating my extension fields with slected currency over there!..but the new problem i am facing is only if the customized extension field is placed above currency field then only it's get populating!.. No idea why it's happening that way...
    I have tried Page customization to change the ordering of fields according to my requirement but still it's not working!.
    As alternate approach i have created extension definition of decimal type but the problem in this is it is left aligned text box where as the standard price fields are right aligned!..and i did nt find any way to right align it!.
    Any help wud be gr8!.
    Regards,
    Uday

  • Resp Person Tab is not coming in CJ20N for a particular project type

    Hi All,
    I am unaware of the standard SAP screen in CJ20N but we have a screen in CJ20n wherein we can assign a person / link a person this particular tab is not coming at all for a particular project type (Resp Person) rather a different tab (cust enhancement) is coming but our problem is we have a mass program which works on BDC and hence if the required screens are not there it fails.
    Can someone please tell me if there is come config i can check/ maintain for this resp person tab so that it starts coming for all project types.
    Regards
    Anmol Pareek

    Hey Sarang,
    Thanks a lot, it was helpful, one more thing though, In Resp Persons tab there is something called Link Employees and my problem is that i have a mass linking program (using BDC) which cannot work if i dont see that screen in my BDC (without changing BDC). The way you have told is in OPUK/ OPUJ check for proj type and see if person responsible is hidden or not. I dont think that is what i am asking because no matter what this person responsible is hidden, but for certain project types Resp Person tab itself is not coming and that is the problem.
    Regards
    anmol

  • Project type restriction of user to create service entry sheet

    Dear Guru,
    My client want to restrict service entry sheet with his own project type. Can i restrict user id for my project type to create service entry sheet.
    Thanxs in advance.

    Dear Sir,
    If you know any user exit or badi pls. tell me.
    Thanx.

  • On iprocurement page..How to populate task field dependent on Project lov field value which Project type is "Capital Project Type"

    Hi,
    I have an requirement on Iprocurement page where in i have to populate task field as CAPL in case my project field contains the project which is of type 'Capital Project Type'.
    Please suggest how can we implement this.
    Thanks,
    Abhishek

    try these links:
    http://sharepoint.stackexchange.com/questions/103682/autopopulate-form-fields-based-on-selection-in-people-picker-column-using-javasc
    http://sharepoint.stackexchange.com/questions/80261/people-picker-not-getting-populated-in-the-sharepoint-site
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx

  • Retrieve all values from project type when project type combo box is null

    Hi,
    We are facing a tight situation here. We have a scenario where we have 2 filter options.
    1) Department ID
    2) Project type
    When department ID is selected all the department IDs should be populated in the combo box and the project type combo box should be empty.
    Similarly, when project type is selected all the project types should be populated in the combo box and the department ID combo box should be empty.
    Then, when more than one value is selected from department ID box and all the values from project type must be retrieved from query level (as per business logic).
    How do we do this? Kindly help us with this situation.

    Basically my situation slightly different.
    I am trying to do a bulk insert on SQL Server table using prepared statement, during that time i am getting the exception. I am using JDBC-ODBC driver. However, if i do individual record insertion, it is working.
    Any idea about this type of problem ?
    Regards
    Ramesh

  • Wizard based Visual Studio project template selection

    I wish to create a wizard based solution, which would allow a user to choose the type of project template he would wish to load.
    In Visual Studio, for example, upon selecting a Win32 console project, the user has a chance to have MFC / ATL support, SDL support etc, or he may not.
    On similar lines, I wish to provide a user the choice of selecting a 64 or 32 bit project template,with or without MFC support.
    I can create a wizard for such an endeavour, and I can associate this wizard with the root project of a multi project solution, and can capture the input of the user. But how do I then select that particular project to be loaded for the user?
    How does Visual Studio achieve this project selection, and what would I need to do to achieve the same?
    Kindly advise. Thank you.

    VC++ project system now supports the same .vstemplate based wizards, its just that they never bothered to convert the old ones, as they are rather large, and people that use them are familiar with them.
    But if you poke around the ....\Common7\IDE\ProjectTemplates\VC directory, you'll see some examples of the newer style of templates in the Phone and Store directories, which contain the newer style templates.
    If you want to build a project template that allows for selecting different (or multiple) project types, I'd recommend starting with a stock project template, and then create and add a custom IWizard assembly to it (much like that walkthrough I mentioned),
    then add your additional "hidden" templates. To keep the hidden templates out of the New Project dialog. Then you can programmatically add them to your solution, per whatever
    the user selects, in the UI you display in your
    IWizard.RunStarted implementation.
    I don't have an example of this finished, but I hope to have one done here shortly. It's basically a set of templates that will generate a Project or Item Template Project, and a VSIX wizard assembly project. Essentially, it's a template that will give you
    the same results if you do that walkthrough on the VSX Arcana blog I mentioned earlier. I'm in the final stages of cleaning it up, and will hopefully have it posted up on codeplex and the VSX Arcana blog later this week.
    Sincerely,
    Ed Dore

  • Saved and publieshed Projects are not linking to the enterprise project types

    Hi
    We have 15 enterprise project types, when we create a  project we will select that EPT's and create projects.
    After create the project -- saving and Publishing -- server settings -- change or restart work flow -- it must show the project under the EPT which we selected but the problem is that it is showing all the projects in None.
    We tried to asscoiate the project to the EPT but still it is ssowing up in basic project paln which we are not using.
    Can any one had faced this kind of issue please revert..
    Thanks for the assistance in advance.
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Usually it means there's a failure in the workflow.  A couple things:
    1) Check the ULS log.
    2) Try creating the projects from a non-SysAdmin account - which typically doesn't have a user profile - which causes workflow to fail.
    3) Try creating an EPT with no workflow and see if you get the same results.
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

  • About Tcode of project type in upgrade project

    Dear,
    Could you tell me what are the tcodes for below project types.
    ECSD
    PFCS
    PMKS
    POCS
    PSCS

    Project type is used primarily for the reporting purpose. Say if you are  large no of reports and you want a report of the perticular type of project at that time it will be helpful to you.
    If you are not using nothing direct inmpact on your porject. However by not using we are loosing one standard option of reporting.
    If you take up any standard report of PS > you will find there dynamic selection button ( SHIFT+ F4)> click on WBs master data --> give your project type there -->project / WBS give blind finder * --> Execute report.
    This is the best use  of the project type,
    I hope it will clear to you now.
    Regrds
    Nitin

  • How to change the project type of inprogress project

    How to change the project type of in-progress project, The project type is Testing and need to change it to basic project plan.

    Another way is to click on the top right button of the project center ribbon, after selecting the project. Note that this way works for one project at a time whereas toon's reply works for bulk edit.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • How to setup security for new project type templates?

    Hi Folks,
    I created some new project type templates.
    But, as per management decision, i need to restrict this new project templates for all project users except only one super user.
    So, could anybody please help me out that how to make security in the above scenario?
    Thanks in advance,
    SPR

    Soooo...I need to install OID on top of my Forms, Reports, and Discoverer install? Would it be better to install the SSO and OID before installing any other middle ware products like Forms, Reports, and Discoverer? Then extend the domain to include Forms, Reports, and Discoverer?
    Can you point me to documentation that would help me get this issue worked out?
    Thanks.

  • Eclipse Confusion: Different project types

    I have a JSP project that I'm working on in Eclipse. It's such a pain because I need different project functionality like JSP, JSF, JBossIDE, etc...the problem is that each functionality is part of a different project type.
    i.e. When you select File -> New -> Project, there are different project types. Any project can only have one type (or can it?). So if I need multiple functionality within a project, how do I make this happen?
    Obviously you wouldn't limit yourself to just one functionality because of the IDE's limitation...
    Is it possible to combine multiple projects into one complete project? This seems like such a disgusting and difficult solution...files split apart into different projects just because one uses JSP and another uses JSF and another uses EJB...
    How do you deal with this?

    Is that possible?
    If no,what else solutions can I have for choice to achieve the goal.
    Can make against the reservation and do goods movement into different accounting subject.

  • VS 2010 Pro "Other Project Types" / "Setup and Deployment": No items found

    Hello,
    I have VS 2010 Pro Version 10.0.40219.1 SP1 Rel. I have developed a VB.Net application and would like to deploy it. When I try to add a setup project to the solution, I get "No items found" where a list of project types should be in the "Add New Project"
    dialog, "Installed Templates", "Other Project Types", "Setup and Deployment". Shouldn't the Pro version have those templates installed? If so, can I copy them from somewhere? I noticed that "Database" and "Test Projects" also have empty lists. There are lots
    of templates available for the various languages.
    I tried to modify the VS 2010 installation by adding support for SharePoint, but that did not help. Do I have to uninstall, reboot, and re-install? It's so cumbersome considering that I would need to redo the updates as well.
    OS is Win 7 Pro, processor is Intel E8400.
    Thanks!
    r4

    Hi robertrackl,
    Thanks for your post.
    The Setup Project template is located in: Installed Templates >> Other Project Types >> Setup and Deployment >> Visual Studio Installer. Would you please check if the templates exists in this path?
    If not, you can follow the steps below to reset your Visual Studio templates:
    Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE
    (by default is C:\Program Files \Microsoft Visual Studio 10.0\Common7\IDE);
    Delete the ItemTemplatesCache, ProjectTemplatesCache
    folder;
    Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
    Run the devenv /InstallVSTemplates switch;
    Run the devenv /Setup switch.
    If you have any concerns, please feel free to let me know.
    Best Regards,
    Andrew Wu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Project Type Update more than 1 project at a time

    Hi All,
     Is there a possibility to change project type of more than 1 or should I say in bulk update project types for existing Projects in Project Center??
    Regards, Syed Faizan ur Rehman, CBPM®,PRINCE2®, MCTS

    Hi Syed,
    Yes it is. Go to the server settings, then change or restart workflow. From this page, you will be able to choose a source EPT and projects then a destination EPT. Note that you can use this feature evenif you don't use workflows.
    http://technet.microsoft.com/en-us/library/gg188108(v=office.14).aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for