1)Develop the Report(.rdf) Only DataModel
2)Save the report and Compoile it.
3)Move the the .rdf into custom Top like CUS_TOP\11.5.0\Reports\US
.rdf File registration :
=========================
4)Create Executeable
====>Pass the Executeable Name :xxxxx
====>Short Name :xxxxx
====>Application name :xxxxx
=====>Execution method :oracle reports
=====>Execution file name :your .rdf file name
5) create Concurrent Program
Output = XML
6)create Request Group and attached to Concurrent program
7) Attach u r request group to based on client given Responsibility
go to file---> switch responsility----> select what ever ur add responsibility
Go to view--->request ---> SRS
8)submit ur cp and refresh it we will get output.
9) save your output as .xml format.
10)Copy the Concurrent Program Short name
include the follwing Tool Bar options called Form and Templete builder
13)Define the Table and Specify the Titles and Labels whatever we would like to print
====>If we want to Develop through wizard go to Template builder=>data->load XML Data
====> Template Builder=>Insert=>Table/form=>wizard
====>file=>save=>save Rich text format
14)Include 'Text Form Field' Double CLick => Add Help Text button enter the following
syntax
<?for-each:G_USER_ID?> : Here G_USER_ID is Group name from .rdf Data Model
Note: It means Indirectley Repeating Frame starting
15)Define the Fields which we would like to display
Include 'Text Form Field' Double CLick => Add Help Text button enter the following
syntax
<?Column Name>?
Note: Define all the fields like this
16)We have to close the Repeating Frame (For each Loop)
Include 'Text Form Field' Double CLick => Add Help Text button enter the following
syntax
<?end for-each?>
17)Save the document in .rtf(Rich Text File format)
19)Load the .xml file data and generate the Output in pdf Format
Data=>Load XMl Data=>Load the .xml File=>Once Data is Loaded succesfully
20)Generate the Preview as per this Preview=>PDF
1)Develop the .rdf file and .rtf file
2)Register both .rdf and .rtf file
.rdf File registration :
=========================
1)Move the .rdf file into CUS_TOP\11.5.0\Reports\US
2)Create Execuiteable
Concurrent Program Output = XML
Request Group
Responsibility
User
SRS
3)Copy the Concurrent Program Short name
.rtf File Regitration:
=======================
1)Goto the XML Publisher Administrator Responsibility
2)Select Data Definations form
Enter Data Defination Name = Enter Any Name
Code = Concurrent Program Short Name
Application = Any application
startdate = Current Date
3)Copy the DataDefination name we have to add this to the Templete
4)Open the Templete Form
Enter Templete Name : Any Name
DataDefination : enter data defination whatever we have created
Code : Concurrent Program Short Name
Type : rtf
application : any Application
File : Upload the .rtf file
Laguage : English
Territory : United States
5)Select Apply button
After register the .rtf file submit concurrent Program from SRS window system will
automatically pick the .rtf file and generates the Output.
If we want to customze the .rtf file we have to download by using templete , Customize then
upload the .rtf templete
This comment has been removed by the author.
ReplyDelete