Report capability in CPS Redwood

Hi All,
I am trying to create report on runtime of a jobchain for last 30 days but I also need the run time of each job in the job chain.
How should I proceed to do that?
Thanks,
Tanmay Suri

Hi Tanmay,
First of all, what version are we talking about?
What have you already tried to solve this?
You might want to have a look at this thread: http://scn.sap.com/message/14186569
Depending on your skills, there are two possible paths:
You write a select statement that fulfills your needs, this requires SQL skills
You retrieve the JobChains in Java  and retrieve the data you need (Job has getChildJobs()), this requires Java skills.
Try to stick to your skill-set, that way maintenance will be easier.
Hint for the Java path: Note that getChildJobs() returns an iterator over the JobChainStep jobs when called on the parent job of a job chain, to retrieve all job chain calls, you have to call getChildJobs() again on the JobChainStep jobs.
Regards,
HP
PS: I could give you both solutions, but it would take some  time for me to write it up and my time is precious.
Message was edited by: h. Carpenter
Give a man a fish, you feed him for a day. Teach him how to fish, you feed him for life.

Similar Messages

  • Creation and Generation of report in SAP CPS

    Hello Experts,
    Please suggest me and guide me how to create and generate a report in SAP CPS. Some of the functionalities are not properly explained in Admin guide.I got very less information regarding this.Below is my requirement.
    I want to generate a report that should show the list of jobs for the past 1 month.The report should be dynamic.No hard code.I want to run this report at the end of every month.So for this i will create a time window.
    So please help me to proceed with my task.Also please provide me some links where i should get the full functionalities for all the tabs under report along with example so that i could better understand it.
    Thanks and Regards,
    Ashish Dey.

    Hi,
    The easiest approach is the following:
    - go to the Job Monitor, and create a job filter that matches your needs (or check if it already exists)
    - when you have a filter that suits your needs (in this case: last month's jobs), go to Definitions, Reports
    - create a new Report, based on a query filter: the name of the filter you created (or a predefined one)
    - add columns to your report (or add all columns)
    - add a sort order if you want to
    - further where clauses are not required if the filter already does what you want it to do
    - save the report
    Use the JobDefinition System_ReportRun (if I recall correctly) to schedule this report on the last day of every month.
    Regards,
    Anton.

  • How to push a chain in CPS Redwood

    1)During peak loads - the load step gets successful however the chain does not move further
    this can be handled by pushing the chain from that particular step onwards in Bw side using function module RSPC_PROCESS_FINISH. Need to know how can this scenario be handled in CPS REDWOOD.
    2)Some times due to data issues in BW side we ignore the records which has issues and push the PC forward. In Redwood side we need to know how to push the load further.
    We tried to restart using operator message from the step we want the load to start from but CPS did not respond.
    Regards
    Ramesh

    You are trying to convert a string that looks like a formula (contained in cell B2) and have the result of the formula  be calculated in cell B3, right?
    Two ideas:
    Idea 1: If you format B2 as text then enter the text =5*2*3 then change the cell format to Automatic, it will do the calculation in cell B2. You can convert it back to text to see the formula again.
    Idea 2: Use an Applescript. The Applescript would copy the string from B2, put the "=" at the beginning and put it into B3. B3 will calculate the result. You can design the script to do this for multiple sets of cells. An example is below for you to try out. If you like it we can make it so it can be started with a keyboard command. Not quite sure how we'll stop it with a keyboard command, though
    Open the Applescript Editor application
    Copy the entire script from below
    Paste it into Applescript Editor
    Open a new Numbers document
    Put a formula into cell B2
    Run the script
    When you are done testing it out, stop the script. Otherwise it will run forever.
    tell application "Numbers" to tell document 1 to tell sheet 1 to tell table 1
              set vold to ""
              repeat
                        set vnew to ("=" & value of cell "B2")
                        if vold ≠ vnew then
                                  set value of cell "b3" to vnew
                                  set vold to vnew
                        end if
              end repeat
    end tell

  • SAP CPS Redwood integration with Solution Manager 7.1 SP8

    Hi experts,
    I need your help..!!
    We are planning to integrate SAP CPS Redwood with Solution Manager 7.1 SP8, I have no idea about it, Can you please provide me a step-by-step document, to complete this task?
    Regards
    Zohaib

    hi,
    dont have any explicit step by step doc for CPS integration
    but refer the source here http://www.sdn.sap.com/irj/sdn/nw-scheduling?rid=/library/uuid/c04021b0-5a4e-2a10-b3a0-eb8f0c799736
    some more on SAP Central Process Scheduling by Redwood (CPS)
    Thanks
    Jansi

  • Executing Sabrix Reports from SAP CPS

    Does anyone know if we can executing Sabrix Reports from SAP CPS?
    Thanks,
    Bhushan

    No. That was the first option I could think of. Executing it with ABAP Program.
    I dont have much information about Sabrix System but what I understand is that automated tax reporting solution which runs batch processes in background during
    night and email report with desired data in an excel spreadsheet format. Sabrix doesn’t have a custom solution to generate reports. They have suggested leveraging 3rd party tools for such requirement.

  • Report Capability

    I am working in RoboHelp 7.0. Can anyone tell me if the
    capability to query information based on creation and/or revision
    dates exists? I'd like to utilize this to monitor the timeliness of
    revisions.
    Your input is appreciated.
    Implicit_d

    Take a look at the Reports options under Tools.
    Unfortunately, there is no report that includes a timestamp to
    identify creation or modification date. (Or if there is, I haven't
    found it...)
    However, you could enter the date and time of each change in
    the Comments section of each topic's Properties, and these comments
    can print on the Topic Properties report (if selected in report
    Options).
    You may find that simply sorting the Topics list pod by Date
    will give you the info you need to quickly determine which topics
    may require updates.
    I actually maintain a separate Excel spreadsheet, in which I
    keep the following, by column:
    Map ID
    Form Name
    Topic File Name
    Topic Name
    Latest Version
    Last Revision Date
    Notes (typically contains reason for last revision).
    I update the spreadsheet each time I add a topic or edit an
    existing topic. It can be tedious at times, but if I ever get hit
    by a bus, it will be very handy for my successor. And the
    development team likes to get an updated spreadsheet occasionally
    so that they can do a sanity check on the MAP IDs.
    Hope this helps! Welcome to the community.

  • Crystal Reports Capability

    Hello everyone,
    I need your help in order to know if Crystal Reports is the right solution for creating a Report with more than 50 tables related and more than 170 columns, many of them are financial ratios calculated! I was wondering if Crystal Reports has the capability for supporting this processing.
    Thanks a lot for your help!
    Best Regards!

    It should be fine if you don't have any inline joins, unions or selection criteria against cascading left joined tables.  That's a lot to ask, though, with that many tables.  You might be better served writing SQL (view, command or stored procedure) and using the SQL object as the data source for your report.

  • Report statistics in CPS

    Hi,
    While using the job definition SAP_IMPORTCCMSJOBS for a job chain, in the generations settings tab -> "Create a Job Definition for Each Step?"  which is a better option ?
    Never : Creates steps with the SAP_ABAPRUNPRINT job definition.
    -> In this case, the actual statistics of the job in a chain step will not be known.
    Per Job Step : Creates a job chain with the actual job name in steps of the chain but also creates job definitions for each ABAP report in CPS.
    -> In this case, the actual statistics of the job in a chain step is known but these Job definitions are not required as its already part of the job chain.
    Which would be a better option considering the 2 options?
    Regards,
    Esha Raj

    Hello,
    If you are interested in the statistics option 2 is the only way to go.
    However from a generic case I would opt for option 1 since option 2 generates a job definition for EVERY job, while there are lots of circumstances where you want to reuse templates.
    Regards Gerben

  • SAP CPS Redwood Global Variables

    Hello Everyone
    We have job chain consisting of the below manner
    1)Job1
    2)Job2
    3)Check whether the prior run of Job3 is success
    4)Job4
    In order to achieve the above requirement we are thinking to use global variables which will be updated at the end of every time when job chain runs successfully/fails.
    Request you to kindly let me know whether the approach we want to use is fine .If it is fine then let me know how to write global variables in redwood.
    Also Request you to kindly let me know any other approach we can use to achive the same.
    Thanks and Regards,
    Subha

    hi,
    dont have any explicit step by step doc for CPS integration
    but refer the source here http://www.sdn.sap.com/irj/sdn/nw-scheduling?rid=/library/uuid/c04021b0-5a4e-2a10-b3a0-eb8f0c799736
    some more on SAP Central Process Scheduling by Redwood (CPS)
    Thanks
    Jansi

  • CPS - Redwood : Error JCS-108003 on an unix platform agent

    Hi,
    I get the following error message u201CJCS-108003: No backends could retrieve the specified jobfile (ID: 664,788); failure possibly transient.u201D
    while running a CPS job on a unix platform agent. Even the command "ls" return that message.
    Could someone help, pls.

    Hi,
    jobs are running now on the platform agent. It was a problem on the security tab of the PA.
    I grant rights to my redwood user and it works after reboot of the PA.
    I'm now dealing with this error below :
    "/home/redwood/agent/var/SAP_RW0_41/PI-DEV/jobs/71565/run_KSH[120]: ./: 0403-006 Execute permission denied"
    eXecute rights is ok on the scripts of the unix target server.
    Re.

  • CPS - REDWOOD

    Hi,
    Trying to configure SAP Jobs in redwood. Getting following error.
    2008.05.20 13:53.57: send 12967 98 bytes header "M 001503695R0100006s1sadm01201"
    2008.05.20 13:53.57: recv 12967 6 bytes header "M 0003"
    SAP_COLLECTOR_FOR_PERFMONITOR/13535700: opened
    ABAP_RUN: R/3 call BAPI_XBP_JOB_ADD_ABAP_STEP failed
    RFC error: XM034
    RFC Message: Internal problem (function BAPI_XBP_JOB_ADD_ABAP_STEP)
    2008.05.20 13:53.58: send 12967 96 bytes header "M 001603695E011018010010010033"
    Plz guide.
    Thanks in advance.

    Hi Kobby,
    Wow, NBA MVP and an admin...
    Is there any information in the SAP system log from the time you are attempting to create the job from Redwood?
    Best Regards,
    Matt

  • Issue in SAP CPS for Job Interception

    Issue in SAP CPS for Job Interception
    Scenario:
    After triggering a Process Chain in BW and maintaining the Job Interception settings in SAPCPS(Redwood)
    (so that any job which triggers in BW by that Particular User is intercepted and not let it proceed further until the job is released in SAP CPS.)
    Issue:
    The Jobs are getting  into  Waiting status in SAP CPS(Redwood) even though there is no progress in loads in BW side. Also the Jobs are in Intercepted state even after releasing the Parent Job in SAP CPS(Redwood).
    Please let us know how  to go about it.

    Hi Ramesh,
    What you plan to do is called monitoring of process chains (ie. process chains not started from CPS) and this should be available in the latest version of CPS.
    This requires the interception of only the BI_PROCESS_TRIGGER process, just as you have configured now, and other than that the following prerequisites:
    SAP Note 1080558 describes the SP levels for the BW/BI releases
    XBP 2.0 or higher
    Redwood transport files must be loaded
    ProcessServerService.SAP.XBPVariant license key
    Maybe this helps,
    Anton.

  • Using AE(htmldb 2.0)  as for reporting tool for other oracle databases.

    Maybe I was mistaken, but when I first saw the HTMLDB demo's I saw this as a slick way to build a browser based reporting tool for the masses for quasi-ad-hoc reporting on some of our larger databases that currently have limited reporting capability, and also as a possible replacement for the many MSAccess applets we have.
    I just got 2.0 installed and working on a 9i database and went through the basic tutorials, but I can't find much info on how to connect to other oracle databases.
    Are my options as follows?:
    create dblinks from the local database that houses htmldb to all the other databases?
    or
    install htmldb schemas on each database I want to access from htmldb?
    or
    I'll keep looking, but if any of you have any pointers or know of a tutorial that explains the best way to do this it would be greatly appreciated!
    tia

    As for question 1, yep, that's what I mean. Example:
    In a schema in the App Express instance, create a user called "APP1_USER", and then
    create view app1_user.people as select * from people@link_user@remotedb
    As for the next question, using the built-in insert/update/delete processes will give you
    ORA-01461: can bind a LONG value only for insert into a LONG column
    among other errors. Apparently version 2.1 will fix this. See Cannot Update VARCHAR column in Remote DB
    We address this problem by creating pl/sql APIs for DML, and then writing our own insert/update processes. Slows us down a little, but even with that, App Express remains a productive choice for us.
    Another weird problem: auto-row fetch (built-in to HTML DB) doesn't work over db links when you have two columns for a primary key. Many ways around this, e.g. create sequence-populated primary key, create a view with single column that concatenates primary key column values (key1|key2)
    Hope this helps!
    -John

  • E-Sourcing Reporting

    Hi All,
    mu understanding is that E-Sourcing comes with its own reporting capability, I have a couple of questions relating to this that hopefully someone can answer.
    1. Where does the data for the reports come from? i.e. does it pick up spend analysis from SRM and ERP?
    2. Can the data from E-Sourcing be extracted to BW so that all data from SRM, E-Sourcing and ERP is in one place?
    Thanks
    Chris

    Hi Chris
    Answers to your questions
    1) Operational data from Backend systems (SRM or ERP or non-SAP backend) is required to run some of the reports in Spend Analysis in SAP E-Sourcing, the consulting note 111567 has more details on what types of operational/transactional data is available in the standard set of interfaces delivered vide the consulting note, the consulting note is availed only if you have the on-premise or hosted licenses. On its own SAP E-Sourcing can provide you reports that require only data from within its tables (specifically for Projects, RFx and Contracts(limted to MSA and legal contracts)
    Please look into your RG guide me for a standard list of reports available in SAP E-Sourcing 5., i'd be able to assist you
    But for spend analysis, these are some of the reports
    -Cumulative Spend by Commodity
    - Spend by Commodity overtime
    the list is huge......
    2) Yes the data can be extracted from SAP E-Sourcing in excel, CSV and can be pushed to BW to ensure that Reports niche to the organization are developed if not covered by standard procurement reports in BW.
    Hope this answer was useful
    call me for anymore clarifications required
    Regards
    Tridip
    +91-9902764700

  • Reporting Customer Consignment values

    Hello Gurus,
    How can we achieve this
    Need the capability to report on historical customer consignment values.
    MB58 only shows quantity, and MB52 shows valuation but is just a current
    snapshot.
    Need reporting capability similiar to MC.9/MC.L.
    Can any one Advice on this please
    Justin

    Hello Everyone,
    No body had responded to this can someone guide me into right direction please
    Need the capability to report on historical customer consignment values.
    MB58 only shows quantity, and MB52 shows valuation but is just a current
    snapshot.
    Need reporting capability similiar to MC.9/MC.L.
    Can any one Advice on this please
    Justin

Maybe you are looking for