Receipt customize by using cystral report

Hi all,
Anyone know how to get wording currency generated like check@cheque? i.e. MYR TEN THOUSAND NINETEEN SEN ONLY. It is available for cheque@check standard in Sap business one (and have database but receipt not). Anyone have any ideas? how about it coding?
Thanks in advance.

Hi,
Please refer to the link for the answer,
http://www.crystalkeen.com/articles/crystalreports/currencyaswords.htm
Regards,
Clint

Similar Messages

  • Customize page size in report builder 6i layout.

    hi all ,
    I have developed a contact order report in report builder 6i ,which print its output on preprinted form (using DOT Matrix printer).
    for example if output is giving 3 orders ,each order and its details should be printed on each preprinted form.
    But when i given print from report builder 6i to dot matrix printer for every order one page is getting skipped .
    Even i adjusted wide and height as 35 and in printer file also adjusted but even it is skipping one page for every order .
    Even i adjusted wide 80 and height as 66 and it is skipping one page for every order.
    Kindly help me how to customize page size in report Builder 6i.
    Thanks for all in advance.

    Hi,
    Thanks for your reply. To get rid off that error, i did the following thing.
    I set the width as 132, and height as 62 of header, main body and trailer section in report builder.
    In Concurrent program window also, i set the column as 132 and rows as 62, and style as BAC.
    When i submit the report through concurrent program, it's working fine.
    Now i changed the width of the report to 200 and height to 66.
    Now, i want to change the style to A4 in concurrent program window. I don't have A4 style in list of values. I went to SYSTEM ADMINISTRATOR ---> INSTALL --> PRINTER --> TYPES. (Added A4 style to all types)
    Now i changed the columns to 200 and rows to 66 and style as A4.
    Now, it's showing below error.
    ERROR: APP-FND-00314:INVALID PRINTER.
    Again i selected BAC style and try to submit the program, it's giving different error.
    REP-1219: 'Body' has no size - length or width is zero.
    Could somebody help me to solve the issue. (Why it's giving above error after adding the A4 style to all types of printers) and why did i get the previous errors (REP-1212, Body fully not enclosed).
    Kindly help me, it's urgent.
    Thanks.

  • How to access updated receipts in rcv_shipment_headers using triigger

    Hi,
    I am working on PUT Away Label Report :
    The process is as follows:
    When receipt is saved , a trigger will fire on RCV_SHIPMENT_HEADERS and in trigger a package will be called which in turn will submit the report for the receipt that is newly created.
    The problem here is trigger is working fine when new receipt is created,But when receipt is updated using ADD to receipt option or In case of Internal sales order.The trigger is not firing as trigger is fired for every new insertion.
    I am not able to find any column to know that receipt is updated and to track the quantity that is receipted recently . Since RCV_SHIPMENT_LINES table will have the track of the Total receipted quantity till date.
    I am attaching the script of Trigger i am using for insertion.Please suggest me how to approach in this scenario.
    Trigger that is used for new receipt insertion:
    AFTER INSERT
    ON rcv_shipment_headers
    FOR EACH ROW
    DECLARE
    PRAGMA AUTONOMOUS_TRANSACTION;
    l_request_id1 NUMBER;
    BEGIN
    BEGIN
    If :NEW.RECEIPT_NUM IS NOT NULL
    Then
    l_request_id1 :=
    fnd_request.submit_request ('XXINV',
    'MTUPUTAWAY',
    NULL,
    :NEW.RECEIPT_NUM,
    :new.SHIP_TO_ORG_ID
    commit;
    End If;
    END;
    EXCEPTION
    WHEN OTHERS
    THEN
    NULL;
    END;
    Thanks in advance,
    Best Regards,
    Mahesh

    Hi,
    All the manual receipts will have NULL value in the INTERFACE_SOURCE_LINES_ID column in the RCV_TRANSACTIONS table for the TRANSACTION_TYPE="RECEIVE".
    Thanks
    Bobby

  • Trigger on RCV_SHIPMENT_HEADERS while Receipt Updation in Put Away Report

    Hi,
    I am working on PUT Away Label Report :
    The process is follows:
    When receipt is saved , a trigger will fire on RCV_SHIPMENT_HEADERS and in trigger a package will be called which in turn will submit the report for the receipt that is newly created.
    The problem here is trigger is working fine when new receipt is created,But when receipt is updated using ADD to receipt option or In case of Internal sales order.The trigger is not firing as trigger is fired for every new insertion.
    I am not able to find any column to know that receipt is updated and to track the quantity that is receipted recently . Since RCV_SHIPMENT_LINES table will have the track of the Total receipted quantity till date.
    I am attaching the script of Trigger i am using for insertion.Please suggest me how to approach in this scenario.
    Trigger that is used for new receipt insertion:
    AFTER INSERT
    ON rcv_shipment_headers
    FOR EACH ROW
    DECLARE
    PRAGMA AUTONOMOUS_TRANSACTION;
    l_request_id1 NUMBER;
    BEGIN
    BEGIN
    If :NEW.RECEIPT_NUM IS NOT NULL
    Then
    l_request_id1 :=
    fnd_request.submit_request ('XXINV',
    'MTUPUTAWAY',
    NULL,
    :NEW.RECEIPT_NUM,
    :new.SHIP_TO_ORG_ID
    commit;
    End If;
    END;
    EXCEPTION
    WHEN OTHERS
    THEN
    NULL;
    END;
    Thanks in advance,
    Best Regards,
    Mahesh

    you should post this question in the ebusiness-forum..

  • Creating Employee Badges using Crystal Report.

    Hi,
    I have a requirement where i have to create Badges for Employees using Crystal Reports. The report is created but the issue here is when i generate the PDF output, apart from the portion of the rectangular Badge, there is lot of white spaces on the report and when i give it for printing, the entire PDF with white space is also coming up. I tried with resizing the crystal report but it did not worked. I want only the rectangular portion of the badge to come on the PrintPreview which can then be given for Print. Is it something to do with the print setting? I am using a special kind of printer(Evolis-Pebble) which is used to print badge cards.
    Any help will be greatly appreciated.
    Thanks,
    Ashish.

    Thanks Jayaprakash, we have asked for the installation of printer driver on the server machine where we design the report. Hopefully, we should get options to customize the report template to correct size as of the Badge size. Currently only default options are coming which doesnot allow us to use custom option to have the report to exact size of the Badge in the page setup.
    Thanks,
    Ashish.

  • How add new field in layout in RDF using XML report definition

    Hi, ALL
    Do you know how add new field in layout of existing report in RDF using XML report definition. If I try change anything in RDF layout, layout which defined in XML override report layout.

    hello,
    in reports 6i we have this limitation, that you can not add a field to a report unless you re-default the whole report, as we do not support positioning-information in the customization file.
    regards,
    the oracle reports team

  • Do you know if Assessment Filter fields can be use for reports?

    Do you know if Assessment Filter fields can be use for reports?
    I have an Assessment filter field in contacts that it use to capture relavant information for the contact. Because I thought we could use it as another picklist. But when I am creating a report I can find it in the list of fields available for the report.
    Thank you very much
    Catalina Valadez
    Regards

    Hi thank you for the answer but a have another point.
    I am not using asssessment as an object, I am just using the field "assessment filter 3" that is one's of the default field for contacts that you have for customize the application. So I thought it will be show in the list of fields for the reports (Going to Reports -> Design Analysis -> under reporting choosing "Contacts") and I can't see this field, when I'm looking in "Contact Fields".
    Regards
    Catalina Valadez

  • Customize printed purchase order report

    Hi all
    i need to customize Printed purchase order report
    i need to add supplier item number to printed purchase order report
    where(group) i need to add item number i think it g_lines right?
    item number is sengment from tml_system_items_b is it correct
    ple reply it is urgent
    ashok

    Ashok,
    Try to get a sample and understand the concern from your users. See if that is already customized to not show the supplier item number (as far as I remember I don't think there are any conditions in the standard report that qulify the printing of the supplier item number, it should print as long as it is entered in the supplier item number field in the PO lines). So see where your users are entering this in PO lines.
    Yes it is vendor_product_num in PO lines table.
    Thanks
    Nagamohan

  • I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    Close ... before going for a specific Cisco app ... lets find out some details:
    Host we need more details:
    What is your server environment (Windows Server, or Mac OS X Server, or Linux)?
    What security is implemented in your environment - as what is restricted (RDP for all or specifc credentials on all machines? Are you part of local admin group to the server you wish to connect)?
    Does your environment Support CISCO IPSec connection? If so use Settings> VPN and IPSec tab to enter VPN details, if not then go with above suggestion. IF your restricted to RSA then either built in VPN settings or 3rd party app for RSA would suffice.
    Finally, there are many RDP applications out there I use "Mocha RDP Light" (free minimal ads when launched not when connecting).

  • Print Preview using crystal report in SAP B1 slow.

    Dear all,
    I face another problem. Print preview using crystal report in SAP B1 is very slow. Although i have create a query view in SQL server but it's still slow for my user. First time i create using table in crystal report. just drag the table. It's take more than 10 minutes. After that i move all the query to view in SQL server , it's take 1-2 minutes to print preview some time more.. But i think that it's still slow. Does any one know how to print preview fast. Just like in PLD.
    Thanks in advance
    bodhi86

    Hello,
    How do you answered to this question ?
    Malika
    Edited by: Malika Sanoune on May 13, 2011 1:48 PM

  • How can I use a report as a filter that accepts a prompt value in R18?

    In R17 the following setup worked properly. 1) have a main report that uses another report as a filter report. 2) In the filter report, add a criteria statement which is prompted. 3) pass an argument from a web link or embedded web applet on the report URL using the field reference from the filter report criteria prompt. However, in R18 this no longer works. The filter report does not bring back a set of id's that is used for filtering the main report. The main report just displays all records as if there is no filter criteria supplied. Has anyone else encountered this behavior in R18?

    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 the connections to the
    app server and only returns the result to the JSP.
    I know there has to be a way to do this, if anybody
    has any ideas please help!I'm not sure I follow 100%, but you can use POJOs via Spring integration. Do a search on this forum for Spring and you should find a tutorial I wrote on it a while back.

  • SSRS Execution Account cannot be used with Report Builder

    Running SQL Server 2012 SP2, I have specified an Execution Account in Reporting Services Configuration Manager as described here: http://msdn.microsoft.com/en-us/library/ms156302(v=sql.110).aspx
    The article states: "You can specify Integrated Security=SSPI if the database server supports Windows integrated security and the account used for unattended report processing has permission to read the database." I have created a data source using
    the Report Manager Web interface with connection string: "Data Source=<server>;Initial Catalog=<database>;Integrated Security=SSPI" and "Connect using: Credentials are not required" option.
    The Execution Account is a domain user account with db_owner membership on the database in question. When I "Test Connection" in Report Manager, the connection is created successfully.
    However, when I attempt to create a new dataset using this data source in Report Builder, I am unable to connect to the data source: "You have specified integrated security or credentials in the connection string for the data source, but the data source
    is configured to use a different credential type. To use the values in the connection string, you must configure the unattended report processing account for the report server."
    If I change the "connect using" option for the data source to "Windows integrated security" I can successfully create a new dataset and report in Report Builder. After saving the report, I reconfigure the data source for "Credentials
    are not required" and I am able to successfully run the report using the Execution Account.
    Is this a known limitation? The Report Builder cannot be used with an unattended Execution Account configured?

    Hi desmondgc,
    According to your description, you have set the execution account for connecting data source. You can connect data source successfully, but can't create dataset with the unattended account. Right?
    As we tested in our local environment, we encountered the same issue. Even testing connection successfully in Report Builder, it still says unable connect to data source when creating dataset.
    For this issue,  I would recommend to submit it to the Microsoft Connect at this link
    https://connect.microsoft.com/SQLServer/Feedback.
    This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you
    can learn more about and contribute to the exciting projects on Microsoft Connect.
    We will keep you updated if we find something, thank you for your posting.
    Best Regards,
    Simon Hou

  • Customize AP Trial Balance Report in R12.1.3

    Hi
    I have to customize AP Trial Balance Report in R12 Version 12.1.3.
    Can any one please provide some pointers how do we do it?
    Here is some background for AP Trial Balance Report:
    Its an XML Publisher Report with XDODTEXE Executable. XLAAPRPT.xml is the file uploaded to data definition(Code: APTBRPT) for Accounts Payable Trial Balance . XML template XDODTEXE calls oracle’ s seeded XML template “XLAAPRPT.xml ", this template further calls package XLA_TB_AP_REPORT_PVT for Trial balance.
    Our customiztion has to populate trial balance data in to our custom table instead of global temp table . XLA_TB_AP_REPORT_PVT package has a private procedure populate_trial_balance_gt which populates trial balance data into xla_trial_balances_GT.
    Please provide some ideas for customization of standard XML publisher reports in R12.1.3.
    Any ideas are appreciated.
    Thanks
    Theja R

    Hi Vamsi,
    I've recreated the standard oracle Trial balance package & XML file . Now i'm able to populate the data into custom table as well as standard table . But the report out doesn't show data in it . it just shows report title, columns bUT NO DATA. the xml file itself doesnt contain data. The custom report completes in 2 mins. But standard report completes in 7 mins
    Steps
    1. Create custom package similar to oracle standard package & added new insert statement to populate trial balance data into custom table.
    2. created new datadefinition with new datatemplate(refering custom package) similar to oracle standard datatemplate.
    3. create template same as standard template.
    4. copy of standard conc program with custom application
    5. Ran the report ...able to populate data into custom table .....but unable to see data in the report.
    Please let me know if i'm missing anythng.

  • Generate report using Word Report Generation VIs error

    When I Generate report using Word Report Generation VIs  ,the error is generated.
    This is  my Vi
    can somebody  tell the error reason?
    The attaché is Vi (one is 2011,other is 8.6)
    Attachments:
    report-8.6.vi ‏16 KB
    report2.vi ‏33 KB
    template.doc ‏40 KB

    Hi Ben64
                 Thank you! The problem is solved.
       BUT when I use the Word Easy Graph vi  ,the result is
    I want the Graph (curve),like as:
    How Can I do get the picture.
    I have other problem. I want to get default name for the new word file.
    liang

  • Malfunctio​n in generating word report out of an app (using the report generation toolkit)

    I placed in my program some features that generate a word report with some graphics and text using the report generation toolkit. When I'm in the developing system everything works. But the point is that I have to create an exe for a user and in testing this the report is not generated (and no error msg occurs). Does anyone handeled this problem already and could give me some hints? Thx.

    Hi muchalla,
    the report generation toolkit for MS office depends on the version of MS Office (not the OS). You must generate your application for the version of MS Office or use some dynamic technic.
    The different versions of the llbs you need are on the CD in a subfolder called compability.
    Here I have asked if some ideas to do this will work. Until now I haven't got the time to verify it by myself.
    You will find here more information about using the report toolkit with applications.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

Maybe you are looking for

  • Unity Connection policy trigger time?

    Does anyone know, upon enabling the aging policy, how soon after enabling does it kicks in? Wonder if there is a timer it cycles through in a 24 hr period? Thanks

  • Help with over by clause in query.

    guys i have a table like this create table fgbtrnh ( fgbtrnh_doc_code varchar2(9),                                          fgbtrnh_trans_date date,                                          fgbtrnh_trans_amt number(17,2),                             

  • Where is stored?

    I downloaded the widget browser and I also downloaded a couple of widgets. Where are they stored? in which folder?

  • Safari 5 keeps on crashing HELPP!!

    Hi.. ever since I upgraded to Safari 5 it keeps on crashing on several and many occasions.. here is the recent log: Process: Safari [2561] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 5.0 (6533.16) Build

  • ITunes Radio Commercials

    Hi everyone! We were told that if we subscribed to Music Match, we would not hear commercials on iTunes radio. I'm signed in properly and I'm hearing commercials. Quite frustrating. But, if that were the only issue, I probably wouldn't be writing thi