Regarding the printing the output as many no of times

hi ,
the issue is, i need to print the report output as many number of times as i want
based on the value of input parameter. how can i do it?
we are using format type as xml so no layout model.
can anybody plz give the solution.
regards
arun.b

There is probably a better way to do this, but one option is a cartesian product to get the query results to repeat. So join to a table (any table with lots of rows) like the following:
SELECT youcols
FROM yourtable,
     (SELECT 1 FROM big_table WHERE rownum <= :numrows)
WHERE yourwhereclause

Similar Messages

  • Regarding the output of background job in spool

    Hi Friends:
         I have a report.When I run it in foreground, it displays an alv output.
    I want to see the output when I run it in background. When I select the job & press on spool, it shows a message that no list available. Please help with the settings to see the output in spool.
    Suitable points will be rewarded.
    Regards:
    Gaurav

    Hi,
    have a look at this thread:
    Re: OO ALV in background job
    Best regards.

  • Question regarding the output of Get-MailboxPermission

    Has anyone seen this sort of output for the AccessRights, specifically the number?
    This can be related to several other issues we had in regards to 3rd party AD management software. 
    get-mailboxpermisson -identity 'user' | ft user,accessrights
    OUTPUT
    User                                                 Access Rights
    NT AUTHORITY\SELF                                    {FullAccess, DeleteItem, ReadPermission}
    domain\name                                           {1179648}
    domain\name                                           {2031617}
    domain\name                                           {1179649}
    domain\name                                           {2031617}
    domain\name                                           {2031617}
    I also noticed that in some cases the SELF has AccessRights listed as a number. 
    User                                                 Access Rights
    NT AUTHORITY\SELF                                   {1179649}
    In these i issued the command
    Remove-MailboxPermission -Identity 'username' -User 'SELF' -AccessRights "FullAccess,ReadPermission,ExternalAccount"
    Remove-MailboxPermission : Cannot remove ACE on object "userFQDN" for account "NT AUTHORITY\SELF" because it is not present.
    When i manually remove SELF, then re-add self with correct permission and run the get-mailbox command the output is now
    User                                                 Access Rights
    NT AUTHORITY\SELF                         {FullAccess, DeleteItem, ReadPermission}
    again this could be due to the third party AD mgmt software, thought this might also be from migrated account from legacy domains??
    anyone see this before??? reminds me of UAC for user.

    
    It certainly looks as if you have nonstandard permissions
    settings going on there.
    Ed Crowley MVP
    "There are seldom
    good technological solutions to behavioral problems."
    "mviton" wrote in message news:75318c00-a3b2-47a1-a306-43d7da82d9a5...Has
    anyone seen this sort of output for the AccessRights, specifically the
    number?
    This can be related to several other issues we had in regards
    to 3rd party AD management software. 
    get-mailboxpermisson
    -identity 'user' | ft
    user,accessrights
    OUTPUT
    User                                                
    Access
    Rights
    NT
    AUTHORITY\SELF                                   
    {FullAccess, DeleteItem,
    ReadPermission}
    domain\name                 
    {1179648}
    domain\name                                           {2031617}
    domain\name                                          
    {1179649}
    domain\name                                          
    {2031617}
    domain\name                                          
    {2031617}
    I also noticed that in some cases the SELF has
    AccessRights listed as a number. 
    User                                                
    Access
    Rights
    NT
    AUTHORITY\SELF                                   {1179649}
    In
    these i issued the command
    Remove-MailboxPermission
    -Identity 'username' -User 'SELF' -AccessRights
    "FullAccess,ReadPermission,ExternalAccount"
    Remove-MailboxPermission
    : Cannot remove ACE on object "userFQDN"
    for account "NT AUTHORITY\SELF" because it is not
    present.
    When i manually remove SELF, then re-add self with
    correct permission and run the get-mailbox command the output is
    now
    User                                                
    Access
    Rights
    NT
    AUTHORITY\SELF                         {FullAccess,
    DeleteItem, ReadPermission}
    again this could be due to the
    third party AD mgmt software, thought this might also be from migrated account
    from legacy domains??
    anyone see this before??? reminds me of UAC for
    user.
    Ed Crowley MVP
    "There are seldom good technological solutions to behavioral problems."

  • PLOT THE OUTPUT VOLTAGE WITH RESPECT TO TIME

    I have VI that is controlling the Standford Research power supply model PS350. I am using existing NI drivers for this instrument.
    I wanted to know what would be the easiest/fastest way of taking the multiple readings of the output voltage at the different point in time and then plotting the voltage versus time.
    Any directions and suggestions are appreciated.
    thanks,
    Pedja

    I cannot tell you any specific information about your device but if you want to plot your data in LabVIEW, I recommend using an XY Graph. This graph allows you to associate a specific y with a specific x. Consequently you can plot data where the time between the sample changes. Look in the LabVIEW shipping examples for an XY Graph example.

  • Configuration EDI output - Delaying the output by specific amount of time

    Hi,
    I am trying to delay EDI output when it is generated by 1 min exactly before the IDOC leaves SAP to go to Business Connector. I would like some notes or step by step guide on how to do it.  Which program requires change?
    We tried to change NACE, output type definitions and we changed ZFNDTIM accommodate but it didn't work.
    Thanks heaps,
    Robin/Anna

    what about to generate it scheduling the program RSNAST00 every minute with the idoc message condition type ?
    reward if helpful
    regards
    Roberto

  • Some emails keep reapearing after they have been deleated from the inbox, as many as 5 times.

    After deleting from the inbox some emails reappear in the inbox in 1 to 3 hours. When I look in the trash they are in there multiple times with the same received time. It seems to always be my Hotmail account.

    Reappearing emails can mean that the folder maybe corrupted.
    * http://kb.mozillazine.org/Reappearing_messages
    ''If you don't compact your folders regularly, performance can slow to a crawl, you can't store new messages anymore, start losing parts of messages or have deleted messages resurrected.''
    Move all good emails out of the Inbox into other suitable folders for organising. If the Inbox is corrupted, it may not be possible for TB to work out where the end of a 'marked as deleted' email actually ends, so you may lose good emails, hence why I say move them first.
    right click on 'Inbox' and select 'Compact'.
    This will remove all traces of marked as deleted emails.
    Read info on compacting, what it does and why it is important.
    https://support.mozilla.org/en-US/kb/compacting-folders?esab=a&s=compacting&r=0&as=s

  • Text element is not getting printed in the output

    Hi all,
    I'm trying to print address from table KNA1in address window through a text element.
    The corresponding code being :
    In Delivery Prg,
    Data : lv_kna1 type STANDARD TABLE OF kna1,
              lv_adr6 type STANDARD TABLE OF adr6.
    DATA : WA_ADR6 TYPE ADR6.
      SELECT SINGLE * FROM KNA1 WHERE KUNNR = VBPA-KUNNR.
      SELECT SINGLE * FROM ADR6 INTO WA_ADR6 where ADDRNUMBER = kna1-adrnr.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'DELIVERY_ADDRESS'
       WINDOW                         = 'DELIVADR'
    and calling the same text element 'DELIVERY_ADDRESS' as follows in the Script:
    /E           DELIVERY_ADDRESS
    /:           IF &LV_KNA1-TELF1& <> &SPACE&
    IL           Tel.: &LV_KNA1-TELF1&
    /:           ENDIF
    /:           IF &LV_KNA1-TELFX& <> &SPACE&
    IL           Fax : &LV_KNA1-TELFX&
    /:           ENDIF
    /:           IF &LV_ADR6-SMTP_ADDR& <> &SPACE&
    IL           E-mail : &LV_ADR6-SMTP_ADDR&
    /:           ENDIF
    But,this text element is not printing in the output.
    Any pointer on this would be of great help.
    Regards,
    Vamsee Priya.

    yes, it is.
    I'm trying to get the e-mail address from adr6 table with the corresponding address number  from table kna1.
    so I created two tables as below:
      Data : lv_kna1 type STANDARD TABLE OF kna1,
             lv_adr6 type STANDARD TABLE OF adr6.
    DATA : WA_ADR6 TYPE ADR6.
      SELECT SINGLE * FROM KNA1 WHERE KUNNR = VBPA-KUNNR.
      SELECT SINGLE * FROM ADR6 INTO WA_ADR6 where ADDRNUMBER = kna1-adrnr.
    now, I'm trying to fill e-mail adress from lv_adr6. but the problem is lv_adr6 is not getting filled.
    data is coming to work area wa_adr6.
    SAP is not allowing me to write the below statement:
    SELECT SINGLE * FROM ADR6 INTO LV_ADR6 where ADDRNUMBER = kna1-adrnr.
    Now, will any move-corresponding statement from work area to its table works?? Is that logically correct??

  • T.code FBL5N: a problem with the print of the output list

    Hi All,
    with reference to the t.code FBL5N, I have  a problem with the print of the output list of the report.
    When I execute the print, I obtain one customer for each page printed.
    I wonder if is possible to obtain more customers for each page printed.
    Could anyone help me?
    Thanks
    Gandalf
    Edited by: Umberto Gandalf on Dec 21, 2008 10:36 PM

    Hi,
    Though personally i havent tried this option, check the same
    Go to Menu: Settings >> Switch List
    This will make the value displayed in ALV format and then try taking print outs.
    Regards,
    Sridevi

  • Any means to print the output from an abap report immediately

    Hi,
    I would like to know if there are any means to print the output of an abap program immediately. Our user wants to execute the program online and once the result list is displayed on screen, user wants the same list to be printed simultaneously without the need to press the 'Print' button.
    Thanks in advance for your help and advises.
    Francis

    Hi
      We can print the list while displaying using NEW-PAGE PRINT ON.
      below is the syntax for this.
         NEW-PAGE PRINT ON [NEW-SECTION]
                    [<params> | PARAMETERS <pripar>]
                    [ARCHIVE PARAMETERS <arcpar>]
                    [NO DIALOG].
    Regards
    Ramanjaneya Reddy.
    [email protected]

  • Print program for the smartform for selecting the output type (email/fax)

    Hi All,
    Requirement :I have to create a print program for the smartform where the output type may be print out,email or fax ,so i need to put the condition for selecting the output type (like printout,email,fax).
    can any body please let me know how  to put the condition for selecting the desired  output type ?
    Thanks in advance
    Rahul

    Hi
    It is not the output type that has to be changed
    it is the MEDIUM which you have to change and configure
    for printout medium is 1
    for FAX medium is 2
    for MAIL it is 7.
    so instead of printout change the medium to 2 or 7 for the same output type and attach to the same driver program and smartform/form.
    Reward points for useful Answers
    Regards
    Anji

  • Dynamic selection of columns in report and print the output

    Hi,
    I tried to have dynamic selection of columns in SQL query using lexical parameter. The hitch is how to print those selected column in excel ouput ?
    Suppose
    I have select &col from table_name
    Initial value of &col is col1 and in data layout only col1 appears
    where &col was replaced with more than a column (col1,col2,col3)
    now how to print the column selected at the run time,
    i have coded in Before Report Trigger
    :cell_val := ' <td><rw:field id:"cl1" src="col1"></rw:field></td>
    <td><rw:field id:"cl2" src="col2"></rw:field></td>
    <td><rw:field id:"cl3" src="col3"></rw:field></td> ' ;
    and this user parameter was replaced in web source using JSP expression
    <rw:getvalue id: "v_cell" src:"cell_val"></rw:getvalue>
    <rw:foreach src:"g_val">
    <table>
    <tr>
    <% =v_cell%>
    </tr>
    </table>
    </rw:foreach>
    but in the output i can see only blank columns
    Regards
    Suresh

    The strings replaced by expression <%= v_cell %>
    should print the field values contained in col1,col2,col3 columns, but nothing is printed . i think the custom tags (rw...) are not replaced by the jsp expression properly.

  • Assigned the output type with AR also,It is printing in ENGLISH Only.

    Hi,
    I have written a Z Smartforms and Z print program.
    I have used ZRV56TD00(Copied from standard program RV56TD00),Inside it I have submitted the program(Z print Program) for the shipment number for the transaction code VT03N.
    It is now printing the form in english well and good.
    Now I want the same to work for the ARABIC.
    I had done the arabic translation in SE63 and If I run the program It is printing only in English.
    When the assigned the output type with AR also,It is printing in ENGLISH Only.
    Suitable answers will be rewarded.
    Regards
    Manohar S
    Edited by: Manoj on Jun 17, 2008 4:13 PM
    Edited by: Manoj on Jun 17, 2008 4:14 PM
    Edited by: Manoj on Jun 17, 2008 4:15 PM

    Hi Manoj,
    Goto transaction NACE and check wether you have mentioned the language in Mail title and texts for the particular message type.
    let me know if you require in more detail.
    Regards,
    Sharath

  • What are the steps  to view the output for check printing

    what are the steps  ,the method to view the output for check printing

    Hi,
    You can ask your functional person to make a payment to a vendor which will then issue a check. You can use the same payment run in program RFFOUS_C and create new checks by voiding the previous check number with a void reason code.
    You can do this as many times as you want and test your check output.
    Regards
    Shounak

  • How to print the output of the screen in Dialog Programming

    Hi,
    Could anybody help how to print the output of a screen in the dialog programming. i can select 'Hard Copy' option in the 'Custumizing of Local Layout' Icon in the standard tool bar. but that prints the whole screen with the toolbar. i want to print only the output which is displayed on the screen. Please help..
    Regards,
    Swathi

    Hi Swathi,
        Ok. Do One thing. Go to menu bar and select Systems -> Own pool Request -> here you get the spool number. Select it and select the option "Print Directly" in tool bar.
    Thanks.

  • Schedule webi document to printer and save the output in shared drive

    Hi all,
    Is it possible to schedule a webi document via java BOE SDK, run at once, save the output in pdf format in a shared drive and at the same time, send the output to printer? Or I need to run the webi document to run 2 times? Thanks.
    Best regards,
    Grace

    Hi Adam,
    How about can I schedule a webi document to printer only? In Crystal report, I can do this but seems for webi, no such function?
    Best regards,
    Grace

Maybe you are looking for

  • Confused about digital signatures

    Please refer to this archived thread: http://www.adobeforums.com/webx?128@@.59b4d8d6 I'm researching digital signatures because we have a request form that was created in Acrobat 7.1, and that a user signed by creating his own signature in Reader 8.x

  • Infinity Blade install issue on iPad

    Greetings, I downloaded Infinity Blade this morning and then tried to load it on my iPad, it went thru the install of app, and Infinity blade shows up in the apps window on iTunes and even the page its on for the iPod from the Apps window within iTun

  • How to pass virtual column as an argument for a function in a query as given below

    I want to pass the column MinMark as an argument please help  Select CASE WHEN MIN(mark1)                           <= MIN(mark2) AND MIN(mark1) <= MIN(mark3) THEN MIN(mark1 ) WHEN MIN(mark2) <= MIN(mark3) THEN MIN(mark2)                           EL

  • Folder with question mark on it

    while attempting to migrate from one computer to another something went wrong and now my computer that i was trying to migrate from is showing me the flashing folder with a question mark on it.  I have tried everything I know to fix it but nothing se

  • Unavailable Out of Area Calls

    It is absolutely annoying & frustrating to receive calls that are unavailable. No phone number comes up on caller id & Anonymous Call Rejection doesn't block these calls. SOMETHING NEEDS TO BE DONE ABOUT THIS!! I've received several of these calls th