Hi iwant to execute 3 reports at one time

Hi Friends,
      Actually iam getting one issue as they r given 3 reports so iwant to execute the 3 reports at one time ie... i waant to execute the two reports from the first one ok
     So iwant the solution for this one so pls provide the solution and at the same time logic also pls
Thanks & Regards
Mohan  Reddy

>
Partha sarathy wrote:
> Rewards if useful.
NO.
Reason here [stated|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

Similar Messages

  • Execute more than one times external command of OS Windows NT

    Hi all,
            I have to execute more than one times from an ABAP program an exernal command of Operating system windows NT . In order to reach this goal I found the standard program RSBDCOS0 and it works very well if you execute it one time.  Unfortunately I have to execute this external command more than one times. Is there any soluiton?
    thank to all
                        Gino Bonfiglioli

    Well why are you using this report RSBDCOS0 to execute external commands?
    Because SAP provides certain function modules that can be used to call operating system commands; so you can use these functions to do your task.
    Just check the following link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/0971e1543b11d1898e0000e8322d00/frameset.htm
    As you mentioned that you need to execute multiple times, you can easily put the call to function module inside a loop or do/enddo structure. for example consider the following
    do 3 times.
    call function 'SXPG_COMMAND_EXECUTE'                           
          exporting                                                 
               commandname                   = 'Put operating system command here'          
               additional_parameters         = full_filename        
               targetsystem                  = targtsys  
               stdout                        = 'X'                  
               stderr                        = 'X'                  
               terminationwait               = 'X'                  
          importing                                                 
               status                        = sxpg_status          
               exitcode                      = sxpg_exitcode        
          tables                                                    
               exec_protocol                 = sxpg_results         
          exceptions                                                
               no_permission                 = 1                    
               command_not_found             = 2                    
               parameters_too_long           = 3                    
               security_risk                 = 4                    
               wrong_check_call_interface    = 5                    
               program_start_error           = 6                    
               program_termination_error     = 7                    
               x_error                       = 8                    
               parameter_expected            = 9                    
               too_many_parameters           = 10                   
               illegal_command               = 11                   
               wrong_asynchronous_parameters = 12                   
               cant_enq_tbtco_entry          = 13                   
               jobcount_generation_error     = 14                   
               others                        = 15.                  
    write the results
    loop at sxpg_results.
    write:/ sxpg_results-length,
             sxpg_results-message.
    endloop.
    refresh sxpg_results.
    enddo.

  • Transfer executable report from one server to another

    hi all,
           How to transfer executable report from one server to another?
    please reply fast
    its urgent
    thnx in advance

    Kush,
    To transfer a object from one server to another server it should be assigned to a package ie Dev Class so that a transport request can be created.Once the request is created we will release it using SE09 and then ask the basis consultant to move the request from Dev to Quality and then Dev to Production.
    $TMP objects are called as local objects and can't  be transported.
    K.Kiran.

  • Hi iwant to execute the 4 reports at one time

    Hi Friends,
    Actuall iam getting one issue as they r given 4 reports
    So finally is there any solution for executing these 4 reports at a time and at the same time pls provide the logic also
    Thaks & Regards
    Mohan Reddy

    Duplicate post
    Reported to SCN
    pk

  • Purchasing report for one time vendor

    Hi,
    I am using ECC 6.0
    What standard report is available to display purchase order, GR and invoice belonging to one time vendor (CPD account group) ?
    Thanks for your help.
    Kind regards,
    Yann

    Special GL transactions (like down payments) are not allowed for one-time vendors.  Please refer to the following SAP Note.
    https://service.sap.com/sap/support/notes/19638

  • Report on one-time vendor

    Hello Experts,
    Is there a standard report or a way to get the payment information with address details on a one-time vendor account? As the addresses keep changing for this vendor account every time a check is printed for them, it is important to track the details. Any input is appreciated and rewarded.
    UV

    Hi UV
    In the payment proprosal and payment run you will see the details.
    Whe you run S_ALR_87012103 - List of Vendor Line Items  with option one time vendor you see the Name adresses, This is the information you fill in the posting!
    Paul

  • How to Re-Run 100 scheduled reports at one time on failure of running?

    Hi All,
    I scheduled 400 reports in the Crystal Reports Server.
    Suppose, out of 400 if 100 over reports are failed to run due to various reasons then how to filter and Re-Run only those 100 reports at a time without triggering each and every report.
    Please Advice.
    Thanks,
    Sriram

    Hi,
    can someone advise us on this issue, please?
    thanks,
    Sriram

  • One-time vendor reports

    Hello,
    we are thinking of using the one-time vendor functionallity but we would like to know if there is any standard SAP report that enables us to list all the invoices which have been entered against the one time vendor account and see amount, date, document number, etc... and real vendor name (entered in the invoice)  plus bank details.
    Many thanks for your help/answers in advance
    Jordi

    Dear,
    Usually one time vendors have account group as CPD or CPDL. If FBL1N is suitable for you to get desired output, go to dynamic selection and select account group as CPD and CPDL execute ther report.
    Regards,
    Syed Hussain.

  • Pls provide coding for executing 3 reports at one click

    Hi Friends,
        Iam getting one issue ie...  iam having 3 reports so now i want to run all the 3 reports i want to execute one ie.. by clicking Run i want to execute all the three reports at a time and i want to print the o/p in one file on desktop
    So pls provide the coding for this
    Thanks & Regards
    Mohan Reddy

    Hi,
    Run those three reports one by one just for determining time delay between those execution starts.
    Consider delays are 2 Sec and 3 Sec
    i.e 1. between report A and report B,
         2. between report B and report C.
    Now delay execution start of the report A by
    3 Sec using 'WAIT' statement and report B by
    1 Sec using the same statement.
    Try this.
    Regards,
    R.Nagarajan.

  • Report background engine show only one report at a time

    Hi
    My operating system is Xp
    Developer version is 6I
    database 10g
    i am runing report through form with run_product
    When i run one report its show in background engin Preview i don't want to close this report
    and i run 2nd report then its show waiting in preview i want to run 2 or more reports at a time
    Regards
    Shahzaib ismail

    Shahzaib,
    In Oracle 6i, you can open only 1 report at a time. As far as i know, there is no option to show more than 1 report.
    Regards,
    Manu.

  • Report generation only one time successfull

    Hi @all,
    we are facing the problem that the report generation process is only working one time successfully, the next time it ends with error. After restarting the service on the WWI server the next generation is successfull, but the second one will be "Error" again.
    Does anybody faced this issue before and can provide a solution?
    Thank you in advance for all contributions!!!
    Best regards,
    Christoph
    PS: in the meantime we created the respective service again on the server - no result, still only one successfull run at a time.
    Edited by: Christoph Giehl on Sep 6, 2011 5:18 PM

    Hello Christoph
    we never have had similar problems. May be these hints might help:
    a.) check wich generation server is used during the generation and if any of the potential servers "stop" (WWI process does not proceed etc as explained by you).
    b.) check if "report from template" works (assuming that use use the "old" fashioned client WWI version) => if this works than there might be a problem with SAP <=> connection (RFC) ...
    c.) check please if only this WWI report (more precisely combination of generation variant and language) gives result to the "crash" of WWI process and no other one => in this case you should check WWI template
    Reading you explanation I assume:
    1.) there was no change in SAP set up
    2.) there was no change in WWI set up (number of servers, WWI version etc.)
    and we are talking (??) about a new generation variant/language combination which has never been used before (?).
    With best regards
    C.B.
    PS: Check Marketplace. You will fond there an OSS note called "WWI Cookbook" and furthere related OSS notes poviding FAQs etc. regarding WWI topics.
    Edited by: Christoph Bergemann on Sep 6, 2011 9:00 PM

  • Time out when run execute report on Webgui or transaction iView

    Dear All,
    We found the error as bellow when we execute report that load huge size of data so it would like many time to get it.
    500 Connection timed out
    Error: -5
    Version: 7000
    Component: ICM
    Date/Time: Thu Mar 6 19:33:49 2008 
    Module: icxxthr_mt.c
    Line: 2698
    Server: irpc16_QAS_50
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    Anyone please tell us about the way to edit timeout of webgui or iView.
    Thank you very much,
    Anek.

    Dear Krishna
    It's helpful.
    Goto rz10 transcation
    Choose: Instance profile
    Select: extended maintaince
    Click: change
    Set value for parameter 'icm/keep_alive_timeout'
    If there is not parameter 'icm/keep_alive_timeout', create it.
    Save it.
    Restart SAP.
    Please tell me how to give point for you.
    Thank you for ur reply,
    Anek.

  • How I can apply more than one DBI reports at a time?

    I have many DBI reports (and maybe dashboards in future) in one database and I want to transfer them to second database. Of course I can export every report to individual zip file and than import this file to second database. But how I can import all my reports at a time? I tried to simply merge files in archives. But EBS imported only one report from merged zip file. Then I downloaded some patches (for example, E-Business Intelligence Family Pack 11i.BIS_PF.F) and explored their structure. I copied xml files with report description (RPerPersonsLayoutsource.xml and RPerPersonsDocsource.xml) from zip archive to <patch directory>\bis\mds, set versions in file-version attribute to 120.6 and wrote driver file. Than I tried to apply this patch. There was no errors (as I think) but report didn't appear in database.
    So, can I do something to transfer many DBI reports at a time?
    P.S. Driver file text:
    begin aru xxbis_test
    compatible release 12.0.0
    compatible platform GENERIC
    compatible parallel always
    compatible language RU
    characterset cl8mswin1251
    # installation for bis module
    begin bug bis xxbis_bis_test
    begin actions
    #=================================#
    # Actions for Copying Patch Files #
    #=================================#
         copy bis mds RPerPersonsDocsource.xml 120.6
         copy bis mds RPerPersonsLayoutsource.xml 120.6
    #=======================================#
    # Actions for Applying Database Objects #
    #=======================================#
         # file-version-parsed bis mds RPerPersonsDocsource.xml 120.6
         exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:bis:mds:RPerPersonsDocsource.xml &fullpath_bis_mds_RPerPersonsDocsource.xml -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/bis -rootdir &fullpath_bis_mds_directory
         # file-version-parsed bis mds RPerPersonsLayoutsource.xml 120.6
         exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:bis:mds:RPerPersonsLayoutsource.xml &fullpath_bis_mds_RPerPersonsLayoutsource.xml -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/bis -rootdir &fullpath_bis_mds_directory
    end actions
    end bug bis xxbis_bis_test
    end aru xxbis_test
    Edited by: [email protected] on 17.02.2009 4:15

    Not real sure what your asking but if you want to view two apps side by side, make sure they're not in full screen mode and drag the edge of a window to resize.  If you want to browser windows, On the menubar Safari > File > New Window.  Or the shortcut, CMD N
    Then resize to view both.
    Regards,
    Captfred

  • How can we take backup of all the RDL'S existing at Report server dynamically at one time

    How can we take backup of all the RDL'S existing at Report server dynamically at one time ? I want to take backup of all the reports existing at the report server dynamically at one time only. currently I'm able to take backup of the reports folder wise
    using VBScript. and I have to pass the folder names again and again. I want this to be happened for all the reports of all the folders at single shot only using VBScript.

    Hi DineshRemash,
    Based on my research, we can store the following VB Script to a text file, then modify the file name extension from .txt to .rss.
    Dim rootPath As String = "C:\Reports"
    Sub Main()
    Dim items As CatalogItem() = _
    rs.ListChildren("/", true)
    For Each item As CatalogItem in items
    If item.Type = ItemTypeEnum.Folder Then
    CreateDirectory(item.Path)
    Else If item.Type = ItemTypeEnum.Report Then
    SaveReport(item.Path)
    End If
    Next
    End Sub
    Sub CreateDirectory(path As String)
    path = GetLocalPath(path)
    System.IO.Directory.CreateDirectory(path)
    End Sub
    Sub SaveReport(reportName As String)
    Dim reportDefinition As Byte()
    Dim document As New System.Xml.XmlDocument()
    reportDefinition = rs.GetReportDefinition(reportName)
    Dim stream As New MemoryStream(reportDefinition)
    document.Load(stream)
    document.Save(GetLocalPath(reportName) + ".rdl")
    End Sub
    Function GetLocalPath(rsPath As String) As String
    Return rootPath + rsPath.Replace("/", "\")
    End Function
    Then navigate to the folder contains the script, we can directly run the below command from the run menu:
    rs -s
    http://aa/ ReportServer -i download.rss
    We can modify the rootpath to point at whaterver fold you’d like to download the RDL files.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Executing more than one procedures at a time

    Hi,
    Can any one tell how to execute more than one procedure at a time..
    I am trying to run like this..but its throwing an error...can anyone please suggest?
    CREATE OR REPLACE PROCEDURE HYSXM.QA_AUTO_RETURN_FINAL IS
    i EVENTS_TEST_DATA%ROWTYPE;
    BEGIN
    DELETE FROM TEST_EVENTS;
    COMMIT;
    for i in ( SELECT RADIO_ID,EVENT_TYPE FROM EVENTS_TEST_DATA )
    LOOP
    QA_AUTO_INSTALL(i.radio_id,i.event_type);
    QA_AUTO_RESOLD(i.radio_id,i.event_type);
    QA_AUTO_RETURN(i.radio_id,i.event_type);
    END LOOP;
    END QA_AUTO_RETURN_FINAL;
    /

    what error message is being returned??

Maybe you are looking for

  • About to use my friggin tree for firewood  :o(

    I was wondering if someone could maybe clue me into a problem that I am having with my DefaultMutableTree. See, I call a recursive method to get the file system of the computer, which is what is added to the tree. So the user is looking at a tree str

  • Exporting threshold settings in SunMC

    1. Is there any way to export out the list of current thresholds for all monitored servers under SunMC via command-line? 2. Closely related, is there any way to have an audit trail if any changes are made to the threshold settings? Thanks.

  • ORDImage.process() raise ORA3113

    Hi everybody, I am trying to use ORDImage to convert images without to store them into the DB. The code following raise ORA-3113. Well, I have no idea why whats wrong. Thx in advance. Thomas DECLARE Image ORDSYS.ORDImage := ORDSYS.ORDImage.init(); v_

  • Starting J2EE Server error

    I installed J2ee I don't know if I set my java_home correct, I set it to C:\j2sdl1.4.2_2 because I downloaded and insrtalled j2sdk When I try to start the default domain from the start button of windows xp professional I get the error: Could not find

  • Dreamweaver CS5-6 What is the difference

    HI I currently use CS4 and am wondering what the difference is between 5 and or 6. Do I need to upgrade? Is it worth the price? I currently most likely use about 40% of the features. Dougas SImons