Pages

OracleEBSpro is purely for knowledge sharing and learning purpose, with the main focus on Oracle E-Business Suite Product and other related Oracle Technologies.

I'm NOT responsible for any damages in whatever form caused by the usage of the content of this blog.

I share my Oracle knowledge through this blog. All my posts in this blog are based on my experience, reading oracle websites, books, forums and other blogs. I invite people to read and suggest ways to improve this blog.


Tuesday, April 16, 2013

BI Publisher/XML Publisher reports for Oracle Apps

Reports for Oracle Apps with XML Publisher
In last so many, I have found that Oracle Report tool is not very developer friendly and formatting of report take lot’s of time ( and money) especially reports like

  1. 1. Invoicing
  2. 2. Check Printing
  3. 3. Forms and labels
  4. 4. Contracts etc
And most of the customers has implemented 3rd Party software, and these tools are really expensive in terms maintenance, labor, licensing as well as Integration.
But with the introduction of the XML Publisher, Oracle done a great job for developer community especially for e-Business Suite developer.

Oracle XML Publisher is a template-based publishing solution delivered with the Oracle E-Business Suite. It provides a new approach to design and publish reports by integrating familiar desktop word processing tools with existing E-Business Suite data. XML Publisher leverages standard, well-known technologies and tools, so you can develop and maintain user defined (custom) report formats.

It has removed complexity and reduces total cost and that results in increase in Productivity with outoncreas in cost.

With XML Publisher 

  • We can use desktop tools like Microsoft word, excel, acrobat etc to design our Templates.
  • It supports data from the multiple sources e.g. Oracle, Sql Server, People soft, Java etc.
  • Print the output in pdf, rtf, Excel, HTML etc .format.
  • Route the report to Fax, email, printer etc.
  • Once we have a Template, with one Template we can have multiple outputs.
  • We can print the Forms in pdf.

It not only Support Outbound, but also support the Inbound. Data from the various documents like word, excel, PDF received and then converted into XML and feedback to database.


Oracle E-business (11i10) is fully integrated with the XML Publisher and almost all modules from HR to Order Management are utilizing the XML Publisher.

Customers can save lot of Time and Money by switching to XML reports for the new reporting requirements as well as converting existing labor-intensive reports to XML publisher reports and save lots of money that they are spending in supporting these reports.

Below is example of how to design and publish CUSTOM/Standatd report with XML Publisher for Oracle E - business.

1. Download and Install the XML Publisher tool from oracle website on your development computer.

2. Once template Builder has been installed on your computer an additional toolbar (Template Builder) will be displayed in Microsoft Word:

3. Design layout of the report in RTF format, you can add all types of fonts, colors, table logos, Barcode, pictures etc. This will be Template for the report.

4. Create a program to generate the XML data .XML data can be generated from multiple sources. But in this document we will take the case when XML data will be generated by Oracle Application Concurrent Program (for Oracle Reports). Store the XML data in the local computer.

5. Once the Layout/Template of the report and XML data in available Map the XML with the layout. 
6. Register the XML Data definition and XML Template with Oracle application.
7. Run the Report.

Step1/2: Install the XML Publisher tool.


After the tool installation, we can see additional tabs in Microsoft word.

Step3: Design the Layout in Microsoft word in RTF. (This layout is about how you want to see your report). you can add all types of fonts, colors, table logos, Barcode, pictures etc.



Step4: Create a source to generate the XML Data. In our case this can be a Concurrent Program for Oracle Reports as shown below.

1. Create an Oracle Report, In that case there is no need to do any formatting. Just write the queries and complete the report with Wizard.

2. Move the rdf file to respective APPL_TOP and register the report as concurrent Program 

3. Above 2 steps required if you want to create new report, but In case you want to convert existing Oracle report into XML Publisher report, then no need to do anything with the Layout, just query the concurrent program in the Concurrent program 

Responsibility > Application Developer

Navigation > Concurrent program
Query for the Report > in my Example I am Copying a exiting Report as shown below

Concurrent Program Name: Account Analysis - (132 Char) , Change the Format from Text to XML.By dooing this output of the Report will act as XML data source for our report.



Step4: Attach New report (In case you are doing a new report) with Responsibility. 
Step4: Run the Report
Step4: Report will generate the XML Output, save that in local machine.







Step5: Open the layout designed in Step 3 and load the XML data into Layout. 



Step5: Map Layout with data. (Map the XML data generated in Step 4 with the Layout designed in Step 1.)



Step6: Register the XML Data definition and XML Template with Oracle application.

Responsibility > XML Publisher Administrator
Navigation > Templates

Register the data Definition


Register the Template 



Step7: Run the report. 



Final output will appear in Layout designed with Microsoft word document.

No comments:

Post a Comment