Notes Table in cProjects 4.0

Hi
Has anybody aware of how notes (which are available for all objects like Project definition / task/phase) are stored in cProjects 4.0
Iam not refering to SAP Notes
In my BW requirement, i would like to take the notes for project definition
Can you pls indicate the table name
regards,
Ramakrishna

Hi Rama,
Notes are not saved in any Table. Rather they are saved as SAPScript Text (Long Text).
I can give you other relevant information which may help you.
Component Controller Name: DPR_NOTES
Class: CL_DPR_API_NOTE
Check the method get_notes of class CL_DPR_ENTITY
To test the process of retreiving and saving notes put break points in the method UPDATE_DATA_FROM_BE of the component contoller of the WebDynpro Component DPR_NOTES.
Regards,
Reema.
Pl award all useful answers.

Similar Messages

  • Is it possible to havedrop down lists in cells of a Multi Column List box(not Table)?

    I was using a muticolumn listbox(not table,for table i have example code,and problem is that i was not getting active cell position for Multi column listbox) with 5 columns.In third column,i want to generate a ring control,generate in the sense,whenever user clicks on any cell of third column of multicolumn listbox(not table),the ring control should pop up.The thing is that i need to use only one ring control and whenever user clicks on any cell of a third column,this ring control should pop up.How can i achieve this,anyone please help me,
    Regards,
    Naresh.N

    Hi, Naresh,
    For starting point you can read this: Table with Drop Down Items
    Andrey.

  • Printing XML report (with report.xsl stylesheet) shows font colors, but not table highlight colors

    I am trying to print the XML report generated by TestStand to a PDF in order to archive it.  When the XML report is rendered in Internet Explorer, everything looks fine -- Sequence names are highlighted in teal, Pass is in green, Fail is highlighted in red.
    However, when I print this page to a PDF (using BullZip PDF printer, or even the XPS printer), all of the table highlighting is gone.  The UUT Result in the header is red or green font color depending on the pass/fail state, but sequence names and any formatting applied to tables within the body of the report have no highlighting.
    Is the stylesheet altering what is rendered when the XML file is printed?
    This is the output when viewed in IE 
    This is the output when viewed as a PDF printed from the same file viewed in IE.
    Thank you,
    Matt
    Solved!
    Go to Solution.

    Hey Matt,
    This is actually because of a default setting in Internet Explorer to not print background colors on webpages. To change it, simply go to the Page Setup screen (on IE9, you click the gear icon, then Print > Page Setup) and select the option to print background images and colors. After doing this, the printed report should contain the colors you see on your screen.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Pdf output of web dynpro does not display in cProjects

    Hi,
    We created a custom web dynpro which calls a smartform and gives a pdf output. This pdf output is seen on the cProjects portal under a customized tab.
    The issue is, some users are able to see this pdf output on teh portal without any issues but others cannot view it in their system.
    When the first time the users try to view this they get a prompt for downloading activex from adobe ag and on accepting this they are able to view the pdf. This prompt does not come up for other users and hence they are not able to view the pdf output of the web dynpro.
    I checked the activex control settings in the IE options and they are all enabled. Still I do not get this pop up prompting for activex download.
    Are there any settings in the internet explorer or the system which have to be done to view the pdf on the portal?
    Any thougths on this will be extremely helpful.
    Thanks,
    SImmi
    Edited by: Simmi Balakrishnan on Aug 12, 2008 8:22 PM
    Edited by: Simmi Balakrishnan on Aug 12, 2008 8:24 PM

    Hi Simmi,
    two links might be useful to you:
    My struggles with the Adobe Document Services  
    In this SDN blog, Consultant Achim Hauck provides tips for installing Interactive Forms.
    My struggles with the Adobe Document Services in WAS6.40
    SAP Interactive Forms by Adobe - Configuration Guides
    SAP Interactive Forms by Adobe - Configuration Guides
    Kind regards,
    Angelika

  • PS Project not appearing in cProjects Accouting tab

    I am able to create the PS Project from cProjects through status management (Flag for transfer) after the required accounting intergation and other configurations.
    However, I have a concern when I am linking an existing PS project to a newly created RPM Item and cProjects Project.
    I carried out the following:
    1. Created a PS Project with a WB Structure
    2. Created an RPM Item (with auto creation of cProjects Project)
    3. Under the item, uploaded the PS Project created under step 1, to the item
    4. Saved the upload
    Result:
    The PS Project structure is replicated in the cProjects operational project.
    Concerns:
    We now want to synchronize the accounting aspects in PS from cProjects Project (like we do when we mark a cProjects project to "Flag for transfer"). However, the newly linked PS project does not appear under the "Accounting" tab in cProjects.
    Please advise.
    Summary:
    Having linked an exisiting PS project to a new created item and cProjects project, we want the operation to continue as if the PS project was created by flagging the cProjects project.
    Thanks.

    Thanks... this helps me get to a part of the problem.
    Now that I have RPM item and a cProjects project linked to a PS project, I can manually link the cProjects tasks stc. to the PS WBS elements as relevant.
    In such a case, how will "Falg for Transfer" imopact this project? I mean, whereas "Flag for transfer" in other cases create a new PS project which we can see under the accounting tab, what happens when we set this status after we have manually linked the cProjects project to a PS Project. Also, how does the accounting updates take place in this scenario (from the cProjects front end)?
    Thanks...

  • Export and import of data not table and data ????

    hii brothers and sister
    plz i have a a quetion about Export and import of data in oracle forms
    i have created 02 boutons one for export his trigger like this :
    eclare
    alrt number;
    v_directory varchar2(200) := 'c:\backup'; --- that if the C Drive not the Drive that the windows had installed in it.
    path varchar2(100):='back_up'
    ||to_char(sysdate,'dd_mm_yyyy-hh24_mi_ss');
    v_exp varchar2(200) := 'exp hamada/hamada2013@orcl file = '
    ||v_directory
    ||'\'
    ||path
    ||'.dmp';
    begin
    host(v_exp);
    alrt:=show_alert('MSG');
    end;
    and the bouton import is like this
    declare
    alrt number ;
    v_ixp varchar2(200) := 'imp userid=hamada/hamada2013@orcl file =c:\backup2\back.dmp full=yes';
    begin
    host(v_ixp);
    alrt:=show_alert('MSG');
    ref_list;
    end;
    i have just one table "phone"
    this code is correct he expot not only the data but also the creation of the table ....for exemple i do export and evry thing is good until now and i find the .dmp in the folder backup .. but when i deleted all data from my app and try to import this .dmp iit show me error it tell me thet the table phone is already created ....
    so plz help wanna just export the data of phone not the creation of table and data ???? or how can i import just the data from this .dmp ??

    Pl post OS and database versions.
    You will likely need to use the IGNORE flag - http://docs.oracle.com/cd/E11882_01/server.112/e22490/original_import.htm#sthref2201
    Imp utility (by default) will try and create the table first. Since the table already exists, imp reports an error. Use the IGNORE flag in your imp command to not report such errors.
    HTH
    Srini

  • Debit note  +  table data?

    guru's
    from which table i can fetch the debit note amt ( gross + tax) from subsequent credit and print into my Z report?
    Narendra

    Hi,
    For the above scenario, you can create a Credit memo document using the t.code - MIRO.
    This document can be found in the following tables
    RBKP
    RSEG.
    Thanks & Regards,

  • Interaction Record Notes Table

    Where does the Note field of Interaction Record stores ??
    We are trying to extract the interaction history of business partners into BW.
    is there any BW info object is associated with this?
    Thanks,
    Thirumala.

    Thirumala,
    The interaction record is another type of business transaction.  The default type I believe is '0010'.  The notes on the interaction record are stored I believe in the standard SAP text management tables STXH, and STXD.
    To extract this try using the object: 0CRM_SALES_ACT_1.  However the long text does not get sent over to BW.  I think this info object will work the best because most interaction records usually are considering activities. 
    I have not tried this so it may or may not work.
    Good luck,
    Stephen

  • How to export and import only data not table structure

    Hi Guys,
    I am not much aware about import ,export utility please help me ..
    I have two schema .. Schema1, Schema2
    i used to use Schema1 in that my valuable data is present . now i want to move this data from Schema1 to Schema2 ..
    In schema2 , i have only table structure , not any data ..

    user1118517 wrote:
    Hi Guys,
    I am not much aware about import ,export utility please help me ..
    I have two schema .. Schema1, Schema2
    i used to use Schema1 in that my valuable data is present . now i want to move this data from Schema1 to Schema2 ..
    In schema2 , i have only table structure , not any data ..Nothing wrong with exporting the structure. Just use 'ignore=y' on the import. When it tries to do the CREATE TABLE it (the CREATE statement) will fail because the table already exists, but the ignore=y means "ignore failures of CREATE", and it will then proceed to INSERT the data.

  • CRM order message and notes table

    Hi
    we have Error/warning messages and notes in CRMD_ORDER (ie in CRM sales order). I am looking to get the tables for message number and notes. The purpose for this is I need to give these details to BW team for extraction. The standard extractor doesnt have these fields (ie message number or notes)
    Here is the research I have done till now
    1) for Messages people are suggesting to use FM - CRM_MESSAGES_DISPLAY which gives Log handle and Message number. with this data call CRM_MESSAGES_GET_MSG_INFO and this will give the Application area and message number which can be queried in T100 table
    2) for notes I was suggested to use the FM - READ_TEXT
    The option I have is use a user exit (extractor) and populate these data in the extractor before sending it to BW
    Can you please let me know if message number and notes in a order can be directly queried from tables (is there a link table that connects the order GUID to the message table (T100) ?

    Hi Veena
         I tried this but it doesnt get me to the actual notes. I was able to query STXH which doesnt have the actual notes. So I further went into STXL table where there is a field called "Data" which looks like a big GUID but not sure if there is a another table I need to plug this to get the actual notes.
         What I heard from the ABAP team is that there is no way to get this data through direct or link tables. We have to use the READ_TEXT FM
    Edited by: Vikas BhumiReddy on Jul 6, 2011 4:55 PM

  • PS Forecast Dates are not synchronized when Cproject Dates are updated

    hello Experts,
    I did all necessay customizing for DFM synchonization but when i modify date in Cproject and i check the project defintion in "CJ20N" , dates are not updated.
    Do you have any idea why? Project defintion has a statut "PREL".
    Thank you in advance,
    Amal

    Is there a page online demonstrating this problem? I think without taking a look, we might speculate wildly and waste a lot of your time...
    One thing that turned on in Firefox 29 is support for <input type="number">. If any of your date fields were using type="number" as a way to be scripted or styled specially, that may no longer work correctly in Firefox 29 and higher.
    This article might be useful:
    https://developer.mozilla.org/Firefox/Releases/29/Site_Compatibility

  • DEBIT Note Table name field name

    During the subcontracting if the subcontractor has not done the work properly, using the Rawmaterial provided.. after checking the semifinished prod. we are raising the debit note....
    Can u tell me the steps to be done to do this... and also
    Pls telll me the Table name and field name for the DEBIT Note number where it gets saved.....
    I searched in RBKP,EKBE,RBKPB i could not able to find....

    Hi,
    For the above scenario, you can create a Credit memo document using the t.code - MIRO.
    This document can be found in the following tables
    RBKP
    RSEG.
    Thanks & Regards,

  • Services not visibles from cproject

    Hi experts!!!!!
    I have a problem related to services in accounting tab and I am not sure if someone could help me.
    I would like to customize the services. So that I can have a look into the WBS element in PS called via service in cProjects but it does not work.
    I think I have configured all steps but I am not sure where is the issue.
    This is my configuration :
    1- Make settings for calling a sap transaction --> I have created a Alias WEb Server ( with correct web server address)
    2- Make settings for the linked SAP Objects --> Object type 0WBSELEMENT --> Web server ( alias web server created on step 1)
    Really I ma not sure what is the problem, could anyone help me?
    Thanks ain advance for your help,
    Sara

    Hi Sara,
    Plz check if the foll. have been maintained :
    1) Destination & Web server alias for 0FIN_INT_ERP_PS : Single-Obj. Controlling on WBS Elements.
    2) Activate the required service for object 0FIN_INT_ERP_PS.
    Points welcome if info useful !!!
    Regards
    Sejo.

  • Want "delivery note": table & Field

    Hi Friends,
          In which table we get the "DELIVERY NOTE" (TC: MIGO).
    Thanks & Regards,
    vallamuthu.M

    Hi,
    LIKP                           SD Document: Delivery Header Data
    LIPS                           SD document: Delivery: Item data
    S261                           SD - Delivery note
    regards,
    Sunil Kumar M

  • "Staffing" tab is not visible in cProjects

    Dear all
    I'm not able to see "Staffing" tab when i go to cProjects and go to "Resources".
    Could anybody tell me what could be the reason.
    Thanks
    Ashish K

    Hi Ashish,
    The only thing I can think of is that this tab is "hidden".
    If this is indeed the case, right click on your front page under any of the pages of the "resources" tab.
    Having done this, get to "User Settings > Invisible Elements". When you click this, you should be prompted to "Restore Staffing tab".
    Clicking on this will get you your "staffing" tab back!! All the best!

Maybe you are looking for

  • USB Drive does not work when connected to Airport Extreme

    I had an external drive connect directly to my iMac and recently purchased an Airport Extreme. When I plugged it into the USB point on the back of the AX has an odd name and won't allow access. When it was configured directly to my iMac it was named

  • Error while using container element _WF_PARFOREACH_INDEX in workflow

    Hi All, I am using internal container element WFPARFOREACH_INDEX in internal table so that i can use it as index to read table row one by one..but in binding i am getting error "Container element '_WF_PARFOREACH_INDEX' does not exist" in form of an e

  • Airport Problems after "AirPort Extreme Update 2008-001" (1.0)?

    I recently installed the update and have been unable to connect to my wireless network at home ever since. The airport detects my router and asks if I would like to join the network, but after I click yes, it says "there's an error in connecting", an

  • Question about high speed DSL

    I have had high speed DSL 1.5 MB service since 8/20. Up until last night I was in love with the service. It was running between 600 and 1000KBPS excededing my expectations. Then last night around 9:45pm it got extremely slow. I am talking 23.3KBPS on

  • Could not activate cellulare data network??? what is the solution please.

    everytime i try to log to the internet through the internet service provider on the phone, i get this message   (could not activate cellulare data network) I was loginig before via wifi meanwhile i do not have wifi and i am forced to use the service