Print format problem in report

I have a tabular reports with several repeating frames.For each record of the outer repeating frame, I have multiple records in the inner repeating frame. My problem is if the inner repeating frame cannot fit within a page , it does not overflow to the next page but the record is truncated. I have a summary column in the outer frame based on the inner frame values. Sometimes I see this summarised results but no record is display from the inner repeating frame. I hope someone can visualise this and come up with a solution. I had wanted to paste the layout on the blog but to no avail. Thanks for your help.

while defining filed catalog define the data type also
  clear l_fieldcat.
  l_fieldcat-fieldname  = 'MEINS'.
  l_fieldcat-datatype = 'UNIT'.
l_fieldcat-no_out     = ' '.
  l_fieldcat-do_sum = 'X'.
  l_fieldcat-seltext_l  = 'UOM'.
  append l_fieldcat to p_fieldtab.
may be it would help.
anya

Similar Messages

  • How to set the default print format for the report

    Hi,
    In ALV report , i want to defalut specific print format and printer for background processing .
    Any clues!!!!!!!!!
    Regards
    Swatantra

    Hi
    Please check below code:
    DATA: PRIPAR TYPE PRI_PARAMS,
          ARCPAR TYPE ARC_PARAMS,
          LAY    TYPE PRI_PARAMS-PAART,
          LINES  TYPE PRI_PARAMS-LINCT,
          ROWS   TYPE PRI_PARAMS-LINSZ.
    DATA: val(1).
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        destination            = 'LOCL'   " <--- Printer Name
        no_dialog              = 'X'
        immediately            = ' '
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc <> 0.
    *     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *** Specifying the page formats
        pripar-linct = 65.
        pripar-linsz = 190.
        pripar-paart = 'X_65_132'.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        in_archive_parameters  = arcpar
        in_parameters          = pripar
        no_dialog              = 'X'
    *      list_name              = 'Testing Purpose Only' "l_list
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc EQ 0.
      NEW-PAGE PRINT ON
      NEW-SECTION
      PARAMETERS pripar
      ARCHIVE PARAMETERS arcpar
      NO DIALOG.
    ELSE.
      write:/ 'Unable to create spool'.
    ENDIF.
    So now a spool is created with the required print parameters...
    The list that is created from here will be in the spool.
    Once the list is completed, close it with NEW-PAGE PRINT OFF.
    Hope this helps.
    Regards
    Eswar

  • Pre Printed Format Problem.

    Hi, Experts.
    My Client Have Pre Printed Formats so i designed PLDS In
    PLD When I am Increasing Height Of The Page Header at this
    time Page Footer Data Base Fields are changing there Size.
    Similarly Page Footer also.
    When we are Desiging For Pre Printed Formats What is the
    Important things we have to Do ? We are Using DOt Matrix
    Printer in this we have setting for Page Formats and Instially I
    measure Existing Pre printed format then i conver it to Points
    Bsed on this Points i created Layout here also iam not able to
    get exactly in that fileds.
    When we are using Pre Printed Formats intially what we have
    to do ? I set
    Printer :Epson LQ -1050+
    Page Format:FanFold 8.5*12in
    Margins
    Left:20
    Right 20
    Bottom:10
    Upper:10
    I choose Grid -> Format:Contious Line
    Size 10
    were i need to set alignments ?
    regds,
    sampth.

    Hi
    When using a Dot Matrix printer you should follow the steps from the SAP Note 724904 that helps you with the paper size.
    The Dot Matrix printer you are using is not supported so you may getting it working now, but may stop working in future patches or version as the application is not ready to work with this printer.
    Those are the support printers
    https://service.sap.com/smb/sbo/documentation -> SAP Business One 2005A 
    SP01 -> Solution Operations Guides: DB2, SQL, SQL2005, Sybase .         
    - Citizen PROdot 300                                                    
    - Epson FX-880                                                          
    - OKI MICROLINE 320 Elite                                               
    - Epson FX-890 (SAP Note 1064382)                                      
    Paulo Calado
    SAP Business One Forums  Team

  • Discoverer Plus Business Intelligence Print Format Problems

    I am having a problem with setting the print settings to landscape. Under page setup before printing i set the Orientation to Landscape. The worksheet is printed in a landscape format, but the margins only go halfway across the page (under print preview the report fits on one page). It seems as if the program is taking the potrait orientation and just printing an image of the potrait printout in landscape. Does anyone know what the problem is? Thanks!

    Hi
    Discoverer Viewer is licensed the same as Discoverer Plus. If you have 1 Plus user and 20 Viewer users you need to be licensed for 21 users.
    You can either buy named users or you can buy an unlimited license. The cutover point is 25 users becauses the last time I looked I believe the per user price was $800 and the perpetual was $20,000 per CPU.
    The minimum purchase for named users is 5 so are you absolutely certain that 1 license you have isn't a perpetual license or even perhaps a Discoverer Admin license?
    You should discuss this with your Oracle sales rep who may well be able to get you a better price.
    Best wishes
    Michael

  • Print Formatting Problem On Specific Printers

    When printing an ABAP list in LOCL mode, on certain printers the grayscale backgrounds of fields print as slashes ////// and others print as crosshatched.
    For example, on a Canon 2200 printer,
    this code prints as crosshatched background behind the text:
          WRITE: / 'INSTALLATION:',
          15 GSTR_REP-ANLAGE COLOR 6 INVERSE ON.
    This code prints as slashes in background, behind the text:
          FORMAT COLOR 5.
          WRITE 'Write some text'.
          FORMAT COLOR OFF.
    On an HP 8150 printer, the same report prints a grayscale background for the color 5 example, and a plain background for the color 6 example.  It does not matter which output device is chosen, the output is the same.
    Any ideas on how to resolve this, so the report prints the same way on all printers?
    Thanks

    It really all depends on the printer drivers being used for each model of printer.  I would say that if you want all the printers to print the same,  buy all they printer model.  I know that this is not realistic,  but I think that you are stuck with what ya got.  I don't know if changing the print device attributes at the OS level of SAP will help or not.
    Regards,
    Rich Heilman

  • Sapscript Standard Text Printing - Format Problem

    Heros,
                  I wanted to print one standard text(Basic Text of Process order) in sapscript.I am using the INCLUDE command instead of Read_text FM , so that I can keep the Paragraphs of that text intact.But I am falling short of two requirements of my client.
    1. He has highlighted Some words of the text and underlined some of the text. He wants that character format intact in spascript.How can I do that?
    2. The script initaly was using Read_Text and was storing the value in a variable wa_line and was printing in script as
    <b>[LI ]  DESCRIPTION:  &wa_line&</b>
    so it was printing like
    DESCRIPTION:   fasfoihfaishfiahfiafhfihfahfiashfiahfahfiafiasfihahfisahfafasi
    But now I am using INCLUDE command as follows
    <b>[LI] DESCRIPTION:
    [: /] INCLUDE OBJECT BLAH BLAH</b>
    So it is printing like
    <b>DESCRIPTION:
    fasfoihf
    aishfiahfiafhfihfa
    hfiashfiahfa
    hfiafiasfihahfisahfafasi</b>
    I want to get them in same line.
    I mean
    <b>DESCRIPTION: fasfoihf
    aishfiahfiafhfihfa
    hfiashfiahfa
    hfiafiasfihahfisahfafasi</b>
    Is that possible?
    <b>Reward Point Guranteed.</b>

    Hi Anid,
    When you are creating your standard text the default value in the tag column is *. If you change this value to = (Extended line) the display of standard text will start in the same line as the previous value (in your case it will display the standard text in the same line as DESCRIPTION:).
    Hope this solves your problem!
    Regards,
    Saurabh

  • Printing format problem from Linux GUI

    Hi!
    We have configured Printer for Linux Clients with "U" access method and users are able to take print out through Linux GUI.  However, the printout is not in desired format.  For example, PO printout has rows, columns, lines, borders, etc. which are printed correctly through Windows Printer. But when we take printout from Linux, lines, borders, logos, etc. are not printed, and only raw printout is fired.
    I believe some ABAP development has to be done. Can anybody help in this regard please.
    Regards,
    Pankaj

    hi pranav,
    ABAP-ers usually create those program (smartforms or ALV list) using SAPGUI for Windows so if you switch print them using SAPGUI for Java it's going to be different either print out nor print preview.
    I used different technique so that my Linux client can print program (that had been created using SAPGUI for Windows) without changing any code on the program.
    ardhian
    http://sapbasis.wordpress.com

  • Alv report Print out Problem

    Hi Experts,
       I am having problem while taking print out of Alv report format. In that report, 1 column contains  Unit  Values.
    Eg.  Unit value - 'LE' , AFTER USING CONVERSION EXIT LOGIC it is converted into 'AU'  which is finally displayed in the Alv -Report display format. 
    while taking Print-out of that report , that field Unit Value 'AU' is Shown in this format  "****'.
    Please give me your Valuable Suggestions.
    Thanks and Regards
    BalaNarasimman M

    while defining filed catalog define the data type also
      clear l_fieldcat.
      l_fieldcat-fieldname  = 'MEINS'.
      l_fieldcat-datatype = 'UNIT'.
    l_fieldcat-no_out     = ' '.
      l_fieldcat-do_sum = 'X'.
      l_fieldcat-seltext_l  = 'UOM'.
      append l_fieldcat to p_fieldtab.
    may be it would help.
    anya

  • Reports Format Problem URGENT!!! PLEASE!!!

    Hi.
    We have a customer who runs Application Server 10.1.2 on Windows2003. We deployed Forms & Reports 10.1.2 and it worked fine. Suddenly (since yesterday) all the reports generated in PDF and HTML format are UNFORMATTED, they look like character reports on the screen!
    We have exactly the sabe configuration here but we just cannot reproduce de problem.
    Here, on Reports Builder, if I choose Generate to File -> PDF, ite generates ok, but on the customer, it gererates unformatted too. It seems to me some environment issue, but I cannot find!
    ANY HELP would be appreciated!
    Thanks

    It seems there is an issue with the printers. If we uninstall de default printer (a character printer), the problem disappears.
    Still working on it.
    Any help would be appreciated.
    Thanks
    Carlos Inglez

  • Crystal Reports print preview problem

    Hello
    The problem is that print preview of a report using crystal Report dotnet Print Preview is  making u201Cblank signsu201D inside words. The blank signs occurs near Swedish special signs like u201Cåu201D, u201Cäu201D and u201Cöu201D. Also near u201C.u201D (dot). Maybe there are more signs making this problem.
    The problem occurs for those who have .NetRuntime, or a full installation of Crystal Reports
    The problem started when we installed Crystal Reports 12. In earlier versions we had no problem with this.
    It feels like Crystal Report have some bug in the u201Ctext rendering engineu201D. This is obviously a problem when a customer previews a text before printing it. This preview should look like the printout. Even if the room between two letters not is  a space, there still is a room that is interpreted as a space by a human.
    However, if we zoom to larger % (200%) the preivew is matching the report.
    Regards
    Kamlesh

    Make sure you have SP 2:
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    with FP 2.5 on top:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975192010E/cr2008fp25.exe
    If the issue persists, since it is in the CR designer, post to the CR design forum:
    SAP Crystal Reports
    You need to resolve this in the designer, before trying to resolve it in a .NET application.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • On the Wall Street Journal website, I am not able to print out of the print format. Never had a problem before with this.

    I click on the print icon under an article in the Wall Street Journal. A new window opens with the article in print format. When I print, I get blank paginated pages equaling the length of the article. On the top left hand corner of the page will appear the title of the article; on the top right hand corner will appear the web address of the article; on the bottom left hand corner will appear the pagination; and on the bottom right hand corner will be the date and time of the printing. This is just how any article would print; the only difference being that I'm not getting the content of the article printed.
    This has only started a couple of days ago. I do not have this issue with any other publication, yet this problem doesn't exist with other browsers.

    I don't have a WSJ account to test... Here is some general advice:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    This will open a window listing the site's cookies, which you can remove individually.
    Then try reloading the page and logging back in. Does that help?

  • SAP report print formats

    Hi!
    There are several report print formats in an ABAP report. You can choose between them during printing, some examples: X_65_80 (80 columns, 65 lines), X_90_120 (120 columns, 90 lines) and so on...
    Is there away to define more "standard" like printer formats?
    I know, I can give anything after the REPORT statement (like REPORT zreport LINE-SIZE 99 LINE-COUNT 99) but these are not standard and mostly the printers don1t like them.
    Thank you in advance
    Tamá

    Hi Tamas,
    When you run the report, the spool will be displayed on the screen. At this time, click on print,the system will show the print dialog. Click on properties, this will spool request attribites dialog. Click settings. in the next dialog box, select the required field, and the value and select the validity as required. This way you can set the standard format for all reports.
    Ravi

  • SSRS 2008 R2 why Link Report Print format different from parent?

    Hi,
    I have created a link report based on Report A.
    In Report A I have set the print format to "LANDSCAPE", but the link report always appear in Portrait, any work around on this?
    If this is one of the SSRS bugs, is that anyway I can disable the print button in Report Server?
    Thanks

    Hi SAMSUNG,
    I can reproduce the issue in my local environment. As per my understanding, this scenario is caused by design.
    In Reporting Services, Report server administrators have the option of disabling the print feature by setting the report server system property EnableClientPrinting to false. But this property will disable client-side printing for all reports managed by
    the server. So if you want to hide the print icon in all reports, we can refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms155874(v=sql.105).aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Problem when trying to print standart invoice crystal report for SAP

    Hi All, I have the following problem when trying to print a system invoice report in crystal reports for SAP
    I pass params and load the report using this code
    Private Sub DisplayThreadReportSeq()
    Dim oView As New frmViewReport
    Dim strReportPath As String = ""
    Dim strParamName As String = ""
    Try
    Dim CR As New ReportDocument
    CR.Load(oReport.CrstPath)
    ' Declare the parameter related objects.
    SetReportValues(CR)
    Dim crParameterDiscreteValue As ParameterDiscreteValue
    Dim crParameterFieldDefinitions As ParameterFieldDefinitions
    Dim crParameterFieldLocation As ParameterFieldDefinition
    Dim crParameterValues As ParameterValues
    ' Get the report's parameters collection.
    For Each oPar As cslParam In oReport.Params
    crParameterFieldDefinitions = CR.DataDefinition.ParameterFields
    crParameterFieldLocation = crParameterFieldDefinitions.Item(oPar.ParName)
    crParameterValues = crParameterFieldLocation.CurrentValues
    crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
    crParameterDiscreteValue.Value = oPar.Value
    crParameterValues.Add(crParameterDiscreteValue)
    crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
    Next
    If pPrint Then
    If oReport.Printer "" Then
    CR.PrintOptions.PrinterName = oReport.Printer
    End If
    CR.PrintToPrinter(IIf(oReport.Copies = "", 1, oReport.Copies), False, 0, 0)
    SBO_Application.StatusBar.SetText("Printed Document Successfully", SAPbouiCOM.BoMessageTime.bmt_Medium, SAPbouiCOM.BoStatusBarMessageType.smt_Success)
    Else
    oView.Text = pReport
    oView.TopMost = True
    oView.Viewer.ReportSource = CR
    oView.Hide()
    oView.ShowDialog()
    End If
    Catch ex As Exception
    Util_GenErrorLog("DisplayReport", ex)
    End Try
    End Sub
    This code works fine when the report invoke to print is developed in crystal reports version for .net 2008 or .net 2005
    when trying to print a report standart getting from SAP BO 8.8.1 using this code I getting the following error:
    Error in File C:UsersecombaAppDataLocalTemp5ARInvoiceStandartSap {300B9A68-DF05-4D7B-8F3B-1670A4493BEE}.rpt:
    Error in formula .
    'Shared numberVar SectionTotalMaxHeght;
    A number, currency amount, boolean, date, time, date-time, or string is expected here.
    This report is the standart report that SAP 8.8.1 includes and works fine on SAP.
    I referenced this dlls CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.CrystalReports.Shared, version 10.2.3600
    How I can get these dll´s version for Crystal Report 2008 for SAP Business one or How I can solve this problem
    thanks in advance,
    Ezequiel.

    Hi Ezequiel,
    You can try to search in SAP Business One Reporting & Printing forum section or post there.
    nd.Q

  • I am unable to print a proper playlist in the jewel case format.  Lines print on top of one another.  No problem with other print formats

    I am unable to properly print a playlist in the jewel case format.  All lines bunch together.  I have no problem with other print formats.  Help please.

    If it is a USB powered external, no AC adpater, that may be the reason. Mac notebooks are known to have low powered USB ports. You can get around that with a Y USB cable to connect to 2 USB ports at the same time.

Maybe you are looking for