How to view cheques?

After running Cheque Writer process when i click on View Output it displays me the following XML code
Please casn some 1 assist me as to why this is happening and how can view my cheques.
Do i need to create the templates as rtf and include the tags of XML that appear below.
Please show me the way fwd to print my cheques sucessfully
Appreciate all!
<?xml version="1.0" encoding="US-ASCII" ?>
- <XML_REPORT>
- <PAYMENT_HEADER_FOOTER>
- <PAYMENT_DETAILS>
- <SOURCE_BANK>
<BANK_NAME>Payroll Salary Account</BANK_NAME>
<BRANCH_NAME>Payroll Salary Account</BRANCH_NAME>
<ACCOUNT_NAME>Payroll Salary Account</ACCOUNT_NAME>
<ACCOUNT_NUMBER>Payroll Salary Account</ACCOUNT_NUMBER>
<TRANSIT_CODE />
<SWIFT_CODE />
<INTL_BANK_CODE />
- <SEGMENT_DATA>
<ACCOUNT_NAME>Payroll Salary Account</ACCOUNT_NAME>
<ACCOUNT_NUMBER>110099</ACCOUNT_NUMBER>
<ACCOUNT_TYPE>Saving</ACCOUNT_TYPE>
<BANK_NAME>Barclays Bank</BANK_NAME>
<BRANCH_NAME>Ohio</BRANCH_NAME>
</SEGMENT_DATA>
</SOURCE_BANK>
- <DESTINATION_BANK>
<DEST_BANK_TAG>No personal bank details for this payment type</DEST_BANK_TAG>
</DESTINATION_BANK>
<PAYROLL_NAME>Zantel Monthly Payroll</PAYROLL_NAME>
<EMPLOYEE_NUMBER>12</EMPLOYEE_NUMBER>
<FIRST_NAME>TEST</FIRST_NAME>
<LAST_NAME>TEST</LAST_NAME>
<NAME>TEST, Mr. TEST</NAME>
<MIDDLE_NAMES />
<TITLE>MR.</TITLE>
<ASSIGNMENT_NUMBER>12</ASSIGNMENT_NUMBER>
<CURRENCY>USD</CURRENCY>
<PAYMENT_AMOUNT>5.2084</PAYMENT_AMOUNT>
<AMOUNT_CURRENCY>*** 5.2084 USD ***</AMOUNT_CURRENCY>
<PAYMENT_AMOUNT_WORDS>five US Dollar and 2084</PAYMENT_AMOUNT_WORDS>
<PAYMENT_AMOUNT_WORDS_1>five US Dollar and 2084</PAYMENT_AMOUNT_WORDS_1>
<CHEQUE_NUMBER>2</CHEQUE_NUMBER>
<EFFECTIVE_DATE>2008/02/29</EFFECTIVE_DATE>
<DEPOSIT_DATE>2008/02/29</DEPOSIT_DATE>
<JOB />
<EMPLOYER>Bidco</EMPLOYER>
<ORG_PAYMENT_METHOD_INFO />
</PAYMENT_DETAILS>
</PAYMENT_HEADER_FOOTER>
</XML_REPORT>

Run the XML report writer and in the concurrent parameters specify the id of the cheque writer run (should be on the LOV), them the template. If no seeded templates of the ones available are not what you require you'll need to define new ones or personalize existing ones to meet your needs. Have a look at the xml publisher manual. Some info should be on the process description in hrms manuals.

Similar Messages

  • Bridge - How to view image in full screen resolution

    In Bridge - How to view an image in full screen resolution and not as a Preview (Space bar), like in Lightroom (F), Photoshop or ViewNX 2 ?

    The size of the Bridge Preview window will always be the absolute limit of the image display in Bridge.  Maybe I am not following you.  Sorry

  • How to View the Loaded Data

    Hi,
    I have loaded the data into an ODS from an External Flat file and executed the job. Can anyone guide me how to view the loaded data in the ODS ?
    Thanks

    Hi Madhu,
    You can simply Goto Transaction LISTCUBE and give the ODS name -> Execute.
    Regards
    Hemant

  • How to view my macbook pro retina on a iMac late 2009?

    How to view my Macbook Pro Retina on a late 2009 27" iMac? Note: Mini DisplayPort won't fit.

    Hi rainson,
    Here is a list of video adapters and the Mac models they can be used with:
    About Apple video adapters and cables
    http://support.apple.com/kb/ht3235
    This article describes Target Display Mode, which may also be useful for what you are trying to do:
    Target Display Mode: Frequently Asked Questions (FAQ)
    http://support.apple.com/kb/ht3924
    Cheers!
    - Ari

  • I am trying to open a website that is using Microsoft content viewer, and the page does not show. Any ideas on how to view this site using firefox. It works on IE.

    I am participating in an online class whose website uses Microsoft Content Viewer to view the class content. The browser opens a new page, but nothing is there. At the top of the tab it says Microsoft Content Viewer, and nothing else. Can anyone tell me how to view my course using Firefox? I would prefer not to use IE, but it works there.

    When originally creating the pdf, you would need to choose another pdf conversion setting. In Word if you use the pdf menu, change your settings there: Adobe PDF > Change Conversion Settings. I would use High Quality Print instead. If you use the File > Print method, click the Properties button next to the Adobe PDF printer selection.
    For your already created form, you can change the file so your users will not encounter issues. In Acrobat 9, which hopefully is similar in process to 8: Advanced > Preflight > Profile tab > PDF/A compliance > Remove PDF/A information.(You'll have to unsecure your form first).
    You can read about PDF/A files in the Help.

  • How to view the sql query?

    hi,
      how to view the sql query formed from the xml structure in the receiver jdbc?

    You can view SAP Note at
    http://service.sap.com/notes
    But you require SMP login ID for this which you should get from your company. The content of the notes are as follows:
    Reason and Prerequisites
    You are looking for additional parameter settings. There are two possible reasons why a feature is available via the "additional parameters" table in the "advanced mode" section of the configuration, but not as documented parameter in the configuration UI itself:
    Category 1: The parameter has been introduced for a patch or a SP upgrade where no UI upgrade and/or documentation upgrade was possible. In this case, the parameter will be moved to the UI and the documentation as soon as possible. The parameter in the "additional parameters" table will be deprecated after this move, but still be working. The parameter belongs to the supported adapter functionality and can be used in all, also productive, scenarios.
    Category 2. The parameter has been introduced for testing purposes, proof-of-concept scenarios, as workaround or as pre-released functionality. In this case, the parameter may or may not be moved to the UI and documentation, and the functionality may be changed, replaced or removed. For this parameter category there is no guaranteed support and usage in productive scenarios is not supported.
    When you want to use a parameter documented here, please be aware to which category it belongs!
    Solution
    The following list shows all available parameters of category 1 or 2. Please note:
    Parameter names are always case-sensitive! Parameter values may be case-sensitive, this is documented for each parameter.
    Parameter names and values as documented below must be used always without quotaton marks ("), if not explicitly stated otherwise.
    The default value of a parameter is always chosen that it does not change the standard functionality
    JDBC Receiver Adapter Parameters
    1. Parameter name: "logSQLStatement"
                  Parameter type: boolean
                  Parameter value: true for any string value, false only for empty string
                  Parameter value default: false (empty String)
                  Available with: SP9
                  Category: 2
                  Description:
                  When implementing a scenario with the JDBC receiver adapter, it may be helpful to see which SQL statement is generated by the JDBC adapter from the XI message content for error analysis. Before SP9, this can only be found in the trace of the JDBC adapter if trace level DEBUG is activated. With SP9, the generated SQL statement will be shown in the details page (audit protocol) of the message monitor for each message directly.
                  This should be used only during the test phase and not in productive scenarios.
    Regards,
    Prateek

  • How to view errors if bulk collect has thrown errors

    Hi,
    I have few questions.
    1.How to view error whether bulk collect is successful or not
    2.What is identified & unidentified relationships in ERWIN
    3.How to see the errors whether the sql loder is successful or not
    and how to open the log file.Is there any specific command in UNIX
    which tells loader is successful or thrown error
    4.When executing the pl/sql procedure from UNIX.how to check for errors.
    Please provide the answers for this
    Thanks

    Use SAVE EXCEPTIONS clause in your FORALL loop.
    Is this for homework/test?

  • How to view deski report in html format ?

    Hi,
    I use BO XI R2. I use jsp.
    I just want to know how to view deski report in a html format.
    thanks a lot.
    hatoug

    Since you're using JSP, please post to the Java support forum:
    Java SDK Application Development
    or
    SAP Crystal Reports, version for Eclipse

  • How to view and edit .md file (text file) via Documents To Go app

    Could some one please let me know how to view a text file with .md as the file extension using Documents To Go app? If this is impossible, which app do you recommend.
    .md is a markdown file

    Hi,
    I believe I have my answer now, or at least a good thread on the subject going hear:
    http://forums.java.net/jive/thread.jspa?threadID=45148
    Thanks,
    Mark

  • Hi everyone! newbie here! can someone tell me how to view my flash drive on an imac please?, hi everyone! newbie here! can someone tell me how to view my flash drive on an imac please?

    Hello, can someone help me by telling me how to view my flash drive on an imac? I have it on a port but cant find it even using finder. Thanks!

    If you think repeat yourself three times makes your problem clearer?
    It does not.
    Details are needed.
    Allan

  • How to view the Users in the Portal Activity Report

    Hello,
    Can anyone tell me how to view the Report of users who have logged in a specific time. For Example I would like to view the users who have logged in between 9.00 am and 9.15 am. Is it possible to view mentioning the country name?
    Please explain me in detail how to view the Report.
    Thnx in Advance
    cheers,
    Murali

    hi,
    You can certainly do it for hourly basis but i am not sure whether it could be done quarter an hour basis. Also The portal nodes within a cluster can be in different time zones, yet the activity data from all nodes are aggregated together and reported together. To enable the reporting of hourly data from different time zones, portal activity reports display hourly data based on the GMT time zone.
    Do see the documentation
    http://help.sap.com/saphelp_nw04/helpdata/en/fb/144120ea5b4e9c9385d493a578d6c9/frameset.htm
    Weblog :Portal SP9: Portal Activity Report
    Regards,
    Ganesh N

  • How to View the Scheduler in ODI Console

    Hi
    In ODI Studio, we may Schedule a Scenario and also, we may view all Schedules process from the Agents (View Schedule option).
    My colleagues are going to use ODI Console, but we cannot find out HOW to View the Schedule in ODI Console.
    In Oracle documentation about FDMEE, we can read the following: If you want to cancel a specific instance of a schedule, use the ODI Studio or ODI Console... see the PDF document in attachment.
    Regards
    Claude

    To display the schedule for one agent:
    In Topology Navigator expand the Agents node in the Physical Architecture accordion.
    Select the Physical Agent you want to update the schedule.
    Right-click and select View Schedule.
    The Schedule Editor appears, displaying the schedule for this agent.
    Check: http://docs.oracle.com/cd/E17904_01/integrate.1111/e12643/running_executions.htm#ODIDG634
    HTH -
    Jasmine

  • HOw to view the records in a structure qaqee ?

    hi every one ,
    we can view the tble through SE16 
    HOw to view the records in a structure qaqee ?
    Thanks in advance

    Hello,
    Please check the link
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/90/8d7301b1af11d194f600a0c929b3c3/content.htm
    You can view the struture in SE11 t-code for its components.
    Regards,
    Shailesh

  • How to view pdf file in java/jsp?

    Hello Everybody,
    Any one help me how to view pdf file in jsp using java application.
    I have pdf file c:\app.pdf.
    How can i display the pdf file.
    Please help me.................
    Thanks

    Hello,
    You can use the below code, but i am not sure how far is this a startard way of doing it.
    # <%
    # ServletOutputStream servletOutputStream = response.getOutputStream();
    # File reportFile = new File("C:\\Tomcat 5.0\\webapps\\TestApp\\myfile.pdf");
    # FileInputStream fis = new FileInputStream(reportFile);
    # byte[] bytes= new byte[128000];
    # int count=fis.read(bytes);
    # try
    # response.setContentType("application/pdf");
    # response.setContentLength(bytes.length);
    # servletOutputStream.write(bytes, 0, bytes.length);
    # servletOutputStream.flush();
    # servletOutputStream.close();
    # }catch(Exception e){}

  • How to upload pdf file in iphone and how to view

    how to upload and how to view pdf file in iphone 5s

    Hey saif.antri,
    You can view PDFs and more using iBooks on your iPhone:
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch
    http://support.apple.com/kb/HT4227
    Have a great day,
    Delgadoh

Maybe you are looking for