Project Build Query

Hello,
While building, if Build Automatically selected under the
Project menu, the project is supposed to build while we perform a
save operation. The build process is indicated at the Flex Builder
status bar right hand bottom corner.
In my case this build indication is showed at times but most
of the time it does not show any indication. If I deselect the
Build automatically option and forcefully try to build the project
using Build All or Build Project, again at times it shows the Build
process dialog box or process inidication at the status bar, but
again mostly it doesnot show anything.
At times the project gets build fine even though the build
indication is not shown but many a times it is not building the
project properly and I am getting erroneous results.
What may be the reason? I am working on an application which
is using XMLListCollections ArrayCollections, lots of databinding
and custom components etc. Could it be a memory issue? Do I need to
do any specific setting changes for project build and compilation?
Please advise.
Regards,
Paromita

Hi KR MR,
  Try with thses info objects
0TCTREQSID                       Data Request (SID)
0TCTIFCUBE                        InfoCube
0TCTMNRECO                     Records (WHM Process)
& use time characteristics..........
if u want u can additional char like........source system for navigational purpouse.................
Regards,
Vijay.

Similar Messages

  • History in Project builder

    Hi
    In transaction like VA02/VA03 or IW32/IW33 or MM02/MM03 - we can track /see the history of who has created and when , what , who did the changes.
    But in the Project builder - we can see only who& when  created the Project and who & when was the last changes in the Project definition / WBS element / Network and not for Activity or Activity Element.
    Seems this is SAP standard.
    To keep the history of the changes - Is there any customization / enhancement to be done ? Is the enhancement can be done with BADI / BAPI / need to do the coding ?
    if yes in which way can able to achieve this .
    kindly reply on this query.
    Regards
    PP

    Hi
    Based on the activation in the Project and network profile , history of the changes is reflecting in CN60.
    But for example when the material qty is changed or material is been deleted or new material added - these changes not reflecting in CN60 eventhough - Material Status changed doc is been enabled in OPUV.
    Is the changes/deletion/new addition for the material in the Project builder will reflect or only till network level is possible? is there any other config changes to be done or enhancement is required.
    do help on this.
    Regards
    Pavan

  • To build query related to SNP: Planned Order

    Hi,
    System: SCM 5.0
    Scenario: SO received at plant and planning creates PR against SO at plant and accordingly SNP:Planned Order at Vendor location. If SO is cancelled/deleted (manually), sometime only the PR gets cancelled/deleted (automatically during planning run) but corresponding SNP:Planned Orders still remains at vendor location and so the dependent requirements. PR and Planned Orders are pegged to SO so one-to-one relation is maintained.
    I could not find any reason why system is not deleting Planned Order at vendor location despite SO and PR is deleted at plant location. So I am planning to build query where SNP:Planned Orders are not pegged to any PR or SO.
    Can anyone help with list of SNP:Planned Order tables so that I can build query around it to identify ghost Planned Orders.
    Hope I was clear with my query but let me know if any further information is require.
    Thanks and regards,
    Devang

    HI Marius,
    Sorry for delay reply.
    I was working on on some other more critical issues to business.
    Finally we decided to built report to identify obsolete Planned Orders for which PR is not available in ordering plant. I have listed below logic for that report:
    Get Location ID from table /SAPAPO/LOC based on Location entered in selection screen
    Get PEGIDs from FM /SAPAPO/DM_MATLOC_GET_PEGIDS based on IV_SIMID as 000 and location id from step 1
    In FM /SAPAPO/OM_PEG_CAT_GET_ORDERS, use SIMVERSION as 000 and in Import Para IS_GEN_PARAMS insert all PEGIDs from step 2.
    From Export Para ET_PEG_INPNODE take From_OrderID and store in internal table.
    Execute T.Code /SAPAPO/RRP4 with following selection (Use Selection Variant: OBSOLETE PR and add Location as entered in Selection Screen)
    Planning Version: 000
    From: Current date – 60 days
    To: Current date +180 days
    Location: 0000201328
    Product: *
    Order Type: 1F
        6. Compare output of step 4 and step 5 and display result.
    From FM /SAPAPO/DM_MATLOC_GET_PEGIDS the output (step 4) will be Order ID (22 characters) while step 5 (T.Code /SAPAPO/RRP4) will give Planned Order number (8 character). I am not sure how to compare Internal Order ID (22 characters) for corresponding Planned Order Nos. (8 characters).
    I have not marked your post as correct answer as still need to find answer of above query.
    Thank you in advance for your guidance.
    Regards,
    Devang Shah

  • 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

  • How to change company code in Assignment tab (CJ20n-project builder)

    Dear All,
    Is there any config to maintain company code in assignment tab (project builder) ? We have a problem in our project. It shows that in basic data, user put company code A (in basic data) but in Assignment tab they put different company code let say B. When we do settlement , two accounting document created to company code A and B. By right it should be only company code A. In addition, we cannot change the company code, when the status is already Release (REL).
    Please help how to change the company code B to A and how to reverse the accounting document that has been created under these two accounting document.
    Thank you.
    Best Regards,
    nies

    Now I understand your scenario, you have the Requesting Company Code and the Company Code Different.
    You usually use this primarily with IM module if you want to manage the asset under construction (cross company) belonging to a different i.e., company code (Requesting ) than company code on main WBS.
    You can not change the company code (Assignment Tab) as you already have actual posted against it.
    You've also created an AUC (in wrong company code) and even if you reverse the settlement you would not be allowed to delete the AUC or the delete the settlement rule (its grey out as its already used)
    What I can suggest is to reverse the settlement, lock this WBS which was created wrongly, create a new WBS and then continue with you regular process.
    Above are my views but you can expect views from others.
    Regards
    Sreenivas
    Please close the post if satisfied.

  • Problem with project builder

    dear friends
    i use developer 6i for windows 2000 server
    i want to deliver my project
    i open project builder and i read the help
    the help tells me that i must do the following to deliver my project :
    - from file menue choose administration then choose deliver .
    i click on file menue then chose administration but i do not find deliver in the menue
    would any one help me please

    Hi,
    Please refer this thread http://forums.adobe.com/message/2551218#2551218 for detailed info about deployment.
    -radhakrishna

  • What is the use and how to use project builder in forms 6i

    Hi,
    I would like to know the usage of project builder in forms 6i, could anybody explain it.........
    thanks
    Bcj

    Here the link from Grant,
    http://download-east.oracle.com/docs/cd/A97336_01/buslog.102/a73073/prjmgmt.htm#997046
    It is realy helpful, but not yet tested, so still making sure that can i create a setup.exe including forms ' fmx' formats , or i need to add the ' fmx ' files manually while running the setup.
    Thanks for your help
    Bcj

  • Project Builder 6.0.5.7.0 woes

    Couple of questions....
    1. Has anyone used this with Oracle Developer 6i? When I started to put in
    all my items then picked tools:delivery wizard, the option to "Deliver
    locally and create an Oracle Installer Script" is Greyed out. Any body else
    experience this?
    2. When I add reports objects (rdf), the node "Reports Builder Document" is
    added but no "Reports Builder Executable". Ideas?
    THIS HAS BEEN RESOLVED (METALINK NOTE)
    3. When I click on Ctrl-T or "Build Selection" button on a form, I get an
    information dialog: "No items were built". What's up?
    4. When I attempt to open a form, right click and select Edit, it opens the
    form and can't find referenced objects (or libraries). Should I be placing
    ALL SOURCE in one path, with the project file in there too, and then using a
    shortcut to startup Project Builder, or putting the path in the registry??
    5. The BUILD option for the module type of FMB says "Convert from Text" and
    when I try Edit Type, the build Action "display in popup menu" is selected.
    However, if I right click a form builder document, I see NO "convert from
    text option". I DO get the CONVERT To Text option (The SCRIPT action).
    Ironically, both have the same HOTKEY. (which is also used by "c"opy)
    6. Why isn't there simply a "Build"/Compile option?
    7. How can I specify a different output directory for the BUILT modules.
    They are defaulting to the directory containing the project file? I see
    this when I turn on Project: Action Preview
    mode, the output_file parameter.
    8. Also, if I turn this on and Select a Build all, there's NO WAY to stop ALL
    OF THE DIALOGS being displayed for each module - what if I want to QUIT in
    the middle of this.
    Any help appreciated!
    null

    Hi Ida
    Ensure that your Oracle 9i database instance is up and running.
    Also, you must have appropriate settings in your tnsnames.ora for using the Oracle 9i database.
    Regards
    Sripathy.

  • Stock transfer purchase requisition through project builder

    Hi Friend's,
    For transfering material from one plant to another plant we have to create stock transfer purchase requisition through project builder.
    Can is it possible to create stock transfer purchase requisition through project builder which will have account assignment category as Q & item category U.
    Thanks & Regards,
    Sandeep

    Hi Sam,
    Thanx for your input.
    We are dealing with project specific stocks & customer project scenario.
    My requirement is that we having 2 plants. Projects are created in 1001 plant, same plant does the mfg. of FG items required for projects & 1002 plant manufactures MTS items which are required to mfg. project FG items as well as same items will bring into 1001 plant and then delivered to customer.
    Here my clients want to create stock transfer pr through project builder to bring MTS items from 1002 plant to 1001 plant & then delivered to customer.
    I think as you said this is not possible in std. sap to create stock transfer pr through project builder.
    Thanx & Regards,
    Sandeep
    Edited by: Sandeep Theurkar on Mar 23, 2011 7:11 PM

  • 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

  • Build Query in Transactions

    Hi All,
    Could you please let me know how queries or subqueries can be build using
    SQVI  or SQ01 or ZX02 transactions. For example :
    1)select * from zmstkcalc where werks_d <> werks_main.
    2)select * from zmstkcalc where werks_d in ( select werks from zmwerks_mu),
    Please note that i know how to sove this by writing program. But I would like build query instead of writing program.
    Thanks

    Hi
    Please find a pdf book on SQL Queries, this explains some steps on the same,
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    Regards
    Kathirvel

  • What is this Project Builder For

    Hello Readers. i want to know why do we use project builder in short also is it used for creating a setup file for the project.
    Please mention some proper names for project builder books for oracle 8 available in the market.
    Thank you

    Project builder was a tool to manage your forms and reports applications
    Here is the documentation......
    http://download-east.oracle.com/docs/cd/A97336_01/buslog.102/a73073/prjmgmt.htm#997046
    I say was because the last version was shipped with Forms 6i, so there is no Project Builder in Forms 9i or 10g and Oracle haven't supplied a replacement.

  • Easy Cost Planning & Project Builder

    Dear All,
    I would like to know whether the Material included in Easy Cost Planning be updated in Project Builder strucure. Is there any BAPI to upload material component?

    I do think, that there is no functionality in standard to include the materiai in ECP into PS structure.
    The material in ECP represent the costs point of view, and the material in PS structure represent typically not only the logistic view but also the costs point of view. If you manage to include the material into PS structure (e.g. manually), please avoid the double costs.
    Kind regards,
    Zhenbo

Maybe you are looking for

  • Import Question

    After 20 years, I'm moving from Windows platform to a new iMac. Yipiee!!!!! It's like I've discovered the Fountain of Youth. Here's my newbie question: I've been shooting for some time so that my D700 generates both a JPG and NEF of each shot. I've c

  • BI Mobile through SMP

    Hi folks, I am trying to connect the BI Mobile app through SMP (aka sup 2.3sp4). but get the following error "proxy connection http://SUP:8000/MobileBIService..." not found.  I will refer to SMP as SUP just to avoid confusion with SAP Mobile in BI. I

  • Implementing a table

    I need to have a static data structure inside my aplication. So, I'm trying to implement a class that simulates the behaviour of a table, with all its methods, like 'addRow', 'delRow'. A structure a little like a Recordset object in other languages,

  • The statistical forecast not for the current month

    Hi All, The statistical forecast is done in the monthly buckets.I would like to run the statistical forecast job at the beginning of the month but the statistical forecast value for the current month must be not changed. I've tried to fix the key fig

  • Some questions on GP

    Hi, Is it possible to: 1. Change the theme/look-n-feel of the GP runtime to match the branding standards. 2. Remove unwanted items like the display of "Initiator" and "Attachments", etc. 3. Change the default button text of callable objects like KM R