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

Similar Messages

  • Importing a BI process chain into CPS (26_6 version) from BI

    We are brand new to CPS and attempting to import a simple 4 step process chain into CPS from BI.  We are getting
    9:18:13 PM: JCS-102148: Field "In Value String" on object "Parameter PCHAIN_NAME for job 125056" has value ZQM_PC001, which does not match the list of values.
    out of the SAP_BW_ImportProcessChainDefinition
    job.  Likely we are going about the import in the wrong sequence.  So does anyone have a good manual on how to export these chains?  the one redwood/SAP has does not seem to handle this topic very well.
    Thanks in Advance.
    George.

    Hi George,
    The first step is to run SAP_BWImportProcessChain, ie. without the "definition" suffix.
    This will import all available process chains matching the entered pattern (by default it will get all process chains of the indicated system).
    The import of the chain names is done to populate the drop down for SAP_BWProcessChainRun.
    The import of the definition is used for the drop downs if you choose to restart a process chain in error: you will be able to restart such a chain from any point in the chain.
    Regards,
    Anton.

  • I have a MBPro mid 2013 with 1 Thunderbolt port. Just bought a Mac monitor and want to daisy chain a PC monitor to it. Use a Mini DVI to VGA adapter from MBP to PC monitor. How do I daisy chain the 2 monitors?

    I have a MBPro mid 2013 with 1 Thunderbolt port. Just bought a Mac monitor and want to daisy chain a PC monitor to it. Use a Mini DVI to VGA adapter from MBP to PC monitor. How do I daisy chain the 2 monitors?

    Hall Palm Desert,
    if your Mac monitor has Thunderbolt ports, and the PC monitor is on the end of the daisy chain, then you might be able to do it by connecting your PC monitor’s VGA cable to a Mini DisplayPort-to-VGA adapter (e.g. Apple, NewerTech), connecting that cable’s Mini DisplayPort end to one of the Mac monitor’s Thunderbolt ports, and then connecting a Thunderbolt cable between the other port on the Mac monitor and your MacBook Pro.

  • How to find process chain using background job in sm37

    How to find process chain using background job in sm37

    Better is to select the job.
    Select (Define) Step (s) or F6.
    Select the line and Menu Goto>Variant.
    The variant contains the name of the CHAIN and its VARIANT.
    Success
    We faced an old job and via job monitoring we were informed about a cancelled job every 'interval'.
    We noticed that the related chain was deleted but still the job was scheduled each interval again and was cancelled because an event was missing
    We could not find the scheduled job via SM37.
    Via view V_OP, view over tbtco abd tbtcp, we find the related entry.
    We delete these entries via function BP_JOB_DELETE....
    Edited by: Jack Otten on Jul 9, 2010 2:50 PM

  • Ipad - how to push Exchange calendar events to iCloud account? MobileIron is used to get Exchange data -- is there an app to push the ipad version of the events to iCloud?

    ipad - how to push Exchange calendar events to iCloud account? MobileIron is used to get Exchange data -- is there an app to push the ipad version of the events to iCloud?
    There are two separate calendars on ipad (ios 7.1) one for icloud, one fo exchange. I have tried a couple of calendar apps and while they do a good job of showing the events in the app - they don't push (synch) back to iCloud. Any thoughts on an app that will take my ipad calendars and synch them to a single icloud calendar/account?
    Thanks

    Hi
    You asked about a recommendation for an app to paste a group of addresses into the To, Cc or Bcc fields of an email?
    Our "MailShot Pro" app is the only one we know of on the App Store that creates special "group contacts" in your address book which contain all your groups email addresses, but can be used just like regular contacts from most of your favourite apps. We now have nearly 50000 people using it, and growing steadily every day.
    Here is a link if you would like to know more “MailShot Pro” (itunes link).
    A free version is also available if you'd like to try it out with a small nmber of contacts.
    If you need any customer support just contact us at the website, we're always happy to help.
    Peter
    www.solubleapps.com
    Disclosure: I am the developer of this app and may benefit from its sale- (but so might you)

  • How to stop process chain, if it is taking too much time than expected.

    Some times if a process chain takes to much time to finish than expected, how I can stop the process chain and execute it again.
    Thanks in Advance.
    Harman

    how I can stop the process chain ??
    If the job is running for a long time ,
    1)GOTO RSMO and SM37 and check the long running job over there.
    2)There you can see the status of the job.
    3)If the job is still running you can kill that job
    4)delete the failed request from data target.
    for more details go to this below link
    how to stop process chain if it yellow for long time
    how I can execute it again ?
    GOto Function module  RSPC_API_CHAIN_START
    and give u r process chain name there.and execute.

  • How to push custom infotype details to Standard Log Report

    Hi Experts,
    i am using S_AHR_61016380 SAP Standard Report for Log Change Data in
    the report development. However, the standard report for logged changes
    does not capture the long term documents run for the custom infotype.
    it is only giving the logged changes for the standard SAP infotypes
    and it doesnot capture any details for the custom infotype.
    We are looking a possibility on how to push custom infotype details to S_AHR_61016380.
    Pls suggest in case you have any inputs for the same.
    Thanks & Regards,
    Kishore.

    Hello Amith,
    As u said i have created a Z program, and also i have used the following FMs.
    1. 'HR_INFOTYPE_LOG_GET_LIST'
    2. 'HR_INFOTYPE_LOG_GET_DETAIL'
    Using these FMs i am able to get log records from the standard infotypes but i am unable to fetch data from the custom infotype tables.
    Please give me any solution to read the log records from the custom infotype tables.
    Thanks,
    Kishore

  • How to schedule Process chains in Bi Admin Cockpit

    Hello friens,
    I am working on installing Bi cockpit.
    After installing the info providers, i have to schedule the process chains for Bi admin Cockpit.
    I know the transaction is RSPC.
    But I dont know how to schedule process chains for Bi admin cockpit.
    How to schedule Init and Delta
    If you can send me step by step documents.
    Or any good sap note number.
    Or any good links i will really apreciate it.
    I want to schedule process chains
    Content Master Data
    Data Load Statistics # Delta
    Data Load Statistics # Init
    Query Runtime Statistics # Delta
    Query Runtime Statistics # Init
    System Master Data
    Please advise

    Hi,
    Please check out this document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    Hope it helps.
    Thanks
    Mona

  • How to change process chain in SAP APO, in RSCP tcode.

    HI SAP APO Experts
    I am from SAP ABAP background, I need to change a 'AND' operator in process chain in RSCP tranaaction in SAP APO.
    I dont have any idea how to change process chain.
    Could you please help me how to change process chain in SAP APO in RSCP tcode.
    Appreciate your help or comments.
    Sandeep..

    Hi Sandeep,
    The t-code RSCP does not exist in SAP APO.  The correct t-code is RSPC. 
    Step 1:- In RSPC t-code, select the process chain which you need to change. 
    Step 2:- Double click on it. 
    Step 3:- It will display the various programmes attached to the process chain.  Go to change mode by clicking on the change indicator (Control + F9)
    Step 4:- Select the programme area where you need to do the correction or change.  Double click on it.
    Step 5:- It will take you to the programme and its selection contents.  Make the relevant changes.  You can directly carry out the change in se38 also if there is variant kind of changes for that particular programme.
    Step 6:- Once the changes are done, save the changes and press F3 button which will take you to the home page of the process chain
    Step 7:- Save again so that the change in the programme alongwith the process chain will get saved.
    Regards
    R. Senthil Mareeswaran.

  • How to create Process chain in BI 7.0

    hi,
        I dont know how to create process chain in BI 7. If any one have document step by step process to create process chain. help me. thank u.

    check these links..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00a1f389-ec7c-2c10-04bc-9d81b3084171
    http://wiki.sdn.sap.com/wiki/display/BI/Processchainscreationandmonitoring
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/900be605-7b59-2b10-c6a8-c4f7b2d98bae
    http://wiki.sdn.sap.com/wiki/display/BI/FiveWaystoEnhanceBIFunctionalityUsingABAP--PartV--ABAPinProcess+Chain

  • How to push idoc from r/3

    how to push idoc from r/3

    Hello
    We expect you to be able to search the forum to get answers to basic questions such as this.
    - This thread will be locked.
    - No points will be awarded to any of the replies.
    - Your user will be monitored and if this type of questioning continues your account will be closed.
    Please familiarise yourself with the forum Rules of Engagement before posting.
    Rules of Engagement
    https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement
    Regards
    XI/PI Moderator

  • How to enable Conference Chaining - CUCM 6.1.5

    How to enable Conference Chaining on CUCM 6.1.5?
    Currently, when Phone A conferences Phone B and Phone C , then Phone B & Phone C cannot conference anyone.
    They get the message - "Key is not Active" .
    How can we change this behaviour ?

    Found the answer - Need to "Enable Advance Ad-Hoc Conference" under service parameters.

  • How to push data from primary mdf file to seconday ndf files

    how to push data from primary mdf file to seconday ndf files
    rathnakar

    I'd try them over here.
    SQL Server forums on MSDN
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How many push buttons can u place on selection screen application tool bard

    hi
    how many push buttons can u place on selection screen application tool bar
    and what is default function code for that buttons.

    Hi Chaitanya,
    You can place maximum 5 push buttons on Application Toolbar.
    please award the points incase if you are able to get the solution.
    Thanks
    Sivaram

  • 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

Maybe you are looking for

  • If i delete a file it won't appear in the trash

    Hello guys, My late 2009 iMac has a software problem, I think. First of all I cannot drag files from a folder to trash. I got to open the folder in finder, then drag it to the trash, then I have to enter my password. But then the file is gone, but my

  • Files corrupted by Copy finder items

    I made a simple Automator workflow droplet. When a (PDF) file is dropped onto it, it copies it to the desktop, does a rename step, then copies it to another folder on the server. Today, I've been having a problem with the pdf files getting corrupted

  • Jmf simple code

    Hi all, this is my simple code that plays a video from a specifed location. * To change this template, choose Tools | Templates * and open the template in the editor. package javaapplication1; * @author rohan import com.sun.media.util.ContentType; im

  • Spooling to Text File - 30 million records - Getting Out of Memory Error

    Hi All, I have an extremely large oracle table that I need to spool to a .txt file. The table has approximately 30 million records. I'm using Toad For Oracle version 10.5 and I'm on Oracle 10g. I've tried running the following spool command a few tim

  • Best way to import from iTunes & audio lock to video?

    I just started with PrE 10 and am coming from years with iMovie HD6 (never liked the later versions). Can audio tracks be dragged from iTunes (by having 2 minimal sized windows of each application open) into the Project area? Or do you need to try an