Automated Realignment for DP

I have a process chain that loads my Shipping History and Inventory monthly.  One of the steps of this process is to realign my products from old to new (and obsoleted).  This works fine but each time I run the process chain the records in the realignment table are set the status to processed ("X"). 
Is there a way to not have these records maked as processed (remain status " ") or a way to reset the status in another process chain step back to " ".  I would like them to be applied the next month automatically when the load runs again without someone having to remember to go in and set them back tr "ready".
Any thoughts or comments on how to do this or alternate ways would be great!   many thanks!

Hi Tim and all,
were you successful in Realignment.
we have a similar situation -
Old Product gets phased out & replaced by other product; both have history
now in this we are trying to use Realignment - copy function to add the values from the Old product to the new product after the forecast run with a certain percentage.
but the problem with the copy function is that , it can only calculate the number of months we define in the "period" but cannot use "copy Factor" for each month.
For eg:
Month 1 - i want to copy 15% of product A to Product B ( Statfcst)
Month 2 - i want to copy 30% of prouct A to Product B (statfcst)
like this for may be 5 or 6 months.
After which i run the phase in profile where it calculates the history from both Product A and B to calculate the Statfcst.
Is there any BADIs avaialble or Have you succeeded in implementing a custom solution?
Hoping to find a solution.
Regards,
Rorie

Similar Messages

  • How to prevent BPC from automated calculating for hierarchies / nodes?

    Hi experts,
    I am looking for a practicable way to prevent the system from automated calculating for hierarchies, and especially for nodes within hierarchies?
    Let's say, I have ENTITIES (AS A HIERACHY) in rows and ACCOUNTS in COLUMNS. Now I want the system to block adding up the values for one specific account on node XY. Instead of the sum of all base member entities, the cell for account XY should be left empty.
    Is there a practicable way to deal with this?

    Hi Stefan,
    you can prevent the system to calculate a node by editing the Formula Property  in the Dimension.
    You can insert 0 or null to the Formula field for the specific element.
    But in this case the values from your leaf elements lying under your node wont be calculated  even in higher hierarchy nodes.
    For ex.: with the following structure
    -A
    ---A1
    A11
    A12
    ---B1
    B11
    B12
    If you set A1 to 0, the top node A will only be calculated by values of B1
    Regards
    Jörg

  • Hi! How do I switch existing automation data for one parameter to another?

    Hello! I am new to Logic 8, and actually to using the Logic automation feature. Here is the deal: I have some old-school Logic event data that I recorded as a kind of automation (before the current kind of dedicated automation) for an EXS24 parameter. I need to change this event 'automation' to actual Logic automation, as Logic 8 does not read it (as Logic 7 did before it). So, I highlighted all of the events in my old-school 'automation' region in the event list. I had to change the number value to a common number assignment so that I could Change Selected Event Data into Track Automation. I selected volume (number seven, I believe), and than highlighted all events, clicked on the event region, than went to options and selected my desired automation transformation destination (say that three times fast). Great! I have my region as automation! Logic 8 knows what to do with this! But, it is volume. I need it to control the LFO 2 Rate of the EXS24. Problem is, that when I switch the automation parameter from Volume to LFO 2 Rate, the automation disappears. It seems as though that automation data is only for Volume. So, how might a charming gentleman, such as myself, go about keeping/converting the same automation, but for the parameter I want to change it to?
    Thanks! =)

    Hold "command" when switching between automation parameters.
    Then you will get a dialog offering you the option to convert the existing parameter's data into the destination parameter, or "copy and convert" (which does the same but leaves the existing volume automation data intact.)

  • Help Needed: Automator Applescript for Folder Action - Encode Video

    Hi !
    I have created an Automator Applescript for a Folder Action to do the following:
    When a new video file is moved to the target folder (i.e. Download of Vuze is done), automatically launch the Applescript Action that does the followin g(Applescripted):
    1) Using "run shell script" and FFMPEG on a UNIX command line, determine Width/Height, Framerate, Bitrate
    2) Calculate encoding parameters (slightly reduced bitrate, reduced Aspect etc.)
    3) Using "run shell script" with ffmpeg on the command line and the calculated parameters to encode the video file
    At the same time, the action is written to a log file so I know if a file is recognized, when encoding started etc.
    It works fine if I save this Action as an .app, make an alias on the Desktop and drop video files on it.
    It also works fine if I attach the script to a folder as a folder action and drag a video file in there.
    However, when I attach the script as a folder action to the Vuze download folder, it encodes only some video files, i.e. if there was a download of 5 files, chances are good that it will not encode 1 or 2 files out of those 5.
    If for example a second download finishes while the encoding for the first download is still going on, sometimes the second file starts encoding after the first encode finishes, sometimes it does not, the file does not make the log file at all, i.e. the folder action missed it or the automator action dropped it because it was still encoding. Still, sometimes it happens, sometimes not.
    As I need a solution that is 100% accurate, I would like to ask if there are any ideas on how to do this better maybe? As I am not an Applescript Guru, I would need some help to know what works and what doesn't and what the syntax is.
    My main idea right now:
    Similar to how ffmpegX works with its "process" application, have a second script (as .app) that receives the files to be encoded from the automator action and puts them in a queue, then proceeds to encode this queue while the main automator action is free to receive the next file.
    Writing this second app is quite straightforward (a modified version of my current script) but I have some questions I need help with:
    1) How do I call another applescript from within an existing applescript that launches the new applescript in a new process?
    2) How do I pass parameters to this new applescript?
    3) In case of this "Queueing" Idea, once I called the external applescript the first time, how do I make sure when I call next time, that I don't open a second instance of this script but rather pass another queue item to the original instance to be processed?
    Or in general: Is there a better way to achieve this automatic encoding solution that I have not thought about?
    Alternatively:
    Does anyone know how to call the "process" application that comes with the ffmpegX package with the correct parameters to use as a queueing / processing tool?
    Thanks!
    Joe
    Message was edited by: Joe15000
    Message was edited by: Joe15000

    To do this, I created an Automator workflow with an Applescript snippet to change the 'media kind'.
    Here is the 'Run Applescript' workflow step code:
    on run {input, parameters}
              tell application "iTunes"
                        set video kind of (item 1 of input) to movie
              end tell
              return input
    end run
    Prior to this running, I have an 'Import Files into iTunes' workflow step.
    You can switch out 'movie' with: 'TV show', 'music video', or anything in ITLibMediaItemMediaKind.
    Good luck,
    Glenn

  • Automation testing for sap bw backend

    Hello Gurus,
               do you have some idea for automation testing of sap bw backend?
    Many thaniks

    Hi,
    If you are looking about data reconcolization or Data testing between ECC and BW  then I already given solution in your previous thread. i.e. Who will involve in UAT thread.
    Automation testing for sap bw backend: What testing?. We don't have such kind of concept, for Java, VB etc  applications they will test all fields and code, but we don't  have automation testing for sap bw backend.
    Thanks
    Reddy

  • Flex automation support for Firefox 3.6.8

    Hi There,
    I have been using flex automation plugin for a while which comes with Flex Builder 3.0. Where it is mentioned that flex only supports automation with IE browser. Is the same comment applicable with Flas Builder 4 automation plugin. or is it supporting other browsers other than IE from Flash Builder 4 like Firefox.
    Thanks,
    Rajesh

    Some say October. Though I have not seen any possible dates yet from Mozilla as they cancelled the3.6 EOL discussion they planned for in meeting at end of June and did not mention 3.6 in June 6 meeting notes.
    There will be a 3.6.19 update at minimum scheduled for about August 16.

  • New Release: Oracle Policy Automation Connector for CRM On Demand 10.3.0

    h1. Oracle Policy Automation Connector for CRM On Demand 10.3.0
    Oracle Policy Automation Connector for CRM On Demand 10.3.0 is now available via Oracle E-Delivery (http://edelivery.oracle.com/)
    This release includes:
    Oracle Policy Modeling Imports CRM On Demand Data Model
    Oracle Policy Modeling 10.3 supports importing the data model of a CRM On Demand web service, including the selection of objects to map for loading data, and both saving and inserting data.
    Oracle Policy Automation 10.3 Runtime
    This version of the Oracle Policy Automation Connector for CRM On Demand works with Oracle Policy Automation 10.3 runtime. Rulebases must be built from Oracle Policy Modeling 10.3.
    Oracle Web Determinations Integration
    The connector allows users to pre-seed Oracle Web Determinations with data from CRM On Demand objects and update the same or new CRM On Demand objects with data collected during the interview session.
    Please read the release notes and installation guide contained in the media pack for more details.
    The build number for this release is 10.3.0.2048.0
    -----

    Hi All,
    Just a Clarification about the Oracle Lite Webcast, only customers with a valid CSI.
    Will be able to Connect to the Webcast.
    Regards.
    Marc

  • Announcing New! Oracle Policy Automation Connector for Oracle CRM on Demand

    Hi all,
    We are very pleased to announce the immediate availability of the new OPA connector for Oracle CRM on Demand. You can find more information and the link to download this connector on the OPA pages on OTN here:
    http://www-content.oracle.com/technetwork/apps-tech/policy-automation/overview/index.html.
    Feel free to post to this forum with questions or comments on this new connector. We welcome your feedback.
    Kind regards,
    Davin Fifield
    VP Product Development, OPA

    1. Oracle Policy Automation Connector for Siebel v10.2 requires rulebases to be created with Oracle Policy Modeling 10.2.
    2. Siebel and OPA are separate applications with their own system requirements. There is no need for them to be deployed on the same operating systems / application servers.
    3. The siebel-data-adapter.properties file is found in, for example, the siebel-wd-embedded.war files (for Java) in the location described in the documentation, and in the corresponding .zip files (for .NET).
    Note that Oracle Policy Automation Connector for Siebel v10.3 is planned to be available on E-Delivery within a few weeks.
    Davin.

  • What can Automator do for me?

    Can anyone give me specific examples of useful things the Automator does for you? The concept intrigues me, but I cannot figure out how it can help me.

    Tyra,
    There are quite a few things you can do with Automator. For example, if you had 250 pictures in a folder that all needed the same color setting applied to it, you could build a script that did it all at one time.
    Or maybe you'd like to rename a mass amount of files to a generic name like Document_1.doc, Document_2.doc, etc.
    Automator essentially allows us to do things that would be very repetitive to do otherwise.
    Brian

  • Coded UI automation support for MIcrosoft Dynamic CRM 2013

    Hi,
    I have been checking for a UI automation tool for Microsoft Dynamic CRM 2013. Even though it is mentioned as coded UI fully supports Dynamic CRM, I was not able to automate CRM with VS2013, VS2015 Preview. Please reply if you have any workaround to make
    it possible to automate UI testing of CRM 2013 using coded UI.
    Regards,
    Vinu chandran.

    Hi Vinu,
    According to your description,
    could you please tell me what version of VS you use to test your coded UI test?
    In addition, I did some search and don’t find any information about CRM2013 support for Coded UI test.
    Based on this article:
    Supported Configurations and Platforms for Coded UI Tests and Action
    Recordings, Dynamics CRM web client is fully supported. Even though I am not sure whether it includes CRM2013, I suggest you should use VS to drag the crosshair
    on the control to check the control can be identified by Coded UI Test.
    In addition, since the issue is related to the Microsoft Dynamic CRM, I suggest you can ask the issue to
    Microsoft Dynamic
    CRM forum, may be you will get better support.
    As you said that you are not able to automate coded UI test with VS2015 Preview, because VS2015 Preview is still a preview version
    instead of final released version, I suggest that you should submit this feedback to Microsoft Connect feedback portal:
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx,
    Microsoft engineers will evaluate them seriously.
    After you submit the feedback, you can post the link here which will be beneficial for other members with the
    similar issue.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can I know the automation object for firefox like "InternetExplorer.Application" for IE?

    Can I know the automation object for firefox like "InternetExplorer.Application" for IE?

    Firefox is not a COM-based application, so there is no equivalent. Over the years, different approaches have been offered for automating or embedding Firefox. The current one is [https://developer.mozilla.org/en/XULRunner XULRunner].

  • CUP 5.3: Automated Provisioning for UME Roles

    Hi,
    Does CUP 5.3 provide automated provisioning for UME roles or just for R/3 roles?
    Thanks in advance. Best regards,
       Imanol

    In order to use UME provisioning though, the WebAS must have Portal components installed (not necessarily used). The Portal RTA uses the Portal's SPML interface that is installed with portal components.
    And please make sure to check the PAM - I think the Portal RTA only works for 7.00, if I'm not mistaken!
    Frank.

  • RE: Test automation tools for Forte applications

    Mark,
    There is a basic automated testing program already
    supplied by Forte in the examples. It is called
    AutoTest.Pex. It records events and can replay them.
    It can be a bit tricky and is a bit basic, but
    may have some of the functionality that you want.
    This is specifically for window / widget testing.
    Hope this helps,
    Kerrie Vickers
    Forte Consultant
    PricewaterhouseCoopers
    Mark Wick Wrote :
    Hi,
    We are evaluating test automation tools for a Forte client server
    application.
    Does anybody have experience with testtools for Forte applications or
    can even recommend a testtool particulary suitable for Forte
    applications.
    We want to test GUIs on NT-clients as well as a batch process running
    on
    a Unix solaris server and accessing an oracle database.
    any help appreciated
    thanks
    Marc WickMazda Australia takes every precaution to ensure email messages are virus free. For complete protection, you should virus test this message.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Mark,
    There is a basic automated testing program already
    supplied by Forte in the examples. It is called
    AutoTest.Pex. It records events and can replay them.
    It can be a bit tricky and is a bit basic, but
    may have some of the functionality that you want.
    This is specifically for window / widget testing.
    Hope this helps,
    Kerrie Vickers
    Forte Consultant
    PricewaterhouseCoopers
    Mark Wick Wrote :
    Hi,
    We are evaluating test automation tools for a Forte client server
    application.
    Does anybody have experience with testtools for Forte applications or
    can even recommend a testtool particulary suitable for Forte
    applications.
    We want to test GUIs on NT-clients as well as a batch process running
    on
    a Unix solaris server and accessing an oracle database.
    any help appreciated
    thanks
    Marc WickMazda Australia takes every precaution to ensure email messages are virus free. For complete protection, you should virus test this message.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Test automation tools for Forte applications

    Hi,
    We are evaluating test automation tools for a Forte client server
    application.
    Does anybody have experience with testtools for Forte applications or
    can even recommend a testtool particulary suitable for Forte
    applications.
    We want to test GUIs on NT-clients as well as a batch process running on
    a Unix solaris server and accessing an oracle database.
    any help appreciated
    thanks
    Marc Wick
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    There is also TestComplete by AutomatedQA but it is of
    limited usage because it is not mx.automation aware and in many
    difficult cases reverts to dumb mouse X,Y recording.
    And there is the upcoming RIATest that will be specifically
    designed for Flex using mx.automation. Here is the site:
    http://riatest.com
    Disclosure: I am a RIATest developer.

  • Automator Actions for Photos

    As you may know, Apple has not (yet, anyway) included any Automator actions for the new Photos app. However, there is a set available from the Mac OS X Automation web site that some may find useful, & there may be others available from other third party sources too.
    If you are interested in such things, the Mac OS X Automation web site is a good place to start -- not only can you download the action set, the site includes descriptions & example workflows that should make it easy to see how they can be used.
    If anybody knows of any other third party sets for Photos, I would appreciate it if you would post a reply about them here.
    TIA!

    That's pretty cool! Thanks!
    Any idea why I might be getting the following output from my Get XML action? I am using the exact same information (shared secret, Admin credential, and Site URL) as for the other actions (that work just fine)...
    <html>
    <head>
    <title>403 Forbidden</title>
    <meta name="generator" content="Indigo">
    </head>
    <body>
    Forbidden
    You don't have permission to access this document on this server.
    </body>
    </html>

Maybe you are looking for

  • How is submit a form using ahref  in a JSP

    I have a form inside a iframe. It has 2 buttons. On clicking one button resultant page should open in the parent window(i.e target = parent). On clicking another button resultant page should open in same window (i.e target = self). In bith case i nee

  • OIF Redirection ISsue after the assertion validation

    Hi All, I have configured OIF SP(10g) and OIF IDP(10g) and configured the IDP initiated SSO. Upon the successful federation the OIF redirecting the user to the Web application. If the Assertion sent from the IDP is not matching for any user in the OI

  • Two platforms Adobe CS 5.5

    I am buying a mac and wondered how I could have my CS 5.5 on both my windows and mac computers. Thanks!

  • How to disable system keys like alt+ctrl+delete...

    Hi, I was wondering if there is any way to disable system keys like alt+ctrl+delete and windows logo key etc... I would like it to get disabled when ever my java application is visible and I want it in pure java. Thanks, regards, Jay

  • Saving virtual copy info

    I am using DNG files as my original files and am able to do conversions on my desktop and pull that information on the original file up on my laptop via my network. The problem I am having is with virtual copies. I find creating virtual copies and be