Actual dates table

In a activity, we have configured actual dates (from/to).
Does anybody know, what is the table where I can find this info for each Activity that were created.
For example, I want to search how many activities were created an specific period (actual dates).
thanks in advance.
ahm

Hi,
How can I link GUID from an Activity created (table CRMD_ORDERAHM_H) and Actual date (table SCAPPT) ?
Regards,
ahm

Similar Messages

  • Table for cost center plan/actual data

    Hello gurus,
            What are the tables to get for cost center wise plan/ actual data? The data which was entered through KP06 was sitting in whcih table?
    regds
    ramachandra

    Hello Ramachandra,
    Actual and Plan Data can be found in COVP view.
    1) For Actuals, you should use the values 04 and 11 to the field WRTTP;
    2) For Plans, you should use the values 01 and 10 to the field WRTTP.
    If you need to get the totals, you should use tables COSP and COSS.
    Hope this help you.
    Cheers,
    Daniel.

  • Provide brings back the actual date , different to the table content

    Hi,
    I´m not a developer, but must do that part now in my company.
    We have a 46C with actual packages.
    In a customer report I have to add 2 fields to an output.
    It selects from PNP and provides data like follows:
    GET PERNR.
      PROVIDE * FROM P0000
    FROM P0001
    FROM P0002
    FROM P0006
    FROM P0007
    FROM P0013
    FROM P0016
    FROM P0053
        BETWEEN PN-BEGDA
            AND PN-ENDDA.
    That worked fine.
    Now I liked to set 2 fields with contents of IT 0000 (table PA0000):
        IF P0000-MASSG = '01'.            " MA aktuell im Vorruhestand ?
         TRANS-BEGVORRST = P0000-BEGDA.
         TRANS-ENDVORRST = P0000-ENDDA.
        ENDIF.
    At debugging I can see, that the requested fields from P0000 are set to the actual date, not to the value I can select from table or shown in the SAP transaction.
    All other fields from PA0000 are matching the row I expect, but not the date fields
    Any idea?

    Hi,
    That is the behavior of PROVIDE statement. If you combine (JOIN) several tables (P0001, P0002, etc) together, it will give you all the intersected dates.
    For example, in two tables itab1 and itab2, the respective columns col1 and col2 are interval limits of type i. The filling of the internal tables results in the following intervals (rows two and three):
    |   Itab1 Int1    |     |Itab1 Int2 |     |
    |        |      Itab2 Int1       |        |
    |  |          ... BETWEEN ...             |
    |  | i1  |   i2   | i3  |   i4   |i5|     |  <<<< This is the result
    Regards,
    Lim...
    Edited by: Ruslim Chang on Apr 17, 2009 11:26 AM

  • How to get  the actual data in ALV report

    I am doing some upgradation work   in that i am using Submit  & And return and  also i am using some function modules like LIST FROM MEMORY , LIST TO TXT wnd WRITE LIST , it gives output in normal list format , But i need to print in ALV report .
    With the use of set table for 1st display i got the  ALV report   but not with actual data, (some junk value is showing) , So can any 1 suggest me how to get  the  actual data in ALV report, With the use of  Any Function Module or with Coding,
    with regards,

    Hi Saravana
    I am sure you must be getting the values in tables of table parameters from every FM.
    consolidate the values from tables of all FMs in one table and built ALV for that table only.
    I hope this way you can show the actual data in ALV.
    thanks
    Lalit

  • How to identify a specific object that changed in a data table?

    I have a data table in my jsf page which populate by myList (a property of type List<myObject> in myBean) that contains a list of myObject objects.
    Within data table, the 'amount' property of myObject is in a h:inputText named 'amountText'.
    How can I recalculate another property (for example 'cost') of the specific myObject within one of the
    data table rows whenever user change the value of 'amountText' ?

    Hi Roger,
    I guess, it is up to your choice about design how you want to implement.
    you have two ways....
    1) Use valueChangeListener attribute of the text field, as it will be called for the row of the database on which the bind property value is actually changed.
    2) Not prefered, but you can use setterMethod of amount in the your object, and can compare its new value with the old one and can decide the consequence.
    Please let me know, if it solves your concern or you have a different concern.

  • A good solution to set the actual data record after execute query ..

    Hi,
    in my Form there is a block on a temporary table.
    The user can add query results and wishes to save the last data focus on the last actual record before the execute query to restore this focus after the query.
    Is there a robust and fast solution to save the
    actual data focus - execute_query - restore the saved focus ?
    Thanks
    Friedhold

    Here is a simple solution to try:
    Create a package specification in your form: Package P0 is
      Save_rowid  varchar2(30);
      Found_rec   number;
    End;Create a Key-Entqry trigger on your block: P0.save_rowid := :Myblock.rowid;
    P0.Found_rec := null;
    Enter_Query;Create a Post-Query trigger on the block: If :Myblock.rowid = P0.save_rowid then
      P0.found_rec := :system.trigger_record;
    End if;Create a Key-Exeqry trigger on the block: Execute_Query;
    If P0.found_rec is not null then
      Go_record(P0.found_rec;
    End if;

  • Input Ready Query needs Actual Data too

    Hi Gurus
    Our customer requires last 3 months of actual data for reference on the Input Ready Queries, to plan  . They need to see last 3 months actuals when they start seeing planning season.
    Is it a good option to show actual and Input enabled plan piece together.
    We can build a MultiProvider and Build the Agg levels.
    Pls advice if this would be a best practice or should we create a WAd Dash board showing 3 months actuals in one column of the Table lay out and allow the In put ready query in another column.
    Please advice
    Points would be awarded .

    Hi,
    You can easily achieve by providing the Plan data and Actual data in two different worksheets of the work book.
    First, create an aggregation level on the plan cube and then an input ready query on this aggregation level.
    Then create one more query on the actual cube(agg level is not needed as input readiness is not required).
    In the Analyzer, open the first query in the first worksheet. Then create one more worksheet, create a data provider in the design mode and embed the second query.
    The user can see the actuals in the second sheet and can plan on the firsst sheet.
    Hope this will resolve your problem.
    Thanks and Regards,
    Srinivas Kamireddy.

  • Adding custom column to a Data Table (bound to database table)

    Hello,
    I've added an additional "Output Text" column to an existing "Data Table" component, which is pulling a database table and rendering it. It's actually called "OutputText5". What I want to do, is set the value of the "OutputText5" dynamically, depending on a Date comparison between the system date, and one of the currentRow field values, which is actually an Oracle Date data type. basically I'm trying to use the Date.after() comparison and put different content in there depending on true or false evaluation.
    Seems simple enough .. but.. I'm trying to do this without using vim and JSP Beans (how I'd usually do this). I'm not experienced with JSF components and how this would be done using JSC - can I iterate over currentRow or something inside the "Page1.java" source? Is there an easy way to create dynamic value bindings like this in Data Table components in general? Maybe using expressions in "OutputText5" properties or something? I figure I should ask about doing this the easy way, before I spend lots of time and start teaching myself bad habbits.
    I apologise in advance if this is a repeat post. I spent some time searching ,but came up empty handed.
    Thanks in advance.
    David Basham

    Hi David,
    Here's some ideas to try on:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=49459
    hth,
    v

  • Convert into Data Table issue from Excel Sheet Table

    Hi 
    i've excel file where 10-12 sheets are available in that excel file.one of the sheet is named as summary.there are 8-10 tables(named as Table1,Table2,Table3....) in that summary sheet as well. 
    i've to actually get the Table1 from the summary sheet into the DataTable. 
    So,i've written a following method to read "summary" sheet and then i checked if the Table1 exist then break the loop.My problem is i've found Table1 but i am not able to convert it into the DataTable.Can anyone tell me how to do it.
    private void GetProjectTable(string ExcelFileUrl)
    string sheetName = "Summary";
    string value = null;
    // Open the spreadsheet document for read-only access.
    try
    String siteURL = SPContext.Current.Site.Url;
    SPSecurity.RunWithElevatedPrivileges(delegate()
    Stream dataStream = null;
    using (SPSite site = new SPSite(siteURL))
    using (SPWeb web = site.OpenWeb())
    SPFile file = web.GetFile(ExcelFileUrl);
    dataStream = file.OpenBinaryStream();
    using (SpreadsheetDocument document =
    SpreadsheetDocument.Open(dataStream, false))
    // Retrieve a reference to the workbook part.
    WorkbookPart wbPart = document.WorkbookPart;
    Sheet theSheet = wbPart.Workbook.Descendants<Sheet>().
    Where(s => s.Name == sheetName).FirstOrDefault();
    // Throw an exception if there is no sheet.
    if (theSheet == null)
    throw new ArgumentException("sheetName");
    WorksheetPart wsPart =
    (WorksheetPart)(wbPart.GetPartById(theSheet.Id));
    DocumentFormat.OpenXml.Spreadsheet.Table table = null;
    DataTable dt = null;
    foreach (TableDefinitionPart tdp in wsPart.TableDefinitionParts)
    if (tdp.Table.DisplayName == "Table1")
    table = tdp.Table;
    break;
    catch (Exception ex)
    Note: I am using this code in the Visual Web Part for SharePoint

    Hi hellofragrance,
    According to the description, you want to convert to the table in Excel to DataTable using Open XML SDK.
    As far as I know, there is no such API we can achieve the goal directly. However, we can write custom code to complete the job. Here are some major steps for your reference:
    1. Get the information of the table we wanted to convert. For example, column information and the range address for the table. And we can get the these information via the
    Table object of
    TableDefinitionPart Class
    2. Then we can create a DataTable via the column information we get from step1 and initialize the data table via read the data from range of table.
    In addition, here is helpful article about read the value of specific cell for your reference:
    How to: Retrieve the values of cells in a spreadsheet document (Open XML SDK)
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Radio button in data table

    Hi,
    In continuation to my previous post, i have another requisite.
    I have a pop and get my data from a data table.for each of my row in datatable i need to get a radio button.
    presently am using f:selectoneradio.
    At a time only one radio has to be selected.I understand jsf radio button does not support this.
    Is there anyway that i can achieve this?
    Does tomohawk tags support this feature?or shud i have to go only for some custom component?

    Here is an example. I uploaded mock html so that you can actually try this code. I think this does exactly what you are asking.
    Private Sub RSWVBAPage_afterPlay()
    Dim tbl As HTMLTable
    Dim tblRow As HTMLTableRow
    Dim tblCell As HTMLTableCell
    Dim strValue As String
    Dim rButton As HTMLInputElement
    ' ******** This would be your global variable. I put this so that values are seperated by a semicolin you can use what ever format works for you.
    strValue = "03/22/2008;03/22/2008;*************1977;*************1977;$25.25;Jan, Jun, Jul, Dec"
    ' Strip out the ; for inner text comparison
    strValue = Replace(strValue, ";", "")
    ' This will get the table but can be modifoed to be more specific
    Set tbl = RSWApp.om.FindElement(, "TABLE")
    ' This loops through all the rows in the table until a match to the strValue is found
    ' then clicks the radio button. Findelements allows you to specify a root element
    ' once the correct root row is found, FindElemets can get the correct radio button
    For Each tblRow In tbl.rows
      If tblRow.innerText = strValue Then
        Set rButton = RSWApp.om.FindElement("account", "INPUT", "NAME", , , tblRow)
         rButton.click
       End If
    Next
    End Sub
    I also uploaded the script I created. You should be able to run it and see how it works.
    This should get you going.

  • Service Order Dates Table

    Hi,
    On creation of a Service Order-> Follow-up Details there is a section for Dates (Planned Date, Actual Date, etc.)
    My question is, what is the name of the table that holds all this dates data? And how it is linked to the order.
    Any help would be appreciated.

    Hi Alan,
    That funtion builds the input fields for the date change. From my perspective, you need to indicate all header dates or all item dates, even if you wish only to change one of them (i've tried to change one once, and it didn't work). This explains the loop statement to check every date...
    See if this example may help you. Here I would change your date, at header level.
    *--- Loop trought all document header dates
        LOOP AT lt_appointment_test INTO ls_appointment_test WHERE ref_guid = <document>-guid AND ref_kind = 'A'.
          CLEAR ls_appointment_com.
          MOVE-CORRESPONDING ls_appointment_test TO ls_appointment_com.
          IF ls_appointment_com-appt_type = 'ZSLA'.
            CONVERT TIME STAMP ls_appointment_com-timestamp_from TIME ZONE ls_appointment_com-timezone_from INTO DATE lv_date_aux TIME lv_time_aux.
            CONVERT DATE lv_date TIME lv_time_aux INTO TIME STAMP ls_appointment_com-timestamp_from TIME ZONE ls_appointment_com-timezone_from. "lv_date is my new date, for example
            CLEAR lv_date_aux.
            CLEAR lv_time_aux.
            CONVERT TIME STAMP ls_appointment_com-timestamp_to TIME ZONE ls_appointment_com-timezone_to INTO DATE lv_date_aux TIME lv_time_aux.
            CONVERT DATE lv_date TIME lv_time_aux INTO TIME STAMP ls_appointment_com-timestamp_to TIME ZONE ls_appointment_com-timezone_to. "lv_date is my new date, for example
          ENDIF.
          INSERT ls_appointment_com INTO TABLE lt_appointment_com.
    *--- build input fields for header date
          MOVE-CORRESPONDING ls_appointment_com TO ls_logical_date_key.
          CLEAR ls_input_fields.
          CALL FUNCTION 'CRM_APPT_BUILD_INPUT_FIELDS'
            EXPORTING
              iv_ref_handle   = '0'
              iv_ref_guid     = ls_appointment_com-ref_guid
              iv_ref_kind     = 'A'
              is_logical_key  = ls_logical_date_key
            IMPORTING
              es_input_fields = ls_input_fields.
          INSERT ls_input_fields INTO TABLE lt_input_fields.
        ENDLOOP.
    *- Delete time refences
        CALL FUNCTION 'CRM_DATES_TIMECONTEXT_DELETE'.
    *- changes in memory
        CALL FUNCTION 'CRM_APPT_MAINTAIN_MULTI_OW'
          EXPORTING
            iv_ref_guid            = <document>-guid
            iv_ref_kind            = 'A'
            it_appointment_com     = lt_appointment_com
          CHANGING
            ct_input_fields        = lt_input_fields
          EXCEPTIONS
            precondition_violation = 1
            invariant_violation    = 2
            OTHERS                 = 3.
    *- Saves changes
      APPEND <document>-guid TO lt_header_guid.
      CALL FUNCTION 'CRM_ORDER_SAVE'
        EXPORTING
          IT_OBJECTS_TO_SAVE   = lt_header_guid
        IMPORTING
          ET_SAVED_OBJECTS     = lt_saved_objects
          ET_OBJECTS_NOT_SAVED = lt_objects_not_save
        EXCEPTIONS
          DOCUMENT_NOT_SAVED   = 1
          OTHERS               = 2.
    Kind regards and good luck,
    Garcia

  • Updated property of rowset is set for data table if I use convertors

    Hi,
    I use data table for update database table. What I use is sale tax table of Pointbase. I use convertors for date effect and tax rate.
    I just change 1 row of data table but Jcreator finds all row are updated. This is a waste of resource and performance. Here is the code (I copied from clip).
    public String saveButton_action() {
    // User event code here...
    log("OnePage: update_action()");
    // BYHAND - Count up the rows with updates (optional)
    int count = 0;
    Iterator keys = dataTable1Model.getDataCache().iterator();
    while (keys.hasNext()) {
    Integer key = (Integer) keys.next();
    com.sun.jsfcl.data.DataCache.Row row = dataTable1Model.getDataCache().get(key.intValue());
    if (row.isUpdated()) {
    count++;
    // BYHAND - Perform the actual update transaction and report results
    try {
    dataTable1Model.commit();
    info("Total rows updated: " + count);
    } catch (Exception e) {
    log("OnePage: Update commit exception", e);
    error("OnePage: Update commit exception: " + e);
    // BYHAND - Re-execute the query to pick up new results
    try {
    dataTable1Model.execute();
    } catch (SQLException e) {
    log("OnePage: Update reselect exception", e);
    error("OnePage: Update reselect exception: " + e);
    return null;
    My guess is jCreator compares the text from data table and rowset's cache (???). as I display date and rate in formats I need.
    My data table displays 10 rows so each time I change 1 row jCreator updates 10 rows of the data table.
    Need clarification on this.
    Cheers.

    Hi Hung,
    I received your email and was unable to reproduce using
    a new project.
    I want to reproduce this ASAP.
    Is this the same project you sent me previously?
    If not, then could you please email it to me again.
    Thank you
    John
    JSC QA

  • CVC creation - Strange issue with Master data table of 9AMATNR

    Hi Experts,
    We have encountered a strange issue with Master data table (/BI0/9APMATNR) of info object 9AMATNR.
    We have a BADI implemented for checking the valid Characteristic before creation of the CVC using transaction /SAPAPO/MC62. This BADI puts a select on master data tab of material /BI0/9APMATNR and returns no value. But the material actually exists in the table (checked through SE16).
    Now we go inside the info object 9AMATNR and go to the Master data Tab. There we go inside the master table
    /BI0/9APMATNR and activate that. After activating the table it is read by the select statement inside BADI (Strange) and allows the CVC to be created.
    Ideally it should not allow us to activate the SAP standard table /BI0/9APMATNR. I observed that in technical settings of this table it has single record buffering as switched on. (But as per my knowledge buffer gets refreshed every 2 to 4 mins and not in 2 days or something).
    Your expert comment is valuable to us. Thanks.
    Best Regards,
    Chandan Dubey

    Hi Chandan,
                 Try to use a WAIT statment with 5 seconds before your select statment.
    I'm not sure whether this will work. Anyway check it and let me know the result.
    Regards,
    Siva.

  • How Bex Flag effects SID, MAster Data and ODS data tables?

    Hi every one,
    I do understand how the Bex flag setting works in relation to reporting like y we set the flag or y we dont set the flag when we do reporting or not on ODS.. My question here is, i dont understand, how the SID tables or the master data tables or ODS tables get effected with this flag. Can some one explain me what kind of changes in the tables takes place with this flag setting and how it is used in the reporting.. How this thing is different with respect to Cube reporting process.. I do understand that ODS doesnt have Dimensions.. so i am just looking for conceptual clarification and any forum links related to clarifying this process at table level which i am looking for... ANy help will be highly appreciated in SDN way..
    regards,
    kishore

    A typical dimension table looks like this
    DIMID
    SID_0COUNTRY
    SID_0EMPLGROUP
    SID_0EMPLOYEE
    SID_0EMPLSGROUP
    SID_0JOB
    SID_0PAYRL_AREA
    SID_0HRPOSITION
    SID_ZWKCONT
    SID_0COUNTRY_ID
    The Fact tables contain a Dim ID (excpet for line item dims), which is used to join to the Dim table.  The Dim table contains SIDs for the chars values in that Dim.  The Dim table is then joined to the SID table, which is then joined to the attribute table.
    For ODS - the /BI0/S***** SID tables have indexes on both the SID and the chars actual value.  ODS queries will join to the SID table using the actual char value.
    Here's the SQL for a typical <b>ODS</b> query that you can see how the ODS table joins to the SID tables:
    <b>SELECT</b>
       T_01 . "SID" "S____206" , T_02 . "SID" "S____066" ,                          
       SUM( T_00 . "FM_AMOUNT2" ) "0FM_AMOUNT2" , COUNT(*) "1ROWCOUNT"              
    <b>FROM</b>
       "/BIC/AZPU_O5200" T_00 , "/BI0/SCURRENCY" T_01 , "/BI0/SVENDOR" T_02 ,       
       "/BI0/SBUS_AREA" T_03 , "/BI0/SCMMT_ITEM" T_04 , "/BI0/SCOSTCENTER" T_05 ,   
       "/BI0/SFISCPER3" T_06 , "/BI0/SFISCYEAR" T_07 , "/BI0/XFUND" T_08 ,          
       "/BI0/SGL_ACCOUNT" T_09 , "/BIC/SZCI_AVCON" T_10                             
    <b>WHERE</b>
    ( T_00 . "CURKEY_TC" = T_01 . "CURRENCY" ) AND
    ( T_00 . "CREDITOR" = T_02 . "VENDOR" ) AND
    ( T_00 . "BUS_AREA" = T_03 . "BUS_AREA" ) AND
    ( T_00 . "CMMT_ITEM" = T_04 . "CMMT_ITEM" AND
      T_00 . "FM_AREA" = T_04 . "FM_AREA" ) AND
    ( T_00 . "COSTCENTER" = T_05 . "COSTCENTER" AND
      T_00 . "CO_AREA" = T_05 . "CO_AREA" ) AND
    ( T_00 . "FISCPER3" = T_06 . "FISCPER3" ) AND
    ( T_00 . "FISCYEAR" = T_07 . "FISCYEAR" AND
      T_00 . "FISCVARNT" = T_07 . "FISCVARNT" ) AND
    ( T_00 . "FUND" = T_08 . "FUND" AND
      T_00 . "FM_AREA" = T_08 . "FM_AREA" ) AND
    ( T_00 . "GL_ACCOUNT" = T_09 . "GL_ACCOUNT" AND
      T_00 . "CHRT_ACCTS" = T_09 . "CHRT_ACCTS" ) AND
    ( T_00 . "/BIC/ZCI_AVCON" = T_10 . "/BIC/ZCI_AVCON" ) AND
      T_08 . "OBJVERS" = 'A' AND
      T_03 . "SID" = 12 AND
      T_00 . "CHRT_ACCTS" = 'COPA' AND
      T_04 . "SID" = 1260 AND
      T_00 . "COMP_CODE" = 'COPA' AND
      T_05 . "SID" = 25093 AND
      T_00 . "CO_AREA" = 'COPA' AND
      T_00 . "FISCPER" <= '2005013' AND
      T_06 . "SID" <= 13 AND
      T_00 . "FISCVARNT" = 'V6' AND
      T_07 . "SID" = 100002005 AND
    ( T_00 . "FM_ACTDETL" = '010' OR T_00 . "FM_ACTDETL" = '110' OR
      T_00 . "FM_ACTDETL" = '160' OR T_00 . "FM_ACTDETL" = '170' ) AND
      T_00 . "FM_AREA" = 'COPA' AND
      T_00 . "FM_STATS" = ' ' AND
      T_00 . "FM_VTYPE" = '70' AND
      T_00 . "FUND" = '1026105000' AND
      T_08 . "S__0FUNDTYPE" = 1 AND
      T_09 . "SID" = 13695 AND
      T_10 . "SID" = 8
    <b>GROUP BY</b>
    T_01 . "SID" ,
    T_02. "SID"#

  • Can the summary report show the actual data in spreadsheet form?

    We have several forms that we are collecting data from and are trying to find an easy way to analyze all of the data. The summary report just shows percentages of who filled out the forms. I would like to see the actual data from the forms.

    The View Responses tab ~ there everything is in table form - you can import into excel etc and analyse from there.

Maybe you are looking for

  • Names of interface tables and interface programs of oracle modules

    Hi all, i need urgent and accurate information about the names of interface tables and interface programs of the following oracle modules,R12, or either ther are custom made. Any accurate link refering to the desire information would be much apprecia

  • How can I use a POJO as a resource

    I'm trying to figure out how I can use a simple class I have written with methods and properties in Sutdio Creator. I have been looking around, but I've only found how to use an EJB directly from Creator. We would like to use a bean that handles all

  • Getting the context from a DataControl

    I have a JavaBean that I have converted into a DataControl. Since the methods on that JavaBean are getters, and don't take parameters, I am wondering if there is any way to get at either the request, the session, or the context from within my DataCon

  • Adobe Professional 8 and Mozilla Firefox form fields

    I have created form fields and comments in Adobe 8 Professional to cover text.  When using Professional 8 to view the document in the Firefox 21.0 the form fields and comments boxes do not show up (they are read only and locked).  When viewing the do

  • Link from an Answers Report

    I have built an Answers report. This report shows Manager Name and weekly sales count like 'Mike Anderson' - '43' I must make this '43' value clickable and when a user clicks on it, it must go to another answers report that displays this 43 sales det