Migratiing AP Check print from RDF to XML publisher

We are migrating customized AP Check print report from RDF in 11.5.7 to R12 XML Publisher report. We have 18 reports to convert.
I have followed
http://oracle.anilpassi.com/xml-publisher-concurrent-program-xmlp-2.html
link to do the same.
I am facing the follwoing issue.
I am getting empty output after did all the changes as per the ablove link
But only modification i did is, as in R12 we ahve separate top for Payments. But we dont have Report folder under IBY_TOP. So I am keeping my RDF report in AP_TOP and I have created executable under ap_top then Program under Payment_top. Remaining are same.
But I am not getting the output.
Pl. let me know, what I did is same or how to proceed
this is very urgent. so expecting the reply at the earliest

We are migrating customized AP Check print report from RDF in 11.5.7 to R12 XML Publisher report. We have 18 reports to convert.
I have followed
http://oracle.anilpassi.com/xml-publisher-concurrent-program-xmlp-2.html
link to do the same.
I am facing the follwoing issue.
I am getting empty output after did all the changes as per the ablove link
But only modification i did is, as in R12 we ahve separate top for Payments. But we dont have Report folder under IBY_TOP. So I am keeping my RDF report in AP_TOP and I have created executable under ap_top then Program under Payment_top. Remaining are same.
But I am not getting the output.
Pl. let me know, what I did is same or how to proceed
this is very urgent. so expecting the reply at the earliest

Similar Messages

  • Conversion from RDF to XML Publisher

    Hai,
    This is my first posting. I am presently working on XML publisher.
    1) I need to convert reports from report builder 6 to XML publisher.
    I am using the following procedure.
    1. In the Define window change the output to XML.
    2. Run the report. Save the output as .XML file.
    3. Using the XML file generate the RTF file. Do necessary change.
    4. Register in the XML publisher administrator responsibility.
    Is this the correct process of converting the reports or is there any other method or tool that can be
    used?
    2)     Can you let me know the process of converting in BI publisher latest version also?
    Thanks in advance.

    Hi,
    It looks like you have got it pretty much spot on. There are a few things that you must ensure you have done correctly in the XMLP Admin responsibility for XMLP to pick up the templates when you run your concurrent program.
    1. Locate the required Concurrent Program definition and using the COPY button at the bottom left of the form copy the Concurrent Program and give it a new NAME and SHORT NAME. The main reason for doing this is that if Oracle releases a patch that updates the original Concurrent Program, it will not affect your new custom one. Make a note our you new Concurrent Program SHORT NAME as you will need this later.
    2. Change the output of your new Concurrent Program to XML and Save.
    3. Add your new Concurrent Program to the required Request Group so it can be seen by the responsibility you want to run it in.
    4. Run the report and save the XML Output to a location on your local machine.
    5. Using the MS Word Template Builder Plug in, load you XML Data and build your RTF template. Test this using the Preview functionality in the Template Builder plugin.
    6. Login to eBusiness Suite with the XML Publisher Administrator responsibility and go to Data Template.
    7. Create a new Data Definition. The Name and Description can be anything meaningful. HOWEVER the SHORT NAME must be exactly the same as the SHORT NAME of the new Concurrent Program you have created. If this is incorrect XMLP will not be able to pick up the Data Definition when the Concurrent Program is run!! Click Save/Apply and that is that step completed.
    8. Click the Template Manager tab at the top right of the page and create a new Template Definition. Here the Name and Short Name can be anything you like. Select the name of the Data Definition you have just created. The template type should be RTF for an RTF Word template. Click Save/Apply
    9. Now run your Concurrent Program and the XMLP should automatically pick up your template and output your XMLP Report.
    There are tools available that can convert an RDF Oracle Report, these are available in the latest version of the MS Word Template Builder Plugin. These will take an RDF file and create a DATA TEMPLATE (an XML version of the RDF query), and an RTF Template (a template version of the RDF Layout).
    These can then be uploaded into eBusiness Suite in much the same way as detail above. The difference is that you have to create a new Concurrent Program and instead of using an Oracle Reports Concurrent EXECUTABLE, you use an XMLP Concurrent EXECUTABLE. This is well documented in the XMLP User Guide under Data Templates.
    I hope this helps a little. Please let me know if you are still having issues running RDF reports with XMLP.
    Regards,
    Cj

  • How to print copy check print from F110 tcode

    Hi All,
    My requirement is to print original check in one tray and copy check in second tray from t.code F110.
    I have developed a new form and assign it in
    FBZP ---> Payment methods company code -
    > Payment methods 'C' (Check)
    > Form Data -
    >Next form.
    But the problem is the new form which i have created is not printing.
    Can we attached two form to one print program or is there any other way to print a copy check print in different tray.
    Thanks,
    Ali

    Hi,
    It is not required to attach one more form.  You can just create another page with duplicate check and in the pages tab there is an option to set the trays.
    Set the Tray1 for First Page in
    <b>Print Attributes</b>
    Resource Name   TRY01
    and second Page
    <b>Print Attributes</b>
    Resource Name   TRY02

  • Date Format in Check Printed from F110

    Hi,
    I'm on 4.6C.
    Company: US10 (United states local configuration)
    I'm doing the check printing thru Tcode F110 and for printing we are using program RFFOUS_C. Earlier we were getting date format as MM.DD.YYYY but if vendor is form Spain (I'm not sure) I have started getting format as DD/MM/YYYY.
    Why?. Should I change vendor's country to US on Tcode FK03?
    I have checked the user setting (Tcode SU3) of the person who did the printing, in that also the date format is MM.DD.YYYY.
    A lot of thanks in advance.
    Best Regards,

    Hi Sid,
    Thanks for your quick answer.
    My Date's fields in RFFOUS_C are: &REGUH-ZALDT& and &REGUP-BldAT&
    /: SET DATE MASK = 'MM.DD.YYYY'
    OR
    /: SET REGUH-ZALDT MASK = 'MM.DD.YYYY'  ????
    I must set date mask in every window??
    a lot of thanks in advance.
    best regards

  • Need to show leading zeros in the number field when printed from RDF

    We have a requirement to show leading zeros in the rdf output.
    We cannot use a format mask to achieve the same as the length of the field is not fixed.
    for ex if we have 0.68 then the same is printed in RDF as .68
    we cannot use a format mask as the length of the field is not fixed.
    we need to
    Kindly suggest if any solution exists for the same.

    the numbers after the decima can be anything..
    it can range between 2 to 10 or more...
    as told by you if we put the format as to_char(.68,'90.99') it shall give 0.68 but what for numbers like0.678,0.4567,0.765433 it will display only 2 digits after the decimal...
    The requirement is to dispaly the number as it is ,only the zeroes before the decimal should stay intact..
    we are not able to achieve this in rdf output..
    if it is
    0.678 then 0.678 shld be dispalyed
    0.4567 then 0.4567
    0.765433 then 0.765433
    one format mask shld wrk for all the above..
    we would not be changing the format mask for each number....

  • Turkish Character and Check Box "?" Problem in XML Publisher

    In aplication and XML Publisher I must use Turkish Characters e.g. 'ş','ı','ğ','ç','ö' and check boxes. In html preview there is no problem, I can see all of them correctly. Hovewer in PDF preview in XML Publisher and also PDF output in Oracle Application all these Turkish Characters and Check Boxes looks like question mark (?). How can I solve this problem ?
    Thanks for helps....

    Hi Tim,
    Related to Special Italian characters, when I try with "Courier New" font with static data,the XML Preview display those characters.But when those chars come from XML source file,they get vanished.I tried two cases:
    Case1 ) IN EBS,I have attached courbi.ttf(font file) to the template manager(followed as per instructions in Font mapping section in User Guide).
    When I try running the report ,its getting completed with Warning.
    Case 2) I have also modified xdo.cfg ( as per Doc ID:400755.1 www.metalink.oracle.com)-
    In both cases ,I am not acheving the desired results.
    Please let me know where I am going wrong.
    Thanks and Regards,
    Kaveri

  • Hide column in the adress if it is null and print next line in XML publishe

    Hi,
    I'm converting oracle report to XML publisher report.
    I craeted template rtf with word. everything works fine.
    Except address prints null coumns if it is null.
    I used if condition in template. something like this...
    <?if:B_ADDRESS1!=''?><?B_ADDRESS1?><?end if?>
    But I see still it prints null columns.
    Any body have idea how can i fix this?
    Thanks
    pallavi

    Hi Guys,
    I have built a template for FSG reports. Currently the FSG Reports when run in XML does pull the Display Sets definition for the report. The Display Set is used to hide certain row and Column intersections from the FSG.
    So to accomplish this I have coded each column in the template to display data or hide data for a particular row by using the code
    <?if:(position()) !=1?><?fsg:RptCell[2]?><?end if?> ------ This means, show the column for all rows except row 1.
    Now there are some places I have to hide Column 1 for row 2 and row3 and display for row 1 and row 4.
    Can anyone please tell me how I can accomplish this.
    Thanks

  • Migration of our reports from Streamserve to XML publisher in Oracle EBS

    Dear All,
    I am working for a company using Oracle Applications 11.5.10.2 and we have several critical reports developped with Streamserve V3 (Customer Invoice , Sales Order Acknowledgment, Shipping Advice, PO layout, ...).
    For various reasons we plan to abandon Streamserve and migrate to XML publisher or BI publisher whose functionalities seem to cover most of our needs.
    However, my knowledge of XMLP/BIP is quite basic and I need some information on how to implement the reports.
    I will be very glad and grateful if someone accepts to share his/her experience by answering a few questions :
    1) What are the main differences between the XML publisher version included in APPS 11.5.10.2 and the standalone version of BI publisher ?
    2) In most of our reports the language depends on the third party (vendor, customer, carrier, ...) so in the same report batch we can have some documents to be printed in English, while some other should be in French.
    Is it possible to achieve that with XMLP or is the language to be chosen when submitting the concurrent request ?
    3) As for languages, the delivery of the document (email or printed paper) depends also on the third party.
    Is it possible in a same batch to have some documents emailed and other not ?
    4) The bursting engine seems to be the main solution to manage the way documents are delivered.
    a) How can we automatically launch it after the main request completion ? (most of our reports are scheduled to run periodically)
    b) Is it possible to make bursting with a dynamically generated control file ?
    c) What if the bursting engine does not couver all our needs ? Is there a way to develop our own deliver logic ? If so, where to find a step by step procedure to achieve that ? (knowing that we are newbies in Java language)
    5) Some of our reports must be generated in PCL rather than PDF. I think that is not native in XMLP so what may be the workaround ?
    Thanks in advance for your very helpfull answers.
    Best regards
    Karim Helali
    Paris, France

    Thank you Steven for your quick reply.
    Here are my comments/precisions :
    1) What we would like to konw is what are the functionnalities included only in that standalone version. This way we can decide if it is worth paying the quite expensive extra licence for BIP or if the EBS version of XMLP is enough for us.
    I tried out to find this quite basic information without success. If anyone can indicate an oracle reference document
    2) I know that the language is chosen via the template. Also, when you submit an XMLP concurrent request in EBS you have to choose which template to apply for the layout. So it looks like it is not posssible within a unique concurrent request to generate documents in more than one language. Is it so or am I missing something ?
    3) Regarding documents multiple delivery management, I undertsand that we can do it either with bursting engine or with specific JAVA code implementing XMLP APIS. Even we are newbies in JAVA, we can deal with that. But I am quite puzzled as I find nowhere a document that explains how to develop that and especially how to integrate this within EBS.
    Let me explain you our current logic with Streamserve and let me know how this can be implemented within XMLP :
    - a report is setup in EBS as Executable type = SqlPlus / Output Type=PDF
    - the SQLPLUS scripts takes into account the user request's parameters and generate an XML(like) file including all the data
    - at the end the SQLPLUS calls a specific shell that runs the Streamserve step : the XML file is passed to the specific streamserve binary report wich generates several outputs (global PDF for the concurrent request output + global PCL flow sent to the printer queue + 0-n physical file(s) for archiving + 0-n email(s) sent ...)
    - The language and delivery modes are not unique within a batch: they are decided per document in the streamserve binary report (based on third party setup included in the XML data file). So we don't need to launch a report batch per language or delivery mode.
    I think such process should be possible using XMLP java APIS but I am quite stuck as I don't know how to start. Has anyone implemented such a global process in EBS with XML ?
    Thanks again
    Karim Helali

  • Problem in Continuous check printing from second page in F-58

    Hi ,
    I am using T code F-58 to trigger cheques. I have made a Z* of the standard script F110_PRENUM_CHCK as I just require the Payee name, date, amount in digits and amount in words to be printed on the cheque.I am using the continuous stationary for the cheque . I am using EPSONLQ1150II DOT Matrix printer.
    The cheque dimensions are ; width:202 MM and Height 94 MM excluding the dots on either side.
    I have created a z page format with the same dimensions ,
    also created format type with same name and for device type SWIN - Windows printing via SAPlpd
    z format is linked.
    Also in local system , i defined z page dimensions in server properties
    and selected printing preferences as this z page size .
    Issue :
    When i am trying to take print , check is printing properly in first page for spool 1 .
    If again when trying to print 2nd spool , check is not printing properly in second page check.
    It is printing 2mm down , for 3 rd page further printing downwards.
    As this is pre printed stationary data is not lying correctly from 2 nd page onwards.
    kindly give me any suggestions how to rectify this.
    Thanks & regards,
    Hari priya.

    Issue is not resolved.
    kindly give me any suggestions..
    In SWIN - Windows printing via SAPlpd device type , for DINA4
    Printer initialization :  # no action.
    End of page is having \f
    End of line is having \n
    Reset after exit is having # sapwin x_paper
    Cover page is : # no title page 
    all are in green.
    Same thing i included for MY z page format . But still it is printing same as mentioned above.
    Kindly suggest how to write initialization for z page format for SWIN device type. 
    thanks & regards,
    Hari priya
    Edited by: Hari  Priya on Apr 25, 2011 9:16 AM
    Edited by: Hari  Priya on Apr 25, 2011 11:57 AM

  • Barcode related Template output Printing Junk characters  in XML Publisher

    Hi Gurus,
    Could you please help me out..
    I have a bar code related Template and registered to Concurrent Program(i.e. Report type as Executable) and i run the Program in PDF Output.
    I am using free "3 of 9 font" for Bar code in my template
    Problem Occurrence Procedure
    1) When i submit the Concurrent Program and Click the View Output Button
    2) the out put looks good with Bar code and Text in Table Format.
    3) when i assign a printer, while Concurrent Program Submission then the printer prints output with Junks Characters and no data in it.
    4) if i save the PDF Output file in Desktop and give print then it prints Good with barcode and text in Table Format.
    The main problem is when printer is assigned to the Concurrent Program while submission of Request then the Printer output is printing Junk Characters but through View Output Button in Request Window we get Barcode Output Good with data in it
    Could you please give me the Solution in Step by step Procedure
    It would be grateful to me..
    Thanks,
    Vijay

    Hi Schavali,
    Ours Database Server
    RDBMS : 10.2.0.4.0
    Oracle Applications : 11.5.10.2
    OS:- IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    If you are using UTF8, direct PDF printing is not supported. Has the barcode font been installed ?
    i am using free 3 of 9 bacode font..
    Could you please give me the step by step procedure for printing the Output with barcode labels..
    Thanks,
    Viajy

  • Printing Chinese characters in XML Publisher - using RTF Template

    Hi All,
    I have to build RTF template for invoices report.
    When i run the report for US/UK operating units , it is working fine. But when i run the report for China invoice. Chinese characters were displaying like ?????
    Can any one help me how to fix this?? it is urgent issue...
    Thanks,
    MG

    Pl post details of OS, database and EBS versions, along with the database characterset.
    Are you creating PDF output ? Can you print Chinese characters when using US/UK operating units ? Are you using Pasta ?
    How to Generate PDF Output With UTF8 in R12? [ID 778970.1]
    HTH
    Srini

  • Generate a pdf page from OAF using XML publisher.

    Has anybody come across a successful way to generate and display in browser a pdf page based on results passed from OAF page. Would like to know what are the steps involved and where the pdf templates and datasource files need to be stored.
    Thanks.

    Please see some relevant info on this thread.
    Re: Generation of Pdf file on OA Page
    Thanks
    Tapash

  • How to use 2 vo's in xml publisher pdf genarate report from oaf--urgent

    Hi Guru's,
    i am integrating xml publisher report from oaf. I found one good artical published by prabaker in apps2fusion site and i implemented the same. But it is used onley one view object to generate pdf. But in my case i want to use 4 view objects to generate report as pdf. So, kindly suggest me how to resolve this issue.
    below i mentioned the site name whihc i follwed to implement my requirement.
    http://apps2fusion.com/at/51-ps/260-integrating-xml-publisher-and-oa-framework.
    pls help me as i am not getting , how to solve this issue.
    Thanks in advance.
    Keerthana

    Hi,
    When we develop simple XML report also we used to get single data source either generated either from RDF or PL/SQL, in OAF XML data is coming from VO and XML Publisher API’s will process that data.
    This approach works fine if you are having one VO, but if you are having two VOs then it is not possible (As per my understanding and comparing this scenario with simple XML publisher report).
    I also faced same problem few months back, on my form I was having two VOs one for header and other for Lines and I have generate Report to show the data for both Headers and Lines. In my case I created a separate VO that was containing both Header and Line details and I was passing header Id to query that. I used query this VO only when someone clicks on “Print” button and it worked fine for me.
    Regards,
    Mahesh B.

  • Format Payments check printing program completes in warning APP-FND-00500:

    Hi All,
    I'm in process of converting Oracle Payables check printing from reports 6i to XML publisher.
    I created template, data definition and changed the output for concurrent program to XML.
    I tried printing check and 'Format Payments (Evergreen)' concurrent program completed with warning.
    Log file has following error.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. An error occurred while AOL tried to spawn the print process
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. An error occurred while AOL tried to spawn the print process.
    Any one there has any idea what this error is for.
    Thanks
    pallavi

    This could have something to do with the fact that your printer is not set up correctly. Can you run a plain text (OReports) file output to the same printer? If not, then the printer is not set up in FND correctly. If you can ...
    Remeber that unless you have a more modern printer that can handle PDF documents natively then XMLPs PDF is going to need to be converted to PS or PCL. I would suggest you investigate the PASTA printer driver and get that set up. It provides the ability to call a program pdf2ps for instance, to convert the PDF to PS. There is a bunch of info on metalink
    Tim

  • Unable to print barcode in xml publisher

    Hi All,
    I tried to print the barcode using xml publisher but i am not able to do so.
    Will you please guide me on this !
    I follow the below steps, please correct me if i am wrong.
    Step1: I downloaded the IDAutomationSC128L.ttf and paste in c:\Windows\Fonts.
    Step2: I move to xdf.cong file ( C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\config) and edit the file with the below code
    <font family="IDAutomationSC128L" style="normal" weight="normal">
    <truetype path="C:\Temp\IDAutomationSC128L.ttf" />
    </font>
    Step3: I change the field font the respective ttf. Here i am able to see the barcode.
    Step4: When i preview the report in pdf at client system i am not able to view the barcode but where as in rtf i am able to view.
    Step5: When i run the report from SRS window i am not able to view the barcode..
    Please guide me if i am wrong.
    Regards,
    Zaheer.

    Hi,
    What is your application release?
    Please see if these docs help.
    Obtain BARCODE128.class for Advanced Barcode Usage in Oracle Applications 11i with XML Publisher 5.6.3 [ID 1072226.1]
    How To Implement An AFM / PFA Barcode or MICR Font Within A UTF8 EBS Instance [ID 466531.1]
    How to setup, map, and print custom reports with a barcode / MICR font [551630.1]
    In XML Publisher Bursting Barcode Font is Ignored [ID 1136423.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Oracle BI Office Add-In for Excel (Failed to insert Oracle BI view due to )

    Dear all, I receive the following error message when I change the Prompts in Oracle BI Excel Add-In: Failed to insert Oracle BI view due to processing query error. I think it has something to do with the performance of the development database. Is th

  • Long operations session killing

    hi i want to remove a particular session which one is running a long query.ie.some user a running a query which one is taking too much time to run.how to kill such session?? regards Edited by: you on May 19, 2010 6:02 AM

  • Loading date in delivery

    Hello SAP gurus in sales order we have 10 line items with different loading dates for each line item and loading date in the slaes order is at item level.while creating a delivery for these line items the loading date is at header level in the delive

  • Keyboard shortcuts and Word

    I am not sure if it is OK to ask this question here, please indulge me if it isn't and tell me where to post. I use Word 2004 on our G4; Mr H uses it on our MBP. (we have three liscence keys with our edition so all is legal) Is there a keyboard short

  • What is the orbrandom.txt file?

    I've seen that in some cases, in the instance config directory there is a modified file called orbrandom.txt. For that reason, the administration console asks for applying changes to the instance because this file has changed. What's the purpose of t