PO Version Log report....Urgent

Hi Experts,
I have to create a PO version log report, which should display old values and  new values for each version of PO.
Values we can get using tables CDHDR and CDPOS but it table CDHDR is not saving version number. Version Number we can get from table EREV.
We can use FM CHANGEDOCUMENT_READ_HEADERS for ObjectID etc which takes values from cdhdr &
CHANGEDOCUMENT_READ_POSITIONS for old and new values whch takes values from cdpos.
But the problem is i am not getting how to match these tables to get exact values.
The code i have written using these FM is giving repeted values. means for each version it is giving same values, which is not right.
code is like ...
LOOP AT it_ekko where revno GE '00000001'.
    ebeln1     = it_ekko-ebeln.
    date_from  = p_chadt-low.
    date_until = p_chadt-high.
    REFRESH it_cdhdr.
    CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'
      EXPORTING
        ARCHIVE_HANDLE                   = 0
        date_of_change                   = date_from
        objectclass                      = 'EINKBELEG'
        objectid                         = ebeln1
        TIME_OF_CHANGE                   = '000000'
        username                         = ' '
        LOCAL_TIME                       = ' '
        date_until                       = date_until
        TIME_UNTIL                       = '235959'
        NOPLUS_ASWILDCARD_INOBJID        = ' '
      TABLES
        i_cdhdr                          = it_cdhdr
     EXCEPTIONS
        no_position_found                = 1
        wrong_access_to_archive          = 2
        time_zone_conversion_error       = 3
        OTHERS                           = 4.
    IF sy-subrc <> 0.
      CONTINUE.
    ENDIF.
    LOOP AT it_cdhdr WHERE username IN p_chaby."
      REFRESH it_cdred.
      CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
        EXPORTING
          ARCHIVE_HANDLE                = 0
          changenumber                  = it_cdhdr-changenr
        TABLES
          EDITPOS                       =
          editpos_with_header           = it_cdred
        EXCEPTIONS
          no_position_found             = 1
          wrong_access_to_archive       = 2
          OTHERS                        = 3
      IF sy-subrc <> 0.
        MESSAGE i001(319) WITH 'No change!'.
      ENDIF.
      LOOP AT it_cdred.
*------get vendor name in final table by passing vendor code.
        CALL FUNCTION 'MC_VENDOR_TEXT_SINGLE_READ'
          EXPORTING
            i_lifnr   = it_ekko-lifnr
          IMPORTING
            e_lifname = it_final-lifnr.
        CALL FUNCTION 'ZHZLMM_REASON_TEXT'
          EXPORTING
            i_rscod         = it_ekko-rscod
          IMPORTING
            E_TEXT          = it_final-rstxt
          EXCEPTIONS
            NOT_FOUND       = 1
            OTHERS          = 2
        IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
*------pass all values to final table to display in ALV
        MOVE-CORRESPONDING it_cdred TO it_final.
        it_final-revno    =  l_erev-revno.
        it_final-werks    =  it_ekko-ekorg.
        it_final-revok    =  it_ekko-revok.
        it_final-ebeln    =  it_ekko-ebeln.
        it_final-ernam    =  it_ekko-ernam.
        it_final-erdat    =  it_ekko-erdat.
        it_final-eruhr    =  it_ekko-eruhr.
       it_final-rscod    =  it_ekko-rscod.
        it_final-netwr    =  it_ekko-netwr.
        it_final-difwr    =  it_ekko-difwr.
        it_final-waers    =  it_ekko-waers.
        it_final-txz01    =  it_ekko-txz01.
        it_final-crnam    =  it_ekko-crnam.
        it_final-fgnam    =  it_ekko-fgnam.
        it_final-fgdat    =  it_ekko-fgdat.
        it_final-fguhr    =  it_ekko-fguhr.
        APPEND it_final.
        CLEAR it_final.
      ENDLOOP.
      CLEAR ebeln1.
    ENDLOOP.
  ENDLOOP.
Please help me as it is very urgent.
Regards,
Nik

Hi Nikhil,
I too need the PO versions information, the old values, new values and which were all the fields changed in every versions.
I need each and every data changed in all versions.
Could you please help me by giving the complete logic or what you have done in your case.
Thanks in Advance.
Regards,
Prabhu

Similar Messages

  • Customizing Audit Log Report - Adding/Removing Columns from Display

    Hi All -
    Has anyone tried adding/removing the columns from Out of Box Auditi Log report with minor customizations to the code/configuration files ? Right now , when the Audit Log report is executed, there are numbe of columns that appear on report (Server, Client IP etc) which are too technical for the client and requirement is remove some of these and add some more for the attributes that we are audit logging through Audit workflow service. If you have done something similar in the past, please provide me with some inputs. Any sample code, examples will be highly appreciated.

    Hello Gurus,
    I also have same kind of requirement.WE have to send a monthly report to customer where number of users created and deleted to be given to them.
    Its urgent.Please help
    Thanks in advance

  • Firefighter log report does not show programs executed under SA38/SE38

    We are on version 400_700 of Compliance Calibrator.  When executing the log report, the report name only shows "RFC".  We are testing SA38 & SE38.  I expected the report to display the program name.  Is there something set up wrong or are my expectations too high?  Thanks!

    Hi Vikki,
    I dont think you can see the programs executed under SA38/SE38.
    The functionality of Virsa Firefighter allows you to see the following log reports:
    Firefight log summary
    Reason/Activity report
    Firefight Transaction usage report
    Invalid Firefight ids/Owners/Control
    Log Report
    SOD conflicts in Firefighter
    Hope this helps.
    Thanks,
    Kiran Kandepalli.

  • Got error id 502 with photoshop cc 2014 mac V.15.2.2 (15.2.2.310)?? latest version install, please urgent.

    got error id 502 with photoshop cc 2014 mac V.15.2.2 (15.2.2.310)?? latest version install, please urgent.??????
    Process:         Adobe Photoshop CC 2014 [851]
    Path:            /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Identifier:      com.adobe.Photoshop
    Version:         15.2.2 (15.2.2.310)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [146]
    Responsible:     Adobe Photoshop CC 2014 [851]
    User ID:         502
    Date/Time:       2015-02-06 10:27:25.031 +0400
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  817D6DB9-94A0-9F64-CA93-F771A1C7B832
    Crashed Thread:  0 Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000001a0
    VM Regions Near 0x1a0:
    -->
    __TEXT                 0000000104662000-0000000108f3f000 [ 72.9M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014

    got error id 502 with photoshop cc 2014 mac V.15.2.2 (15.2.2.310)?? latest version install, please urgent.??????
    Process:         Adobe Photoshop CC 2014 [851]
    Path:            /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Identifier:      com.adobe.Photoshop
    Version:         15.2.2 (15.2.2.310)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [146]
    Responsible:     Adobe Photoshop CC 2014 [851]
    User ID:         502
    Date/Time:       2015-02-06 10:27:25.031 +0400
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  817D6DB9-94A0-9F64-CA93-F771A1C7B832
    Crashed Thread:  0 Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000001a0
    VM Regions Near 0x1a0:
    -->
    __TEXT                 0000000104662000-0000000108f3f000 [ 72.9M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014

  • Invalid FF Log Report

    Hi All,
    Recently all GRC projects which are using GRC 10 and GRC 10.1 versions have a common issue called "Invalid FF Log Reports"
    I browsed through a lot of discussions in SCN and lot of SAP notes as well, but don't have correct information on
    why this is happening and how to fix this issue.
    Few things as per my understanding:
    1. If Firefighter Log synch and FF Workflow synch both are running together though parameter 4007 set as "YES"
    Apart from this are there any reasons why the workflows shows Invalid FF log report? Please suggest
    SAP Suggestions to fix this issue: I gathered these options to try but wanted advise from users who have used these options and did they work?
    1.  As per note 1781142, SAP suggest to cancel those log review workflows with "Invalid FF Log report"
    2.  Need to identify the workflow with Invalid FF log report generated for which FF session using " 2122027 - How to identify the workflow generated for a given FFID session?"
    and then Execute program "GRAC_EAM_ERROR_LOG_WORKFLOW" to clean-up all cases where Invalid FF Log Report got generated.
    This program comes as part of SAP Note "1930562 - Workflow got generated with empty logs due to inconsistency"
    3. SAP Note 1934127 -  1934127 - GRC10 EAM: EAM recovery program to retrieve missing log and to generate the missing workflows
    This program GRAC_EAM_LOG_SYNC_TIMEBASED has anyone used it?
    Actually if the program GRAC_EAM_ERROR_LOG_WORKFLOW clean-up all the workflows with Invalid FF log report then I want to run this program
    to re-send workflows to controllers again. But during execution of this program what are the options to be selected in order to run this
    program only for those workflows failed with Invalid FF log report?
    ~ Madan

    Hi Madan,
    please check thread http://scn.sap.com/thread/3583971
    At the end, there is a short handling document for GRAC_EAM_LOG_SYNC_TIMEBASED.
    BR
    Melanie

  • More issues with 5.2.0.26.3 - wrong version number reported?

    Fresh build, patched to 5.2.0.26.2 no problem.
    Then, patch the box to 5.2.0.26.3:
    exc2-acs-1402/admin# acs patch install 5-2-0-26-3.tar.gpg repository networktools-patch
    Installing ACS patch requires a restart of ACS services. Continue?  (yes/no) yes
    Stopping ACS.
    Stopping Management and View.......................
    Stopping Runtime......
    Stopping Database....
    Cleanup.....
    Stopping log forwarding .....
    Installing patch version '5.2.0.26.3'
    About to install files
    Removing old war
    Removing old war
    Removing old war
    /opt/CSCOacs/patches/5-2-0-26-3
    Patch '5-2-0-26-3' version '5.2.0.26.3' successfully installed
    Starting ACS ....
    To verify that ACS processes are running, use the
    'show application status acs' command.
    exc2-acs-1402/admin# show application status acs
    ACS role: PRIMARY
    Process 'database'                  running
    Process 'management'                running
    Process 'runtime'                   running
    Process 'view-database'             running
    Process 'view-jobmanager'           running
    Process 'view-alertmanager'         running
    Process 'view-collector'            running
    Process 'view-logprocessor'         running
    Reload, have a look at show version:
    exc2-acs-1402/admin# show version
    Cisco Application Deployment Engine OS Release: 1.2
    ADE-OS Build Version: 1.2.0.182
    ADE-OS System Architecture: i386
    Copyright (c) 2005-2009 by Cisco Systems, Inc.
    All rights reserved.
    Hostname: exc2-acs-1402
    Version information of installed applications
    Cisco ACS VERSION INFORMATION
    Version : 5.2.0.26.2
    Internal Build ID : B.3075
    Patches :
    5-2-0-26-3
    5-2-0-26-2
    Have a look at the version number - patch successful but version shows 5.2.0.26.2?
    Thanks
    Rob

    It shows that patch 3 is installed, but as you point out, the version is reported as 5.2.0.26.2
    What does the GUI show?
    It may be a cosmetic big, you should open a TAC case so we can confirm.

  • I cant see 'audit log report' link in my Site Collection Administration

    Hi i am configuring my sharepoint 2013, i want to use the audit feature, so i follow the steps
    View audit log reports
    To view an audit log report:
    On the Settings menu, click Site settings.
    Note    The Site Collection Administration section will not be available if you do not have the necessary permissions, such as by being a member of the default Site Collections Administrators group.
    In the Site Collection Administration section, select
    Audit log reports.
    but i cant see  Audit log reports at all!!!!!!
    any help is much appreiated!
    My server is windows server 2012 and i am not using sharepoint foundation version.

    i follow the steps in you website, that is the same website i referenced.
    it ask me to :
    On the Settings menu, click Site settings.
    In the Site Collection Administration section, select
    Audit log reports.
    but the question is that i can NOT find this 'Audit log reports' link to select , the question is not i can not open the file.
    the items in my Site Collection Administration is:
    Site Collection Administration 
    Recycle bin 
    Site collection features 
    Site hierarchy 
    Site collection audit settings 
    Portal site connection 
    Site collection app permissions 
    Storage Metrics 
    Help settings 
    HTML Field Security 
    SharePoint Designer Settings
    there is no 'Audit log reports'  link!

  • I need the Log Report for the Data which i am uploading from SAP R/3.

    Hi All,
    I am BI 7.0 Platform with Support Patch 20.
    I need the Log Report for the Data which i am uploading from SAP R/3.
    I extract the DATA from R/3 into BI 7.0 DSO where I am mapping the GL Accounts with the FS Item.   In the Transformation i have return a routine on the FS Item InfObject . I am checking the Gl code into Z table for the FS Item .
    I capture the FS item from the Z table then update this FS item to Infobject FS item.
    Now i  need to stop the Data upload if i do not find the GL code in the Z table, and generate report for all GL code for which the FS item is not maintained in the Z table.
    Please suggest.
    Regards
    nilesh

    Hi.
    Add a field that you will use to identify if the GL account of the record was found in the Z table or not. Fx, create ZFOUND with length 1 and no text.
    In your routine, when you do the lookup, populate ZFOUND with X when you found a match (sy-subrc = 0) and leave it blank if you don't find a match. Now create a report filtering on ZFOUND = <blank> and output the GL accounts. Those will be the ones not existing in the Z table, but coming in from your transactions.
    Regards
    Jacob

  • Audit Log Report not display and error is "Report Contents No data"

    Dear All,
    i have reuired the audit log report but when i am click the Site Action->Site Setting->Audit log reports->Run a custom report-> select the day and option and click ok the i have received the error
    Please help me please check below screen shot

    Can you please confirm that you have configured events to audit?
    Configure
    audit settings for a site collection
    Here is step by step how to configure audit setting.
    http://anthony-verschraegen.blogspot.ca/2013/04/sharepoint-2013-configuring-audit.html
    Amit

  • Every mavericks user, except 13" late rMBP, do you have "kernel usb keyboard" log report issue on your console, check it out please

    hi everyone, we are the owners of the late 2013 retina macbook pro, with this keyboard and trackpad issue.
    please help us by looking at your console for this log report:
    08/11/13 00:49:01,000 kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 5 of Hub at 0x14000000) may have caused a wake by issuing a remote wakeup (2)
    we are really curious whether it is only happening on our 13" rMBP or is it happening on everyone's mac with mavericks.
    especially we would like to know whether this report is also on 2013's mac. MacBook Pro Retina 15" late 2013 Haswell, iMac Haswell, MacBook Air Haswell.
    Thanks for your help, really appreciate all your reports!
    please help us so that we could try track it down whether the issue is hardware or software related.

    Yes, after the EFI update I'm seeing over 4,000 of these error messages.
    12/16/13 1:08:32.000 PM kernel[0]: The USB device Apple Internal Keyboard /Trackpad (Port 5 of Hub at 0x14000000) may have caused a wake by issuing a remote wakeup (2)
    This happens everytime I touch the keyboard or trackpad. I believe this should not be a normal ocurrence performing such a NORMAL and Essential task as using the imbedded peripherals to operate a machine.
    I contacted Apple Support and spoke with a Senior Advisor for troubleshooting. I was instructed to send capture data to apple showing the console errors in their entirety.
    From my impressions speaking with Apple today, this is not a normal error and a exchange might be offered, but I'm afraid that will not remedy the issue. This being a chronic and widespread issue with OSX Mavericks and late rMBP Haswell models.

  • Issue with Audit Log report in SharePoint 2010

    I have enabled REPORTING feature at site collection level and configured the site collection audit settings. I tried to generated Audit log reports, most of the time it keeps on processing as shown in fig.It
    keeps on processing, never comes to report generated successful message. how to overcome this issue?

    i'm facing same issue, even when i tried to generate report for limited limited period(5 days) for a particular event(ex: delete or restore items (or) edit items).
    I think, the below reference may guide you solve your issue
    http://sharepoint.stackexchange.com/questions/17151/how-often-should-the-auditing-log-be-cleared-to-not-affect-performance
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • SLG1 logging report : print error says 'This object is not documented'

    Hi,
    I run the logging report (SLG1) and selected one of the line items from the
    list, then I pressed F6 (button with the spectacles) to view the
    technical information. This was presented, but when I try to print this
    information I get the message 'This object is not documented'.
    Do anyone know wht this error is displayed? How do I correct it so that I can print the info required.
    Regards,
    Vijaya

    Hi,
    This is might be because of some user settings in the SAP with print parameters.
    As of now if you want to do the below operation, you can by pass the error message available in the function module and take the print out.
    In the function module DOCU_PRINT, error is avialable at line no. 318,
    message i775(sd) with text-310.
    Regards,
    Santhosh

  • An error occurred during local report processing.The definition of the report '' is invalid.The definition of this report is not valid or supported by this version of Reporting Services. he report definition may have been created with a later version of R

    Hi,
    I am trying to create rdlc file programmatically. Using Memory Table as dataset. Here is my code
    ' For each field in the resultset, add the name to an array listDim m_fields AsArrayList
      m_fields = NewArrayList()
      Dim i AsIntegerFor i = 0 To tbdataset.Tables(0).Columns.Count - 1
          m_fields.Add(tbdataset.Tables(0).Columns(i).ColumnName.ToString)
      Next i
      'Create Report 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' Open a new RDL file stream for writingDim stream AsFileStream
      stream = File.OpenWrite("D:\MyTestReport2.rdlc")
      Dim writer AsNewXmlTextWriter(stream, Encoding.UTF8)
      ' Causes child elements to be indented
      writer.Formatting = Formatting.Indented
      ' Report element
      writer.WriteProcessingInstruction("xml", "version=""1.0"" encoding=""utf-8""")
      writer.WriteStartElement("Report")
      writer.WriteAttributeString("xmlns", Nothing, "http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition")
      writer.WriteAttributeString("xmlns:rd", "http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")
      writer.WriteStartElement("ReportSections")
      writer.WriteStartElement("ReportSection")
      writer.WriteElementString("Width", "11in")
      writer.WriteStartElement("Body")
      writer.WriteElementString("Height", "5in")
      writer.WriteStartElement("ReportItems")
      writer.WriteStartElement("Tablix")
      writer.WriteAttributeString("Name", Nothing, "Tablix1")
      writer.WriteElementString("Top", ".5in")
      writer.WriteElementString("Left", ".5in")
      writer.WriteElementString("Height", ".5in")
      writer.WriteElementString("Width", (m_fields.Count * 1.5).ToString() + "in")
      writer.WriteStartElement("TablixBody")
      ' Tablix Columns
      writer.WriteStartElement("TablixColumns")
      ForEach fieldName In m_fields
          writer.WriteStartElement("TablixColumn")
          writer.WriteElementString("Width", "1.5in")
          writer.WriteEndElement() ' TableColumnNext fieldName
      writer.WriteEndElement() ' TablixColumns' Header Row
      writer.WriteStartElement("TablixRows")
      writer.WriteStartElement("TablixRow")
      writer.WriteElementString("Height", ".25in")
      writer.WriteStartElement("TablixCells")
      ForEach fieldName In m_fields
          writer.WriteStartElement("TablixCell")
          writer.WriteStartElement("CellContents")
          writer.WriteStartElement("Textbox")
          writer.WriteAttributeString("Name", Nothing, "Header" + fieldName)
          ' writer.WriteAttributeString("CanGrow",  True)' writer.WriteAttributeString("Keeptogether", True)
          writer.WriteStartElement("Paragraphs")
          writer.WriteStartElement("Paragraph")
          writer.WriteStartElement("TextRuns")
          writer.WriteStartElement("TextRun")
          writer.WriteElementString("Value", fieldName)
          writer.WriteStartElement("Style")
          writer.WriteElementString("TextDecoration", "Underline")
          writer.WriteElementString("PaddingTop", "0in")
          writer.WriteElementString("PaddingLeft", "0in")
          writer.WriteElementString("LineHeight", ".5in")
          ''writer.WriteElementString("Width", "1.5in")''writer.WriteElementString("Value", fieldName)
          writer.WriteEndElement() ' Style
          writer.WriteEndElement() ' TextRun
          writer.WriteEndElement() ' TextRuns
          writer.WriteEndElement() ' Paragraph
          writer.WriteEndElement() ' Paragraphs
          writer.WriteEndElement() ' TexBox
          writer.WriteEndElement() ' CellContents
          writer.WriteEndElement() ' TablixCellNext
      writer.WriteEndElement() ' TablixCells
      writer.WriteEndElement() ' TablixRow'writer.WriteEndElement() ' TablixRows          Do not close Rows tag here colse it after details'End of Headers'Details Rows'writer.WriteStartElement("TablixRows")         Since Rows tag in header is not closed not need to open fresh tag
      writer.WriteStartElement("TablixRow")
      writer.WriteElementString("Height", ".25in")
      writer.WriteStartElement("TablixCells")
      ForEach fieldName In m_fields
          writer.WriteStartElement("TablixCell")
          writer.WriteStartElement("CellContents")
          writer.WriteStartElement("Textbox")
          writer.WriteAttributeString("Name", Nothing, fieldName)
          '  writer.WriteAttributeString("CanGrow", True)'  writer.WriteAttributeString("Keeptogether", True)
          writer.WriteStartElement("Paragraphs")
          writer.WriteStartElement("Paragraph")
          writer.WriteStartElement("TextRuns")
          writer.WriteStartElement("TextRun")
          'writer.WriteElementString("Value", fieldName)
          writer.WriteElementString("Value", "=Fields!" + fieldName + ".Value")
          writer.WriteStartElement("Style")
          writer.WriteElementString("TextDecoration", "Underline")
          writer.WriteElementString("PaddingTop", "0in")
          writer.WriteElementString("PaddingLeft", "0in")
          writer.WriteElementString("LineHeight", ".5in")
          ''writer.WriteElementString("Width", "1.5in")''writer.WriteElementString("Value", fieldName)
          writer.WriteEndElement() ' Style
          writer.WriteEndElement() ' TextRun
          writer.WriteEndElement() ' TextRuns
          writer.WriteEndElement() ' Paragraph
          writer.WriteEndElement() ' Paragraphs
          writer.WriteEndElement() ' TexBox
          writer.WriteEndElement() ' CellContents
          writer.WriteEndElement() ' TablixCellNext
      writer.WriteEndElement() ' TablixCells
      writer.WriteEndElement() ' TablixRow
      writer.WriteEndElement() ' TablixRows'End of Details Rows
      writer.WriteEndElement() ' TablixBody
      writer.WriteStartElement("TablixRowHierarchy")
      writer.WriteStartElement("TablixMembers")
      writer.WriteStartElement("TablixMember")
      ' Group
      writer.WriteElementString("KeepWithGroup", "After")
      writer.WriteEndElement() ' TablixMember' Detail Group
      writer.WriteStartElement("TablixMember")
      writer.WriteStartElement("Group")
      writer.WriteAttributeString("Name", Nothing, "Details")
      writer.WriteEndElement() ' Group
      writer.WriteEndElement() ' TablixMember
      writer.WriteEndElement() ' TablixMembers
      writer.WriteEndElement() ' TablixRowHierarchy
      writer.WriteStartElement("TablixColumnHierarchy")
      writer.WriteStartElement("TablixMembers")
      'writer.WriteStartElement("TablixMember")ForEach fieldName In m_fields
          writer.WriteStartElement("TablixMember")
          writer.WriteEndElement() ' TablixMemberNext' writer.WriteEndElement() ' TablixMember
      writer.WriteEndElement() ' TablixMembers
      writer.WriteEndElement() ' TablixColumnHierarchy
      writer.WriteElementString("DataSetName", "tbdataset")
      writer.WriteEndElement() ' Tablix
      writer.WriteEndElement() ' ReportItems
      writer.WriteEndElement() ' Body
      writer.WriteStartElement("Page")
      ' Page Header Element
      writer.WriteStartElement("PageHeader")
      writer.WriteElementString("Height", "1.40cm")
      writer.WriteStartElement("ReportItems")
      writer.WriteStartElement("Textbox")
      writer.WriteAttributeString("Name", Nothing, "Textbox1")
      writer.WriteStartElement("Paragraphs")
      writer.WriteStartElement("Paragraph")
      writer.WriteStartElement("TextRuns")
      writer.WriteStartElement("TextRun")
      writer.WriteElementString("Value", Nothing, "ABC CHS.")
      writer.WriteEndElement() ' TextRun
      writer.WriteEndElement() ' TextRuns
      writer.WriteEndElement() ' Paragraph
      writer.WriteEndElement() ' Paragraphs
      writer.WriteEndElement() ' TextBox
      writer.WriteEndElement() ' ReportItems
      writer.WriteEndElement() ' PageHeader
      writer.WriteEndElement() ' Page
      writer.WriteEndElement() ' ReportSection
      writer.WriteEndElement() ' ReportSections' DataSources
      writer.WriteStartElement("DataSources")
      writer.WriteStartElement("DataSource")
      writer.WriteAttributeString("Name", Nothing, "tbdata")
      writer.WriteStartElement("DataSourceReference")
      writer.WriteEndElement() ' DataSourceReference
      writer.WriteEndElement() ' DataSource
      writer.WriteEndElement() ' DataSources'DataSet
      writer.WriteStartElement("DataSets")
      writer.WriteStartElement("DataSet")
      writer.WriteAttributeString("Name", Nothing, "tbdataset")
      writer.WriteStartElement("Query")
      writer.WriteElementString("DataSourceName", Nothing, "tbdata")
      'writer.WriteElementString("CommandText", Nothing, "/* Local Query */")
      writer.WriteElementString("CommandText", Nothing, "TableDirect")
      writer.WriteEndElement() ' Query'Fields
      writer.WriteStartElement("Fields")
      ForEach fieldName In m_fields
          writer.WriteStartElement("Field")
          writer.WriteAttributeString("Name", Nothing, fieldName)
          writer.WriteElementString("DataField", fieldName)
          writer.WriteElementString("rd:TypeName", fieldName.GetType.ToString)
          writer.WriteEndElement() ' FieldNext
      writer.WriteEndElement() ' Fields' rd datasetinfo
      writer.WriteEndElement() ' DataSet
      writer.WriteEndElement() ' DataSets
      writer.WriteEndElement() ' Report' Flush the writer and close the stream
      writer.Flush()
      stream.Close()
      'Convert to StreamDim myByteArray AsByte() = System.Text.Encoding.UTF8.GetBytes("D:\MyTestReport2.rdlc")
      Dim ms AsNewMemoryStream(myByteArray)
      'Supply Stream to ReportViewer
      ReportViewer1.LocalReport.LoadReportDefinition(ms)
      ReportViewer1.LocalReport.Refresh()When I open rdlc in designer I get following error"Data at the root level is invalid."When I run the aspx I get following error
    An error occurred during local report processing.
    The definition of the report '' is invalid.
    The definition of this report is not valid or supported by this version of Reporting Services.
    The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas.
    Details: Data at the root level is invalid. Line 1, position 1.
    Can anybody guide me?

    Hi Wendy Fu,
    Thanks for your feed back. I could see Microsoft.ReportViewer.ProcessingObjectModel.dll to add as reference to my project. Actually I can open generated rdlc in designer, at run time I get error. I could not make out where is the exact mistake out of three
    options flashed.
    The definition of this report is not valid or supported by this version of Reporting Services.
    The report definition may have been created with a later version of Reporting Services
    or contain content that is not well-formed or not valid based on Reporting Services schemas
    Details: Data at the root level is invalid
    My web config has following references
    <add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
    <add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
    May be I have to change these versions to 9 or 10.
    First I will try adding Microsoft.ReportViewer.ProcessingObjectModel.dll .
    Once thanks for your reply.
    Races

  • SPM Reporting - Log reports display on front end

    Hi,
    We have implemented GRC 5.3 and have an issue on the SPM reporting through the front end.
    We have done config in dev and have the following jobs running in the background every 1 hour:
    1. /VIRSA/ZVFATBAK
    2. /VIRSA/ZVFAT_LOG_REPORT
    3. /VIRSA/ZVFAT_V01
    4. /VIRSA/ZVFAT_V03
    The log on the back-end displays all activity of FF user, but when going to the front end I seem not to get any reports to display.
    We have created the connectors via the config page, but when trying to drill through the selection criteria we found that the FF user does not come up as a selection variable. We see the system defined though.
    Any suggestions how to get the reporting to display on the front-end?
    Kind Regards, Melvin

    Santosh,
    You should only need the /virsa/zvfatbak job running in the background. However, if the emails are not triggered for the log reports, you may wish to schedule the /virsa/zvfat_log_report program to run after completion of /virsa/zvfatbak as that is the program which actually sends the notifications.
    Regarding the RFC user, check the authorisations held in the Firefighter Administrator role as those will not be too far away!
    Simon

  • Daily Logging Report

    Oracle Apps 11i
    Database : 9i
    can i get users logging report to a specific responsibility / apps on daily basis
    i have this query can anyone correct if i am wrong or is there any other way -
    select b.user_id,user_name, a.description,first_connect, last_connect,r.RESPONSIBILITY_name
    from fnd_user a, icx_sessions b, fnd_responsibility_vl r
    where a.user_id = b.user_id
    and r.RESPONSIBILITY_ID = b.RESPONSIBILITY_ID
    ------and a.user_name like '%abc%'
    and r.RESPONSIBILITY_name like '%In%Lo%Pur%'
    and b.last_connect >= sysdate
    order by first_connect
    Regards,

    Hi,
    You can run "Signon Audit Users", "Signon Audit Responsibilities" concurrent programs to get these details.
    If you want to get the same from the backend, please refer to:
    Note: 295206.1 - How to Count Total Number of Users Connected to ORACLE Application
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=295206.1
    USERS CONNECTED
    Re: USERS CONNECTED
    Number of users logged in last two months
    Number of users logged in last two months
    Regards,
    Hussein

Maybe you are looking for

  • How to send my report through e-mail

    Hello to All i am generating a report in report 2.5 what i want in place of sending report to printer or screen i want to send reports output through email either in html or pdf format. please send me the solution for the same. thanks. null

  • Websites keep asking to add flash player???

    Almost every time I visit a website I get the message that 'This website would like to install adobe flash player'. I have clicked to allow on several websites and download the latest version of flash player from the adobe site, but I am still gettin

  • Changing a Budget after release in ECM - Urgent!

    After a budget has been created and released in ECM can you add new Budget Units? For example,  if a few days after we release the budget we need to move some people into a new Org Unit.  Right now we've noticed that if the Org Unit wasn't around whe

  • JHeadStart Application with Webcenter Portal

    Hi All, how to integrate JHeadstart application with web center portal. Can you please help me in this task. Is it possible ...???

  • Collective delivery

    I have two sales orders same shipping point, same delivery date and same customer... I delivered them, done PGI when i go to VL02n and then document flow, it showing PGI completed, and pickng request completed, but delivery and sales order is like...