Sales Pricing in the Project Builder

I'm using DP81 in order to create quotation (AP sales document type). How can I change the item quantity in it ?
Saving the quotation from DP81 the quantity field is gray ; I'm not allowed to change quotation item quantity. Isn't it?
Thanks
Gabriella

Check at Item level. It may allow to postpone or reject quantity. This functionality is available in Resource Related Billing.
If you postpone Hours, you can Bill them later, but if you reject quantity, say hours, you will not be able to bill them later.
Regards,
Rajesh Banka

Similar Messages

  • Hide certain templates in the Project Builder

    Hello friends,
    Is there any way that we can hide the templates like activity element, milestone, PS texts in the project builder.
    As we are not using those templates we want to hide those as those are creating lot of confusions from the end users.
    We have a requirement to hide it.
    Any suggestions to achieve it will be helpful.
    Regards,
    Lohith

    Hi...Lohith...
    you can use the following function modules to accomplish this (for all your users without having them make the changes on their own)
    CNPB_W_READ_PREFS_FROM_DB
    (needs the user id's to read preferences...)
    CNPB_W_WRITE_PREFS_TO_DB
    (in this one you change the preferences of the users to suit your needs, and the necessary indicators, like deactivate activity elements etc)
    and also CNPB_W_SET_PREF_VALUE to change prefs for your userid (for testing it)
    You can try in a test envinronment FM: CNPB_W_SET_PREF_VALUE and set values of parameters 09:activity elements (' ' or 'X') 10:materials etc....
    (after you run FM in se37 goto CJ20N project builder to check on your userid's changes)
    Try it and let me know...(we have done it for some users and it works)
    Cheers
    Panagiotis

  • How can I programmably extract the project build information set in the project build specification. So I can then use the information in an 'About' dialog.

    Extracting Project information
    How can I programmably extract the project build information set in the project build specification.
    So I can then use the information in an ‘About’ dialog.
    Dave

    In the labview\resource\appbuild folder their are some VI's that can deal with build specs! They return a variant containing the data!
    It's the reason I build a variant probe.
    Be aware that the build info is not present in th lvproj file of the built executable!
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • [ID CS6] Having the project build directly into the Plug-ins folder - Xcode

    Hello everyone
    I'm just starting to develop plugins for InDesign CS6 on Mac OS X. After building the project, I currently move manually the plugin into the Plug-ins folder. It is said in the documentation that for having them directly into the Plugins folder, we need to specify it in the ID_SDK_DIR variable in each Target on Xcode. However, I can't find that variable anywhere and I have no idea what I should do in order to accomplish it.
    Thank you in advance for your help, and I'm sorry if it's a very naive question.
    Regards,
    Dave

    Hello,
    Look for BUILT_PRODUCTS_DIR.
    P.

  • How-to extend the Sales Order with the Project ID?

    Hello ByD Community,
    My problem is the following:
    I want to add an extension field to the Sales Order Header, which would be the Project ID assigned to this Sales Order.
    My use case only involve one Project ID per Sales Order, and the task will be the same from a Line Item to another. So I can only use the GetFirst() to retrieve only the first Line Item.
    Past week, I asked a similar question for the Purchase Orders and I succeeded to do it after a hint from Dan!
    As for the Purchase Order, I thought the Project Assignment was built through the SalesOrder.Item.ItemAccountingCodingBlockDistribution.AccountingCodingBlockAssignment.ProjectReference, but it seems that it is different.
    So as soon as I try to check if this Association IsSet() it just returns me that it is not!
    I succeeded to bluntly push the TaskUUID in my Extension field for testing purpose, without any check and verification, but not the Project ID neither with good validations.
    I also tried to see with the SalesItem Association instead of the Item Node, but it is the same. Any time I try a different check it returns me the N/A for my field, which is my last condition if the association is not set! What is driving me crazy is that you have the Project ID is shown on the top of the Sales Order, but I just cannot find how to retrieve it in the Studio!!!
    Here is my sample code in my After-Modify event (I also tried with a On-Save) where the ProjectIDSalesOrder is my extension field in the Cloud Solution:
    import ABSL;
    if (this.Item.GetFirst().ItemAccountingCodingBlockDistribution.IsSet())
      if (this.SalesItem.GetFirst().ItemProduct.ProductCategoryHierarchyProductCategoryIDKey.ProductCategoryInternalID.Matches("130"))
           this.ProjectIDSalesOrder = this.SalesItem.GetFirst().ItemServiceTerms.ProjectTaskUUID.content.ToString();
         /*what I need actually is : this.ProjectIDSalesOrder =      this.Item.ItemAccountingCodingBlockDistribution.AccountingCodingBlockAssignment.GetFirst().ProjectReference.ProjectID.content;*/
      else {this.ProjectIDSalesOrder = "No project assigned";}
    else {this.ProjectIDSalesOrder = "N/A";}
    If anybody could help me on this, it would be greatly appreciated.
    Thank you community!
    Best regards.
    Jacques-Antoine

    Hello all,
    To follow up on this issue, I found that a QueryByElements is available in the SalesOrderOverview node. And we can Query the SalesOrder by ProjectID.
    Fine! However, we cannot retrieve the ProjectID. It is never proposed as a result in the Query. We can query againt a ProjectID but not retrieve it.
    As the ItemAccountingblockDistribution association seems to never be set, we can't retrieve the ProjectID from it neither.
    I will post an incident to see if the ProjectID can be released as an entity in the SalesOrderOverview. QueryByElements results, so as to be able to use it.
    Thanks for your attention.
    Jacques-Antoine

  • Sales pricing from Project Simulation Version

    hi.
    Has anybody created sales pricing for the project using transaction DP 82? It does not create the sales pricing for the simulation version, even though I have provided the version key.
    The status of the simulation version of the project is CRTD. I am using the network cost planning in the simulation version of the project. Am I missing something here? I am hoping to get an answer from this community. Thanks for your help in advance.
    Regards
    Mey

    Hi
    The following are the prerequisites for the sucessful fuctioning of sales pricing for simulation versions of the project.
    1. A dynamic item processor profile (DIP profile) must have been maintained in the customer inquiry.and must be Customized for Project System.
    2.The same DIP profile must have been entered on the Sales B tab page of the item detail view in the SD order.
    3. A customer inquiry with at least one item that has to be maintained and assigned to a billing element must exist. The system determines the SD data for sales pricing from this inquiry item.
    4.You have planned costs (in concordance with cost elements) for your project version.
    If these prerequisites are met, i think it will work
    Reward if helpful
    Regards
    Murali

  • Flash Builder doesn't rebuild the project everytime I modify the code

    Hi,
    Flash Builder doesn't rebuild the project everytime I modify the code.
    I find myself chasing ghosts when trying to debug my project. Flash Builder 4.0 doesn't rebuild my project after every change I make.
    The "Project - Build Automatically" is of course selected. To make sure the problem is real I ran "Project - Build All" several times. Nothing helped.
    For example, I am using a boolean constant to select different code in an if block. Even if I change the value of the boolean, When I debug the code, I see that the constant's value doesn't change. Only If I log out login again, FB will rebuild my code.
    This happens too many times and it is very confusing to debug, when you don't know if the result now is with or without your changes.
    It also affects the following:
    - breakpoints that are set or disabled are not taken into account and the debugger will skip them even if they are set or stop on them if they are disabled.
    - the debugger stops the debug on empty lines, if those lines previously contained code.
    - When I comment out the declaration of variables. Eclipse doesn't recognize them and doesn't show any hint on them when you hold the CTRL key and hover over, but while in debug mode, when you hover over the variable instance, its shows a value for it.
    Thanks for your help.
    Bye,
    RaamEE-IL

    The problem is with the SDK settings selected for the Compiler.
    Try going to 'Project' > 'Properties' > 'ActionScript Compiler'.
    Now, in the 'Flex SDK section', try changing the SDK. Click on 'Apply'.
    This will force FB to rebuild all settings for the project.
    You can try again. FB should now have started compiling with latest code changes again.
    Please Note: This is not a permanent fix though!
    In case the problem re-occurs, you'll need to again perform the steps mentioned above to get FB back on track.

  • New MVC 5 project build fails in Visual Studio Online using TFS

    Here are some of the errors I'm getting.
     Controllers\AccountController.cs (44): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (3): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (4): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (5): The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (12): The type or namespace name 'UserManager' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (59): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (68): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\RouteConfig.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (1): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    The project builds fine in VS 2013 (since its a new project).
    It seems that it is not recognizing all the packages. How do I fix this problem?

    It doesn't work for me either. It's an MVC 5.2.2.0 project straight out of the Wizard. It's part of a solution with other projects which appear to be working. I tried configuring NuGet to download missing assemblies on the build machine as it suggested on
    some other sites. That didn't help. According to the list of installed software on the Hosted Build Controller, I don't see MVC explicitly listed. (getting-started/hosted-build-controller-..) page in the TFS project site.
    It definitely doesn't work. I'm trying out Visual Studio Premium 2013 and Team Foundation Service on the 90 day trial offer. I can't find any mention of an MVC restriction. I don't want to have to include the package binaries in source control.
    Edit: I tried a standalone MVC 5 project and it worked fine on the Hosted Build Controller. If you add an MVC 5 project using the wizard to an existing solution with other projects, you get the errors below. So it isn't the Hosted Build Controller.
    Strange.
    App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (244): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
    It seems that my working stand alone project has the dlls in the packages folder tree added to source control. Whereas in the composite project, only the corresponding .xml files are added to source control. So with the standalone project, the build server
    is locating these dlls and using them.

  • Non-Display of attached word document in Project builder

    Hi,
    I am not able display / view the word document attached to the WBSE in the Project builder. We are not using DMS for keeping documents. Please suggest to fix the issue.
    Thanks & Regards,
    Ranjan

    Hi,
    Thanks for your reply. I am assigning the document to the WBSE and that time it is asking for path of document to be attached. I am assigning the document from my local machines.
    While opening the document or displaying, system is showing 46.080 bytes tranfered & no document. However if i will attach excel file there is no issue on that.
    Could you please sugegst on this.
    Thanks & Regards,
    Ranjan

  • Last projects processed in Project Builder

    Hi Experts,
    I found these communication which our industry also required this enhancement in project system and Mr.Rakesh Pradhan haven't gave us in full details information. Can I request both of you guys to provide more detail information to us as well. So that we can ful fill these requirement here as well ,-
    Hi experts,
    We all know that the last five projects processed using the project builder will be stored in the worklist of the project builder. Currently this is a standard SAP functionality where the processed projects are stored under the userID
    My question:
    1. Is there a way to increase the number of projects in that list?
    2. Where these informations are stored? I know that this is userID specific but dont know where.
    Any input is welcome.
    FATMAN
    Hi,
    We can increase the number of Projects last processed from 5 up to 20. This can be done through enhancement Package-3, Project Systems enhancements. Please refer the document available in SAP service market place.
    Please let me know if you need any details on this.
    Hope this will help you.
    Regards,
    Rakesh Pradhan
    Thanks and Regards
    Kannika

    Hi Kannika,
    The enhancement package is for ECC and not for 4.7.
    There is another way to increase the number of last projects processed in the transaction CJ20N using ABAP program modification.
    In the functional module  CNPB_W_UPDATE_HISTORY, line number 109 you have to increase the index from 6 to what ever number you want. I think it can go upto 20 projects.
    Beware!!!!!!!!!   This is standard SAP program modification. 
    FATMAN

  • Project builder authorization

    Hi all,
    is there any way to restrict user from displaying and maintaining all projects exsisting
    in other way : to give him limited authorization to maintain certain projects only and not to be able to maintain the other projects through the Project Builder or Information System.

    the following link provides u the list of authorizations which can be used based on ur requirement
    http://help.sap.com/saphelp_46c/helpdata/en/3d/72369adc56d11195100060b03c6b76/frameset.htm
    check with ur basis person and apply these authorization objects for better control
    regards
    Murali

  • Project Build Installer Properties Slow to load, (Maximum vi size)

    I have a LabVIEW Project with 450Mbytes of source code, and drivers.  The Project was originality in LabVIEW 2009.  I upgraded to LabVIEW 2011. 
    Now the Project Build > Installer Properties Menu is about 10x slower than was in LV 2009.
    I've done a mass compile, resolved all error messages in the Project, yet 2011 is still 10x slower than 2009.
    The 2011 Project will build an functional exe, and a functional installer given enough time (like 15 minutes).  During that time the computer is locked up, no other applications are functional.
    The Computer is XP, dual Core, 2.5GHz, 4Gbytes Ram, 4Gbyte Page File.
    The NI Support Desk is saying (quote)   >>>>   seem that the requirements for LabVIEW 2011 are different than the requirements for LabVIEW 2009    <<<<<
    Suggestions ???

    Does the procedure take 30 minutes or 15 minutes (first post)? Also, what is it about the installer build spec that requires further modification after you modify your exe build spec? If the exe is included in the installer, the installer build will automatically re-preview the included exe to get an updated list of files to include next time the installer is built. So unless you need to modify something about the installer spec and not the included source files, no edits would normally be required after changing your exe (or other included source files).
    Keep in mind, the previewing of the exe will take about as long as it takes to build the exe -- it's computing a list of the files that would be built without actually creating the files. A data point of interest is how much longer it takes your exe to build, comparing 2009 to 2011. Does your exe take 10 times longer to build in 2011? Longer exe build times mean longer preview operations in Installer Builder.
    Another thing to check is which distributions you're including on the Additional Installers page. Are more distributions being included in the 2011 build? Did the distributions change significantly in size since 2009?

  • Project builder link is not working in cProjects accounting tab.

    Hello All,
    I have a problem in the cProjects accounting tab where when I select the WBS element in the PS project the page opens where the links to the different systems are seen and when i select to the Project Builder:Display WBS element link it takes me to the initial Screen of the ERP systems instead of taking me to the Project Builder transaction code.
    Thanks and regards,
    Lohith

    Make sure the article that you want to share is un-protected from folio Producer dashboard because all articles are protected by default. And other coupkle of settings to enable social sharing.
    I would suggest you go through this documetation here that explains detailed social Sharing instructions http://help.adobe.com/en_US/digitalpubsuite/using/WSf6ef983f54a76485-3d39e50113568f15d7f-8 000.html

  • Project Builder Can it be run as an Exe file at any PC?

    Dear Sir,
    I am planning to make a Project based on my Forms(fmx) and Reports(Rep), database Schema, etc as a whole in a Project.
    Now the question is that Can this project be treated a an Exe file and can be Installed on any PC and shall it work without install Developer(Deployement version) and Personal Oracle(8 or higher)..?
    Please advise in me What options we have in Project building and what are not?
    I search lot through net but could not find Enough material.
    Thanking you in advance.
    Sayeed

    As for as I know, you cannot do the task with the project builder which you'r supposed to do. You cannot create exe file containing FMBs and repoets etc. with the Project Builder to run on another PC.
    The project builder is used to manage the modules FMBs, MMBs, Plls etc.

  • Mail notification for the Project definition creation

    Hi Experts,
          I got an scenario in the PS is that once i create a project in the project builder & than i will assign the Person responsible to the project definition. Once the project definition is created then mail notification should be triggered automatically to the person responsible. can u tell me how it can be achivied.....
    As per my knowledge we want to develop a program with the help of an ABAPer then we can achivie. Is there is any other way how we can achive it?
    Thanks & regards
    Raman T S

    Hi,
    This can be acheived through a simple workflow. Ask your workflow consultant to create workflow, so that as soon as the project is created workflow can be triggered to the respective persons you want. and also the person in his inbox he can get object link for the new project created so that he can open the project directly from inbox instead of project builder
    Thanks
    regards
    kishore

Maybe you are looking for

  • Adobe Media Encoder: CBR bitrate problem!

    Hi! I'm having some problem with Adobe Media Encoder. I've edited a HD video (recorded with a Sony HDR-FX1) and created a MPEG2 file using the preset "1440 x 1080i 25 Hiqh Quality". The video file size is 7,25 GB. Now I want to put this video on Moti

  • Is it possible to make a 'save as' copy of a project?

    Is there any way to save a project in FCPX effectively in a 'Save As' mode?  I know there is 'Duplicate as Snapshot', but it only protects compound and multicam clips. and most of my projects have only a few compound clips.  None have multicam.  The

  • Can't select headers in Word for Mac.

    I'm using Word on all of my Macs due to submission requirements of my graduate program, and a document I'm creating has suddenly made headers unselectable.  Posts from 2011 suggest checking Make Master Objects Selectable from the Format menu, but no

  • Why Custom EL Functions are not supported in ADF Faces??

    Im using jdev 10.1.3 1.- I declare a java class, with a static function for concatenation purposes. 2.- I create my tld. 3.- I call the function in my jsp. a) If I use the $ prefix, works PERFECT. b) If I try to call this in an outputText (i.e) - If

  • WebLogic Portal (10.3.0) requires feature "com.m7.nitrox (1.0.20)" (?)

    (I'm re-posting as WebLogic Portal (10.3.0) requires feature "com.m7.nitrox (1.0.20)" (?)) Greetings. I just installed WebLogic Portal 10.3 and I'm trying to install a couple of plug ins to Workshop/Eclipse, but whenever I select any item to install