Redwood Cronacle : run a transaction directly from Cronacle

Hello everyone,
Do you know if it's possible to run directly from Cronacle a SAP transaction without using an ABAP program ?
Thank you for your reply.
Scheduling team

Hello
No this is not possible. Are there any transactions in particular that you want to schedule?
However, if you go to a transaction through the SAP GUI automatically an ABAP program is created in the background. You should be able to run that ABAP from SAP CPS.
Regards Gerben

Similar Messages

  • Running fscript commands directly from Tool code

    Does any one know how to run fscript commands directly from Tool code.
    Better still how to run a script file containing fscript commands
    directly from Tool code
    regards,
    Manish shirke.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Try that :
    RunCommand('fscript < MyScript.fsc');
    Hope this help you,
    At 12:29 02/10/98 -0400, Shirke, Manish wrote:
    Does any one know how to run fscript commands directly from Tool code.
    Better still how to run a script file containing fscript commands
    directly from Tool code
    regards,
    Manish shirke.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    Jean-Baptiste BRIAUD software engineer
    SEMA GROUP france
    16 rue barbes
    92120 montrouge
    mailto:[email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • How to prevent users from running PRC: Transaction Import from WebADI form?

    Hi,
    We are 12.1.3 and trying to create a workflow to approve Project transactions coming through web ADI before they become effective. To this end, we want to prevent users from running the PRC: Transaction Import from the Web ADI.
    I know that if the checkbox Automatically run transaction import is not checked, the program does not run. But we want to hide this checkbox and not allow the possibility that the program could get triggered.
    To this end, we updated the BNE_INTEGRATORS_B with source='C'. This allows you to edit the integrator from Desktop Integration Manager.
    UPDATE BNE_INTEGRATORS_B SET SOURCE ='C' WHERE  INTEGRATOR_CODE ='PAXTTRXB'
    In the 4th step, where the value for Uploader Parameters is set, we have set boolean value to No. These are the fields on the page:
    Parameter Name: bne:import
    Display Name: Start Transaction Upload
    Data Type: Boolean
    Category: Field
    Default Value: Boolean Flag: No
    Description: start Transaction Import Concurrent Request
    Display Options: Displayed: Unchecked
    Display Options: Enabled: Checked
    Display Options: Required: Checked
    Prompt Left: Automatically submit Transaction import
    Display Type: Check Box
    Maximun Size: 100
    Display Size:100
    Now the checkbox is not appearing for the user to check it, But the program is automatically running when you hit Upload in the WebADI. 

    Hi ,
    Try removing the PRC: Transaction Import Program from the request group for the responsibility used by customers to submit the WebADI and then check if the program launches.
    Regards,
    Raghavan

  • Run SBO report directly from SDK

    Hi, is there a way to run an SBO report (for example Service Contracts) directly from SDK? The report should be given the necessary parameters too.
    I know that i can call Service Contracts form, simulate a query to find the appropriate record and then simulate a click on print preview button. This way it will undoubtedly work.
    But I would prefer opening the print preview directly, without the need of opening another form, that slows down the whole process. Is there a way to do this?

    Tamas,
    There is currently not an object via the SDK to directly run a report.  You would have to use the work around that you mentioned.
    Eddy

  • Run CD content direct from HD

    My wife teaches first grade and has an old G3 iMac that she lets her students use in her classroom. She has several programs on CD that the kids use. As you can imagine the disks take a beating. How can I copy the contents of the CD's onto the hard drive so that the CD's are not needed? I used to know how to do this but haven't run OS 9 myself in ages. My searches also turned up nothing.
    Thanks.

    If you decide to go down the Disk Copy disk image route, it may pay to lock (use Get Info) the disk image file, before mounting it.
    Roxio Toast, if you already have it, usually does a much better job at making usable disk images. Same again, remember to lock the disk image before mounting it.
    Otherwise, I'm assuming that there is only one iMac and only one CD for each software package, just live with the CD's. A spindle of 50 CD's goes for about £7 in rip-off Britain. Buy them when they're on offer in the supermarkets two-for-one, and I have 100 CD-R's for £0.07 each.
    A final alternative, and clutching at straws here, is that the software packages just don't need the CD installed. ie. you can just copy the files to the iMacs internal hard disk using the Finder. If the software comes from the days of 3.2GB and 4Gb hard disks, it may just not have considered copying 600MB of content to a hard disk a viable option.

  • Run SAP transaction from Java?

    I'm looking for answers for two questions:
    1) Can I run an SAP transaction from Java & capture the result either in a file or table.. or any such structure?
    2) Can I run an ABAP report directly from Java? and then capture the result as well? I realise that I can use the JCO to run any RFC enabled function module..? But what about a report itself.? Can I run the report behind an SAP transaction directly from Java?
    I need this information urgently, and would appreciate any help on this.

    Hi Deepika,
    I think the requirement you have asked is quite complex and there is no solution as far as i have know.
    You can use BAPI to run SAP Transactions for example BAPI_MATERIAL_DISPLAY will take you to MM03 transaction when you pass a valid material number to it.
    When i searched for the same i ended up with no solution,
    but got a good link which gave some idea
    http://expertanswercenter.techtarget.com/eac/knowledgebaseCategory/0,295197,sid63_tax296869_idx25_off25,00.html
    Go through that link that might be helpful.
    Thanks & Regards,
    Kathir~

  • Import job RSI_IMPORT_CCMS_JOBS is not working in Redwood Cronacle

    Hi,
    We are facing problems in the redwood cronacle, where in the standard import job RSI_IMPORT_CCMS_JOBS is not working. When ever we are running the script, the status of the import job goes to waiting and never gets completed. When its killed and re-run it again moves to waiting status.
    Cronacle version : 7.0.4.2. Hope some one will help me out to solve this issue.
    Thanks,
    Arun Raghavan

    Hi,
    as mentioned by Anton in his previous post, the import of abaps and variants is a kind of nice to have that CPS does for you.  The import of abap and variant data enables CPS to create a Script with the defaults all set and ready for you to submit.  Having this data in CPS also means that when you submit your CPS SAP Script the parameter values for instance,client, abap,variant will only be a valid combination.  If you remove the Script Parameter constraints for your CPS Script then you can submit your own Script (using a copy of RSI_ABAP_RUN or RSI_ABAP_RUN_PRINT but with the param constraints removed) with whatever values you like.  If you enter a valid combination the SAP job will run.  If invalid you'll get an error when trying to submit in SAP.  Obviously the parameter constraints ideally are there to prevent this second scenario.
    In terms of why the import of variants seems to hang; you haven't got variants begining with '&' have you?  CPS doesn't like these 'dynamic' variants.  I have had problems in the past where this is the case.
    Regards,
    Simon

  • Error. your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.

    I have the following inside my SharePoint server 2013 :-
    EnterPrise Wiki site collection.
    i have both "Excel services Application "& "Visio Graphics Service" running correctly.
    The problem i am facing is as follow:-
    when a user click on an Excel sheet or Visio document , it will be shown inside the browser without any problem.
    but if the user click on "Open in Visio" OR "Open in Excel" links inside the browser, they will get the following errors:-
    Sorry, but to open this workbook, your computer must be running a supported version of Microsoft Excel and a browser that supports opening files directly from Office Web Apps.
    To open this document, your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.
    I have the following settings inside my PC:-
    Office 2010 for Excel, word, power point,etc.
    Visio 2013.
    i have disabled SharePoint foundation support for office 2013
    Can anyone advice on this please?

    Hi,
    Please try to reset the Internet Explorer settings or open Internet Explorer in In-Private browsing and then check if this issue occurs.
    If the issue persists, please try to access SharePoint in another computer with Office 2013 and then check if this issue occurs. Or repair Office and restart your server.
    Here is a blog about the same issue for you to take a look at:
    http://sharepointexit.blogspot.com/2013/12/sorry-but-to-open-this-workbook.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Run BI Publisher report from an application directly to  a printer.

    Dear All,
    I have an HTML page (with JavaScripts),
    I want to Run BI Publisher report from this page directly to a printer. (and send parameters).
    Can anyone help me, and send me Demo URL or Demo code to do this?
    Regards,
    Tovit

    Tovit
    you are going to have build out a servlet that the page can call. The servlet will need to implement the supported web services to schedule a report. The schedule can include the delivery options ie to a printer. So you would create a schedule that runs the report immediately via the scheduler and then to the printer.
    I dont currently have any servlet demos but the services are pretty well covered in the user docs.
    check them out and give it a try, if you get stuck let me know
    Tim

  • Run GAME CD/DVD direct from hard drive

    How do I load and run my kid's games directly from the hard drive on their MAC? My kids are young but pretty good with their MAC. However they are brutal on the CD/DVDs (scratch them, etc.) I would love to run the games from the hard drive via icon from desktop. Just like the game demos in the Apple store!
    Thanks in advance!
    Kevin
    iMac G5   Mac OS X (10.4.9)  

    You can sometimes create an image with Disk Utility. But some games are copy protected preventing that. I found that to be the case with Simcity 4.
    P.S. Mac is not an acronym. Please read this tip:
    http://discussions.apple.com/thread.jspa?threadID=503342&tstart=0

  • How to run a transaction from a batch file

    Hello All,
    I am trying to run a transaction which has a limit on data it can return so I need to run the transaction in batches. Can that process be automated. Example, lets say I need result for 300 lines but transaction can be only run for 10 lines at a time. Can I create a query or automated process so it is run 30 time automatically and result come out in 30 txt, xls, files?
    Thanks
    Aditya

    Hi,
    you can create a abap program which can run the transaction multiple times and get your excel.
    if the inputs has to be read from the file File has to be in some FTP and the program can read it.
    Same downloading also is possible in custom program.
    After Creating the program SE37 schdule the program for number of times.
    Thanks ,
    Vinoth

  • Can the runtine engine and an application be run directly from a CD?

    Can an application be run directly from a CD without installing the runtime engine and application onto the computer?

    It depends on what library functions the application is using and what version of LabVIEW it was built in. In LV 7 and earlier you could just put the run-time files (the ones in Program Files\National Instruments\Shared\LabVIEW Run-Time...(lvrt.dll is the most crucial of the files, a full list can be found here on the developer zone)) in the same folder as the application and it would run without any problems in most cases.  
    In 7.1/7.1.1 math functions had to be installed as well if you had used any of those and could be a problem, otherwise it still worked (we do this still with apps that use serpdrv instead of VISA).
    With LV8 it is still possible, but the chance of the application depending on some function that you do not get included this way is much higher, I would just test it and see how it goes.
    MTO

  • Creating new DMS info record directly from purchase order transactions

    Hello Everybody,
    does anyone knows of a way to make it possible for users to Create New DMS info record directly from the purchase order transactions ?
    e.g:
    in ME22N there is a button of "Documents" for an item level in the order, but that button only allows to link an existing info record.
    Link To a screenshot:
    http://img263.imageshack.us/i/me22n1.jpg/
    Regards,
    Yossi Fridman.

    hi
    This query has already been addressed in the following Forum by Christoph Hopf..
    pls chk link below.
    Create DIR through P.O and Sales order screen
    Thanks
    john
    Edited by: johnpp on Feb 15, 2011 11:54 AM
    Edited by: johnpp on Feb 15, 2011 11:57 AM

  • Load transaction data from R3 (FI, CO, HR, MM...) to BPC 10 directly

    Hi everyone,
    Anyone know if is it possible to load transaction data from ECC (FI, CO, HR, MM...) to BPC 10 directly? There is a documment titled "How to Implement Delta Loading of Transaction Data from ECC and BW 7.3 into BPC using Delta Initialization in BPC 10NW" but only refers to load data from BW.
    Thanks&Regards,
    Fernando.

    Hi Fernando,
    BPC NW 10.0 has DM packages that allow load of Master and Transaction data directly from ECC system, but it's very limited. I.e. just a couple extractors are supported right now.
    Regards,
    Gersh

  • Excecutabl​e VI generating an error 222 on Keithley 2612A although its run properly when starting from labview 2009 directly

    Dear all,
    I have a VI which runs perfectly and I can control, a Keithley 2612A for transistor measurements.
    The VI run well when I excecute it from the computer which has the platform Labview 2009 (XP OS)
    The equipment (ie Keithley 2612A) is linked to another computer which don't have labview 2009.
    I installed Run-time-engine 2009 (OS XP 32 bits) on this computer.
    Then I create an excecutable of my VI with the "build application" option.
    The excecutable VI starts normally on the computer but when I want to run it, I am getting an error message from the Keithley 2612A (which was not the case when I ran the VI directly from the computer haing Labview 2009 installed on it). The error message is 222 (ie parameter too long)
    I thought that I did something wrong and I create an excecutable from an original VI from Keithley (ie without any change). I am getting the same error message.
    When I create an excecutable with run time engine 2009 included (as it is possible to do it wiht LB 2009) , I am geeting the same error message.
    So I need no to check step after step when the message happens  but
    Does anyone knows anything about such an issue ?
    Thank you
    Solved!
    Go to Solution.

    Dear all,
    Just for those who might encounter a similar issue.
    I found the solution after tackling all possibilities.
    The source of the problem was (for unknown reason) that the country setting of the computer was wrong
    and decimal numbers were written with a , instead of a point.
    Since I reset correctly the country setting, the stand alone files are running normally.
    Best regards
    Youki

Maybe you are looking for