DSN report type

I want to get the report type of a DSN message if it is delivered or failed receipt.
There is internet header called "Action" it gives that information. getHeader("Action") returns "delivered", "failed"....
But to reach this header I have to open message to get MultipartReport than I have to get DeliveryStatus. I managed to get this header bu calling
deliveryStatus.getRecipientDSN();Is it the only way to get difference between dsn types. Actually I have to differentiate without openning the message, is it possible by using fetching or by using another header.

Thank you for your answer...
Actually I need type of the message (if its a message or report also the type of report delivery receipt, read receipt, delivery failure...) It seems that it is possible when i open the message. So i tried to keep message type in the message (by using a custom header). By doing that after first opening, the type will be defined and i can reach without opening the message.
But I got an exception IMAP message is read-only....
How can i keep message type in message or how can i modify an existing message.
Message was edited by:
messagecount

Similar Messages

  • Index Error While creating a new reporting type application.

    Hi,
    I'm trying to create a new application of reporting type with finance as the selection.After I make the selection and go the the next steps for completion, there is this error message coming up.
    " Index  was out of range. Must be non negative and less than the size of the collection. Paramater  name :Index"
    Any help is highly appreciated.
    Thanks,
    Veeru

    Hi,
    Could you please check if an application has 'Journal' in use in your
    application set. If so, it might be the cause of the issue.
    To solve the problem, please follow the steps:
    1. In tblapp, anything that had a '1' for Journal was changed to '0'
    2. Deletion of all tables that began with JRN
    3. Modify Application>Added dimensions, and chose 'Reassign SQL Index'
    and 'Process Application'
    Best regards,
    Mihaela

  • Report Type for pdf and Excel

    I have following code to generate the report for pdf format.
    I would like to let users to choose report type 'pdf' or 'excel'
    I need pass the user select from user interface to <cfreport format= "PDF" or "Excel".
    Can you please advise how I can pass the user select Report Type from lsReportType to my cfReport?
    Your help and information is great appreciated,
    Regards,
    Iccsi
    <cfstoredproc procedure="spGetReportType">
       <cfprocresult name="rsReportType" resultset="1">
    </cfstoredproc>
    <cfreport format = "PDF" template= "MyReport.cfr" query="#myQuery#">
       </cfreport>
    <td><select width="50" name="lstReportType" id="lstReportType">
          <cfoutput query="rsReportType">
             <option value="#rsReportType.ReportTypeID#" <cfif (isDefined("form.ReportTypeID") AND form.ReportTypeID EQ rsReportType.ReportTypeID)>selected="selected"</cfif>>#rsReportType.ReportType#</option>
           </cfoutput>
         </select></td>

    Change format="PDF" to format="#VariableName#" where VariableName contains the text "PDF" or "Excel".

  • Creating tabs for a single SQL report type region

    I would like to find a way to use tabs in a single SQL report type region. The problem I have is that there are too many columns to be displayed so the report looks very cluttered. I would like to find a way to assign say columns 1 - 5 to tab 1, 6-10 to tab 2 etc so the user can find the columns they need by simply clicking on the various tabs without having to execute the query again.
    I have looked at JQuery tabs but that seems to only be applicable to more or less unrelated regions. I tried to create different regions using the same query with different columns and that kind of works, but the regions don't stay in sync if say the user change the order for column 2 in tab 1, when they click on tab 2 everything displays in a different order.
    Another wrinkle is that this is an updatable report so some of the columns are updatable.
    I also looked at the hide / display column solution which is described in a few threads and that may also sort of work, but it is also not quite what I am looking for.
    Any help is greatly appreciated

    Does anybody know if this can be accomplished using APEX? What I am really looking for is very similar to an old fashioned client / server screen developed using say Oracle Forms. Consider an order line screen where say columns line number, SKU and SKU description is to the left of the tabs so these columns are visible no matter which tab is active. Then the first tab has say pricing information including UOM, quantity, list price, unit selling price, price list. The next tab has say customer information including customer number, name, bill to and ship to addresses. the next tab has say shipping information with say the warehouse, shipping instructions and shipping method.

  • Adding ztotals table in report painter for transaction FGI3 in report type

    Hello All,
    I have zprograms in report painter for trasaction FGI3. For my reports i have to add Ztables..In the transaction FGI3 there is report type  020. Here they maintain the Zreports.
    Can you hellp me out in adding the totals table.
    Thanks

    Hi,
    Transaction FSi2 takes you there.
    Alex-

  • How to stop the "minority report" type of personalized ads triggered by one's google search and appearing in the firefox browser?

    Please advise how to stop the "minority report" type of personalized advertising apparently triggered by one's google search and appearing in the firefox browser.
    == This happened ==
    Every time Firefox opened
    == a few months ago

    If another uses the computer with their own user account, everything
    is kept separate in each users folder. Only if someone used your account
    would that be an issue.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • What is the best way to produce different report types out of the same SSRS Report

    So I have a request to produce different report types based on a "Line Of Business" Parameter that is provided. I know that SSRS sometimes struggles with gathering the Metadata based on IF Statements.
    What is the best way to provide multiple different report types with different data based on the "Line Of Business" Parameter that is provided? Can I simply do this via the SQL Stored Procedure? And how so that the Metadata is collected correctly?
    Just don't know what the generally accepted business principle is on this and how to go about doing it.
    Thanks in advance for your review and am hopeful for a reply.

    Hi ITBobbyP,
    Per my understanding that you have create an parameter (Line Of Businiess) to get diffetent types of report, I would like to confirm with you want do you mean about the different report types?
    Is that mean you have table and one column named Report type, you want to filtered on this column? Or the report type you mean is like Parameterized reports,Linked reports,Snapshot reports,Subreports and so on.
    If want you want is through the selection of the parameter to change the report type(Parameterized reports,Linked reports,Snapshot reports,Subreports ..),currently it is impossible to acheive this.
    If you still have any problem, please try to provide more details information about your reqirements, the sampe data in the table, the report structure you have designed and so on.
    Any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Setting html output report type.

    Hi,
    I want to have my own title in a html output report type. Does anyone know how to set the title in a blue window line? Now it seems that BI Publisher puts the title in a somehow arbitrary way and I cannot control what it places there.
    Thanks,
    Dmitri.

    This might help:
    http://www.neophoto.com/uploaded_html/template_writers_guide/x143.html
    Thanks, Naveen.

  • Why does UCCX Historical Reports only have three report types?

    UCCX 8.0.2
    Suddenly we only have three report types.
    Application Performance Analysis
    Detailed Call by Call CCDR
    Traffic Analysis
    Yesterday, the numbers of reports possible were in the twenties.
    All services are "In Service"
    No configuration changes have been made to any supervisors.
    Anyone know why the other reports would go away?

    Hi
    The reports you see listed are nothing to do with the server really. They are templates made up of an XML file and some .rpt files in the templates subdir of the HRC installation directory.
    If you don't see them, it sounds to me like the xml files have been deleted or corrupted. The easy way to fix would be to reinstall HRC.
    Regards
    Aaron

  • Problem creating T-Code for report(type Form-report)

    Hi all,
    Can T-Code be created for reports which are of type'form report '.
    Here is the problem in detail :-
    I have to use transaction 'CJE3' where four reports got created.These reports are  of type 'form report'.Currently I am not able to create the transaction for the reports in se93 transaction.
    Please advice on how I can create T-Code for these reports.
    Regards,
    Anirban

    Hi Dutta ,
    this report is created by Report painter for this Reports if u want to create tcode please follow the steps.
    se93 ---> take option parameter transaction .
    1.default valuse for transcation is START_REPORT
    2.skip initial Scree =  kich this one
    3.screen = 0.
    4.kich all GUI check boxes
    5.last one , u have to entry values like this
    D_SREPOVARI-REPORTTYPE =  report Type
    D_SREPOVARI-REPORT     = name of the report in the bottom scree.
    Regards
    Prabhu

  • GRC AC 10 (BRM) Risk Analysis Report type is editable

    Hi,
    In  GRC10 – BRM  Risk analysis at “Action Level”, “Permission Level”, “Critical Action”, “Critical Permission” and “Critical Role/Profile” is editable.
    When i start to create a role in the Risk Analysis step, Permission Level is always selected .Selection is fine as this is configured this way (Parameter in SPRO 1023 -Default Report Type for Risk Analysis).  But exist the option to deselect "Permission Level". 
    As you can Permission level is always selected and not editable?
    Regards

    Hi,
    I guess Cristian mentions attached BRM screen. I have same issue; how to change default values of report type in BRM like parameter 1023 changes in access request.
    Also, if we change default value of check box, Cristian can set non-editable fields through SE80.

  • Own report type (RRI) is not visible in Ta. RSBBS

    Hallo all,
    when I try to implement the BAdI RS_BBS_BADI in the ERP target system according to help http://help.sap.com/saphelp_nw70/helpdata/en/45/e6caeadaf96976e10000000a1553f6/frameset.htm , the then created "Own report type" isn't shown in the appropriate drop down box in BW Ta. RSBBS . We want to realize with it a RRI to SAP-GUI via method IF_RS_BBS_BADI_HANDLER~CALL_SAPGUI under BW 7.3.
    I wonder if the implemtation of inteface IF_RS_BBS_BADI_HANDLER has to be replicated from ERP to BW?
    Any hints are welcome!
    Best regards, Martin

    Hi. I tried it, but it did not help. :(
    It is strange. Before I had the error in log:
    Unable to rename '/appl/ucm_cluster/server/weblayout/resources/schema.work' to '/appl/ucm_cluster/server/weblayout/resources/schema' while publishing schema.
    When I looked into the 'schema' dir there was old doctypes in js file
    In 'shcema.work' which was supposed to be renamed to 'schema' there was my correct document type in js file.
    Now in /server/weblayout/resources/schema/views/doctypes/all.js file there is only my correct document type but i still have in gui the old wrong doctypes! :(

  • Paasing dynamic parameter to Run reports type of form function

    Hi,
    I want to create form function "XXFORMFUNCTION"which can be invoked as a concurrent program in SRS window. So that the click of button, I will call form function "XXFORMFUNCTION", and it will invoke a concurrent program.
    To do this, I have created form fucntion of "Run reports" type and passed parameters as
    CONCURRENT_PROGRAM_NAME = 'FNDACTIVEUSER' PROGRAM_SHORT_NAME = 'FND'.
    But my requirement is to pass this CONCURRENT_PROGRAM_NAME as a parameter. In above case I have hard coded it.
    I want something like this
    CONCURRENT_PROGRAM_NAME = &prg PROGRAM_SHORT_NAME =&appl
    I will pass &prg and &appl as a parameter to form function from OAF form..
    How to achieve this?
    Regards,
    Parag

    I was able to get a Page item set to the value I want to use in my tabular form.
    I created a Page Item 'P1358_HOLD_ATTENDANCE_CODE' and I can see it getting set to the correct value.
    I tried to create another TRUE condition in my Dynamic Action to set the tab form select list item (f03), but it's not working.
    here is what I tried:
    var row = $x_UpTill(this.triggeringElement, 'TR');
    var otherElement = $('input[name="f03"]', row)[0];
    otherElement.value = $x('P1358_HOLD_ATTENDANCE_CODE').value;

  • Index out of range when trying to create a new dimension (reporting type)

    I just created all my dimensions/characteristics, created 2 cubes/infocubes (rate & ownership) in my new appset called 'CONSOLIDATION' and I can't seem to create a 'reporting type cube'.
    When I try to create a cube called TEST or CONSO... (generic, finance or conso) it says 'index as out of range. Must be non negative & less than the size of the collection. Parameter name : index'. The message pops up immediately, before I can even try to choose dimensions.
    Anybody who has a clue, I look forward to suggestions.
    Regards
    Nico

    Hi Sorin,
    Thanks for the reply. If I understand correctly, then in my application set, I cannot create any non-reporting type application? As we have deleted the 'Rate' application which was delivered along with APSHELL. Is there any way out to overcome this as from your reply, it seems not possible as the system needs a reference application belonging to the same application type.
    Many Thanks for your reply.
    Santosh

  • Report Type Configuration

    Hi,
    I would like to configure report type to show
    Defect Code
    Cause
    and No of defect
    However, It is not showing the correct format in my Defect Recording View. I have choose the following in the Confirmation Profile:
    Defect Type               Optional
    Defect Description     Optional
    Cause                        Optional
    The I just choose the standard QM000001 as the profile. The Report is showing just like report type 00000010
    Please help.
    Thanks,
    Raymond

    Defect Code
    Cause
    and No of defect
    In defining the confirmation profile  make a copy of 0010
    & make 
    Defect type
    Description
    Cause
    Cause text
    as optinal
    Regards
    Sujit

Maybe you are looking for

  • I'm trying to update my 4s to ios 7 but it is not working. I only have ios 5, is that bad?

    I have ios 5, and have been trying to update to ios 7 but a message pops up saying it is unsuccessful. Do I need iOS 6 first? Why isnt it working?

  • Background worker doesn't refresh datagrid

    I have a simple datagrid and a progressbar as user controls and what I am trying to achive is to load my Customer object and show the progress with a progressbar. Progressbar works and displays remaning percentage but Datagrid isnt refresing everytim

  • Reports6i:hiding frame outlines in report output

    i'am a newbie . stuck up in creating the reports. after i compile, in the report output ,i;am still able to see the frame outlines and repeating frame outlines,text oulines.data is fetched correctly. pls suggest me wht to do, to avoid this thx pls he

  • Contact associated Custom object records in SR when contact is selected

    Hi We have a scenario like this: Contact->Family members For Contact - Contact Record Type For Family members - using Custom Object 1 record type This is fine. Whenever a family member is added, ContactId is stamped against the Custom object 1 record

  • Using brush causes program error.

    I have Photoshop CS (version 8.0) running on Windows XP Home (SP3). I searched the help files, FAQs, and the forums and didn't find anything related to this. Today I opened a document I've been working on, created a new layer, picked a default 9 pixe