Missing format in Report 10g

After converting the reports 6i to 10g, all the format are missing in the output.
We have horizontal line, vertical line and column header line in all the reports. But in report 10g output displays with out any horizontal or vertical line. This line formats are very important in few reports like purchase order, sale order prints.
I am using RP2RRO library.
Any solution.

I am using HTML.
PDF output displays it correctly but orientation is changed. In the report orientation is Landscape. Even in reports 6i, it was perfect. But in 10g desformat as pdf, the orientation is changed to pdf.

Similar Messages

  • Formating in Report 10G

    I am getting the following output.
    SNO GR BOOK SCNO BILLNO RCTNO RCTDATE RCT-AMT SNO GR BOOK SCNO BILLNO RCTNO RCTDATE RCT-AMT
    1 592 E258 073688 9 291182 101108 6400
    2 592 E256 085375 9 291183 101108 24900
    3 592 E256 020404 9 291185 101108 97600
    4 592 E260 075430 9 291187 101108 50700
    I want the following output.
    SNO GR BOOK SCNO BILLNO RCTNO RCTDATE RCT-AMT SNO GR BOOK SCNO BILLNO RCTNO RCTDATE RCT-AMT
    1 592 E258 073688 9 291182 101108 6400 2 592 E256 085375 9 291183 101108 24900
    3 592 E256 020404 9 291185 101108 97600 4 592 E260 075430 9 291187 101108 50700
    As in the above query SNO 2 is coming horizontally after SNO 1
    How to do it in report layout editor.

    Hello,
    If instead of :
    1
    2
    3
    4
    you want the output as :
    1 2
    3 4
    you can change the Repeating frame Direction :
    Change the default value "Down" to "Across Down"
    Regards

  • How to generate oracle report output in a comma separated format in reports

    Pls any one can help in generation of oracle report in comma separated format in reports 10g.....
    thanks,
    prasad.
    1,Chennai,Nokiasiemen,Convent junction,5535

    Use desformat=delimited.
    http://download.oracle.com/docs/cd/E15523_01/bi.1111/b32122/orbr_howto007.htm#i1040102

  • Reports 10g Missing information during file conversion

    I have a large report that includes several graphs that keeps giving me an error during conversion that says the report is missing information and cannot create the file. I have never seen this before this report. It is actually giving me the message REP-1067 Some information is missing in the report. It just seems to happen when I add another graph. There is no information on REP-1067 in searching in the forums which does not give me a lot of hope.. Anyone have any ideas where to look. Report Builder 10g, Database 10g.
    There are already several graphs in the report, so I don't believe it is a graphing issue.
    Edited by: jdev_p8baller on Nov 11, 2011 1:00 PM

    Hi,
    check this if it is helpful.
    TABLES: likp, lips,itcpo.
    DATA: pdftab type standard TABLE OF tline,
    datab TYPE standard TABLE OF itcoo.
    itcpo-tdgetotf = 'X'.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    DEVICE = 'PRINTER'
    DIALOG = 'X'
    FORM = 'Z1989_PRAC'
    LANGUAGE = SY-LANGU
    OPTIONS = itcpo
    // call script using start_form and write_form.
    CALL FUNCTION 'END_FORM'
    IMPORTING
    RESULT = gi_ofc
    CALL FUNCTION 'CLOSE_FORM'
    TABLES
    OTFDATA = datab
    EXCEPTIONS
    UNOPENED = 1
    BAD_PAGEFORMAT_FOR_PRINT = 2
    SEND_ERROR = 3
    SPOOL_ERROR = 4
    CODEPAGE = 5
    OTHERS = 6
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    IMPORTING
    BIN_FILESIZE = BINFILE
    TABLES
    otf = datab
    lines = pdftab
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE = binfile
    filename = 'D:\MYFILE.PDF' //give the address where u want output.
    FILETYPE = 'BIN'
    tables
    data_tab = pdftab
    Regards
    Rajesh Kumar

  • How to edit an XML format report in Report 10G

    Hi
    Please tell me how to edit an XML format report in Report 10G .
    Regards
    Deepak Gupta
    Edited by: user12299081 on Sep 6, 2010 10:19 PM

    Hi
    Please tell me how to edit an XML format report in Report 10G .
    Regards
    Deepak Gupta
    Edited by: user12299081 on Sep 6, 2010 10:19 PM

  • Vertical allignment of columns in tabular format of report in obiee 10g

    Hi,
    I have a client requirement in which the colums are to be alligned vertically instead of being displayed horizontallty which is the default format in obiee.
    Can anyone help me in achieving this requirement .
    below goes the format of report we need in our project :
    Column Name Value
    Trade Summary:     
    Counterparty:     [Counterparty Name]
    Trade ID/ Global ID:      [Trade ID / Global ID]
    Trade Date:     [MM/DD/YYYY]
    Settlement Date:     [MM/DD/YYYY]
    Notional:     [CCY2] [Notional] <- show the non delivery currency
    Thanks,
    Mayuri Shah

    Hi,
    Change the columns as rows and rows as columns in the pivot view properties.You can display all the columns as rows and data as columns.
    If you want display the column data in sections place required columns in section .
    mark if helpful/correct..
    thanks,
    prassu

  • ORacle reports 10g conditional formatting

    ORacle reports 10g
    Trying to hide a txt field without losing the line
    If I hide the field depending on a condition, all lines below move up - I do not want this to happen
    Any suggestions ?
    XML is out of the question at this time on this report.

    If possible, change the vertical elasticity of the item to 'Fixed'. If it is not feasible, then do you have any other items on left or right of the hidden item, which you do not hide? If you enclose all the items (including the item which is in question) within a frame. And change the line color of the frame to transparent. Vertical elasticity as 'Variable'. If that is also not possible, then create a boilerplate text (type . there), next to the item. Change the color of the '.' to white and font size to 2. So it is not visible. When item is hidden, '.' will be there and lines wouldn't move up.
    Hope this helps.

  • Suppressing a warning message in reports 10g

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    probably best to post this in the reports forum

  • Inserting PDF File in Reports 10g

    We are having oracle reports 10g Rel 1, We have product drawings
    stored as PDF File We wish to print this PDF Along with a report
    i.e when generating Purchase Order of a item the stored drawing in PDF format should also be included in the report for all the items in that order.
    Thanks
    Chaand Kackria

    can u please send me the postscript fonts files in your os.
    I am facing the problem i.e converting character mode report into PDF report it is printing in the compressed mannner.
    Can u tell me whether i can generate softcopy,postscript for a char mode report in one go..because i can run the report only after that the records are deleted.
    Thanks
    Ramesh

  • How to send the output to PDF format in reports 6i?

    Hi,
    How to send the output to PDF format in reports 6i? I given Mode = BITMAP.
    DESTYPE = File, DESFORMAT = PDF, DESNAME = C:\x.pdf.
    Report is running fine. But PDF file not generated. I don't know what i missed. Any one can help this?
    Thanks
    Kavitha

    Hello,
    Do you get this problem only for DESFORMAT=PDF ?
    Test with :
    DESFORMAT = RTF, DESNAME = C:\x.rtf
    or
    DESFORMAT = HTMLCSS, DESNAME = C:\x.html
    does it work ?
    Check if DESNAME is modified in the reports itself.
    Regards

  • How to Display PDF File on Oracle Report 10g

    Dears,
    i have a PDF File on the server,
    also i need to display this file into rdf report.(Embed the PDF file into Report)
    Regards

    Dear Inol,
    I have the same problem I want to embded a PDF, word Doc OR Image in report 10g.
    And I put the read from file property YES and File Format OLE2
    and it doesnt work by run_web_report by repport server. while in run report layout it works.
    And my report server on the same Pc "The file path on the same server". or you can say that im working on the server where the path of the file exists and it doesnt work also.
    So what do you think that i have to do to solve this problem.\
    by the way i try to Genarate the report to a file in spacefic path then open it. and it didnt work also.
    any help will be apreciated.
    thanks in advance.
    Ashraf

  • Image Problem in Reports 10g

    Hi Gurus,
    I am using an Boilerplate in the Reports 10g. In the Property Inspection I am passing
    Source File Format : Image
    Source FileName : &P_IMG_LOCATION
    Where &P_IMG_LOCATION is the dynamic location which is fetched from the database
    For Eg . &P_IMG_LOCATION will be \\oracle\logo.bmp
    But It is giving accepting &P_IMG_LOCATION in the Source FileName.
    Please tell me how can i pass the location???
    Best Regards,

    Yeah, you can't do that. Instead, in your data model, create a formula column that is populated from &p_img_location. Then, set the "Read from File" property to "Yes" and the "File Format" to "Image". In your layout, create a new field and use the new formula column as the source.
    Message was edited by:
    Brian Hill

  • Re: Barcode in Reports 10g

    I know this is an old post,
    Barcode in Reports 10g
    but I am facing the same problem here. Using reports 11.1.2.1, running on a Linux server.
    I have set this on <domain>config/FRComponent/frcommon/guicommon/tk/admin/uifont.ali:
    XYZFONT = "XYZFONT.afm XYZFONT.pfa"
    But generated PDF reports are not embedding the fonts, since I need to have them installed on the computer to see the barcode. I understand the parameter PDFEMBED is set to true by default. But my reports are called from Oracle Forms. How can I be sure the parameter is correct? What else could I check?
    Thanks in advance.

    Hello,
    The steps related to PDF Subsetting and PDF embedding are "extra" steps that occur after the step "Report formatting ".
    In order to take into account the line :
    XYZFONT = "XYZFONT.afm XYZFONT.pfa"
    the font used during the step "Report formatting " must be XYZFONT .
    Did you test to generate the Report with DESFORMAT=HTML ?
    Check in the HTML output the font name used for the "Barcode Field".
    For more details , you can refer to the document :
    Troubleshooting Guide for Font Aliasing / Font Subsetting / Font Embedding Issues (Doc ID 350971.1)
    Kind regards

  • Date format in report PDF      plase

    Hi all,
    in my report in ver. report 10g on filed is type date
    1- in type html output report the format dd-mm-yyyy
    2- in type PDF output report the format yyyy-mm-dd
    I need view in type PDF (dd-mm-yyyy)
    Please help me to achieve this.
    thanks

    Use .... to_char(your_date_col, 'DD-MM-YYYY') my_date_fmt .... in your report query.

  • Adding Image in Reports 10g

    I have added one image in existing Report to customize it.While seeing the utput in Applications it does not display the image.The format for the image is .jpg.We are using Applications R12,Reports 10g.How to get it.

    Hi ,
    Firstly sorry for asking in the same thread . .
    I am also working in the same envronment.
    my destination type is PDF and its a bitmap report.
    so my senario is something like this.
    I need to print the signature of the agent based on the agent id on all pages of the report.
    and each page it has to check the agent id and print the same .. we can issue the report to generate the o/p for multiple orders/so multiple agents. . . so
    1st page -> jack -> so his singature . ..
    2nd page -> Jack . . same order continues -> same signatuer repeats.
    3rd page -> scott -> so another signature . .
    issues:
    we have to print this in the footer of the page . . so we used the edit margin section for the same.
    we are actually picking up the agent id for that page using a summary column and function set to last and reset at page level.
    ( both the summary column and the formula colum are not in any group in the data model)
    we created a formula column for picking the image file properties below
    type: character
    read from file: yes
    file_type: image
    it actually works but the problem is the image starts from the second page onwards. and for 3 pages it prints . . .
    1st page -> blank - Jack's signature is req.
    2nd page - > jack's signature appears . .
    3rd page -> jack's signature -> should be scott's signature
    in case the fourth page for scott or any other person is ther e
    scott's signature appears . . .
    please guide me . . .
    thanks and regards
    Jagan.

Maybe you are looking for