Process Chain: what does the variant do with "Delelte changelog"

We have a process chain developed by a consulting firm that inside the process chain, there is a variant with the description of "Delelte changelog older than 3 months".  Double click this variant to open this variant interface, 1st column titled "Object" shows all rows are ODS picture icons, 2nd column titled "Object Type" shows all rows are "Change Log Table", 3rd column titled "Object Name" shows all rows starting with "8ZXXXXXXXXXX".  What kind of this variant function in Process Chain as "Delete changelog"?
Thanks and we are looking forward to seeing your answer soon!

Hi
DSO contains 3 tables. New data table, change log table and active data table.
New data table: When the data was loaded, first the data goes to new data table.
change log table: When you activate the data in DSO, it goes to change log table and active data table. Change log table contains the changes happened like before image,after image.
Active data: Reporting is done out of this table.
Over a period of time the change log table grows in size and it needs to be periodically cleaned to reduce the size of the table.
The variant used to delete the change log entries if it is older than 3 months automatically using the process type "delete change log" in process chains.
Hope it helps.
Regards
Sadeesh

Similar Messages

  • How to create infopackage groups & Process chains & what is the difference

    Hi gurus,
    please help me to create infopackage groups & Process chains & what is the difference.
    please explain any realtime scenerios.
    when will we choose infopackage groups & process chains
    and what is the difference betweeen these two.
    Thanks & Regards,
    BWcheta

    Cheta,
    You can create the IPG with the selction of all infopackages in RSA1-Modelling Area to automate those loads automatically. That means it will trigger only those IP's which have been pooled up in that IGP...
    Where as Process chain is also a automated process where you can have different process types which can be used during the load and after the load has been done.. For example in ODS once after the data has been loaded if you want to activate the data then in PC youo can insert the process type for that, but in case of IGP it will only execute your IP.
    Hope it helps...
    ******Assign Points*******
    Thanks,
    Gattu.

  • This is probably a stupid question, but what does the red circle with a number in it mean on iCal? It looks just like the emails notification. I do not have anything do or up in my cal.

    This is probably a stupid question, but what does the red circle with a number in it mean on iCal? It looks just like the emails notification. I do not have anything do or up in my cal.

    Actually, another person on the "more like this" had the right answer. It meant I had a notification for an invite that I needed to respond to.
    Hope this helps you as much as it helped me.
    D

  • What does the orange circle with white arrows mean?

    what does the orange circle with white arrows mean?

    Well, I've not seen that one before. In fact I had to click on it so as to read the tiny
    text, then it appeared in another window as a .png image... so I retyped it  + also
    supplied a .jpg of the same image of different size. Too wide: automatically scale.
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    ...maybe this is large enough to see without clicking? It probably scaled small.
    •About the actual topic in your reply, in regular size text:
    { did you upgrade from an older Mac OS X? from what?}
    You mean it could not or would not boot SafeBoot?
    Here's an official support topic page about it.
    •OS X: What is Safe Boot, Safe Mode?
    http://support.apple.com/kb/HT1564?viewlocale=en_US
    Could be you need to start from a boot volume, or Recovery partition to repair it.
    That is a more detailed way to repair disk & repair disk permissions, unmounted.
    Not sure about that SUID thing, though. It may revert after a normal startup.
    Maybe someone can offer better 'ways & means'... LOL!
    Good luck & happy computing!
    {edited 2x ... ps: maybe start a new topic if this one sees no action?}

  • When booking a one to one session, what does the black arrow with a blue circle moving underneath mean?

    When booking a one to one session online, what does the black arrow with a moving blue circle underneath mean?

    check with your carrier. Also how many bars do you have? Sometimes only having 1 bar will not send texts or make calls.
    BTW the red circle with the exclamation point in it means it failed to send.

  • What does the faded music with a dotted circle beside it mean in the on this iPhone tab

    what does the faded music with a dotted circle beside it mean in the "on this iPhone" tab on itunes? Some even shw up twice, others once.

    Hi sjchr,
    Welcome to the Support Communities!
    The red square with a red circle around it is a symbol for a download in progress.
    Songs that have a cloud symbol beside them have been purchased, but don't reside on your device.
    When you click on the cloud icon, the song will be downloaded to the device, and you see a red square with a circle moving around.  If you wanted to stop the download, you would tap on the red square.
    Sometimes there may be an issue with the download, or the file may be corrupt.
    If the song is not playing correctly, the first thing I would suggest is to restart / reset your device:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If the issue persists, you may need to redownload the song. 
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Cheers,
    Judy

  • What does the little cloud with a down arrow next to a song mean

    I upgraded my phone from iOS6 to iOS7 and had to remove all my music to get enough space which is fine because I wanted to reload it anyways.  When I opened the music app, thinking there would be no music there, I was surprised to fine hundreds of songs each with a little cloud with a down arrow next to them.  What does the little cloud with the down arrow mean?  If I click on it am I purchasing something? Are they songs I can listen to for free?  I don't use and have never signed up for an iCloud account so they can't be songs I purchased because I haven't purchased any songs.

    Means they are stored in the cloud and you need to download them.
    Peter

  • User wants to schedule the process chain - what is the best practice

    I posted earler and got the anwser.
    Create a custom ABAP program that calls the RSPC_API_CHAIN_START Function Module, with a selection for the Process Chain where your user can enter the Meta Chain name to start the process.
    To make it simpler for the user to execute this, create a custom tcode for them in SE93, so that they logon to your BW environment, call up that tcode, enter the Meta Chain name and execute. With this, they wouldn't have to have access to RSPC.
    I did the above and the user not able to execute it since he doesn't have access to the cube/dso to update the cube.
    To overcome this I wrote another abap program and used the
    SUBMIt program user ALEREMOTE
    and there is a problem.I called the process chain start program using ALEREMOTE .
    Now the user  needs access to authorization object S_BTCH_NAM and authorization field BTCUNAME with value ALEREMOTE.
    So again due to SOX the basis doesn't want to give the necessary access.
    What is the best solution.
    How in general if the user needs to execute the process chain how they do it.
    Please let me know. Thanks for your help in advance.
    Senthil

    Hi Senthil
    In general production scenerio, we do not run process chain manually. To execute a process chain you should have necessary authorization. As you have assigned alertmote in the start variant, any user other thatn that will not be able to trigger the same.
    Instead of alertmote , use the nornal start variant to trigger the process chain and give the user the normal authorization. Whenever user wants to run the infopackage manually or via process chain they should have the auth to view the infoprovider content as well....

  • What does the little circle with a line in it mean when in edit mode? how can I get rid of it?

    What does a little circle with a line in it mean when I am trying to edit? how do I get rid of it?

    robynlwitheridge
    What version of Premiere Elements are you using and on what computer operating system is it running?
    From your description "little circle with a line in it", that sound like a symbol when you are trying to do a cannot do operation.
    What exactly are you doing in your edit activities when you see this circle with a line in it? Is it at the end of the mouse cursor?
    Can you post a screenshot of it?
    If my first impression of what this is happens to be correct, then "How do I get rid of it?" answer comes from
    a. defining what you want to do
    and
    b. correcting any mis-steps you are taking in doing that
    We will be watching for your follow up.
    Thanks.
    ATR

  • What does the black screen with large exclamation point mean?

    I'm trying to edit, or even just select a photo in iPhoto, but can't get it to come up - just the black screen with a large exclamation point. What does that mean, and how do I get back control of my photos?

    It means your database is corrupted and that iPhoto has lost the link between the thumbnail in the iPhoto Window and the actual file.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Import of Process Chains - What is the best practice

    Hi Colleagues,
    Wish to check on what is considered as a best practice:
    1. Move Process chains to the Production Environment through Transports
    Else
    2. Create them in the production system directly (obviously after having tested the scenario in other envrionments)
    Also would be glad to know if you have some links to posts which have discussions on the errors encountered in transports of process chains.
    Good Day and regards!
    Uma Shankar

    Hi Srinivas,
    Thanks a lot for the reply and the time taken to update this post.
    I will have to try this suggestion and shall update this post. Am now away from the project site, however since i was trying to help a colleague, will forward this reply to him to try it out and seek his observation.
    However a couple of things:
    1. This problem arose when the process chain was transported from Development to the Quality system.
    2. Though the error came up in the transport but when we were trying load the data into the Quality system using this process chain we were able to do so.
    So looks like the error had no impact on the performance of either the info-pack or the process chain. However we were sceptical on the our decision to import this process chain to the Production due to this error.
    However having seen hyour reply i will suggest my colleague to try it out (assuming that this error is still a pending issue) and shall update this post for the benefit of all.
    Good Day and regards!
    Uma Shankar

  • What does the Mouse Pointer with Letter 'M' mean?

    Couldn't find any info on this via search, and I'm still a little new to LP8 so pardon this question if it's been asked many times before.
    Just wondering what the mouse-pointer with the letter 'M' attached to it means. I notice it pops up when I open songs I made in Logic Pro 6 inside Logic Pro 8.
    Thanks,
    David

    Never ceases to amaze me how many times I answer my own questions on various forums but only, of course, after actually posting it. No wonder it didn't pop up on any searches.
    It's the mute tool in case any other newbies stumble upon this post.

  • What does the ipad 2come with whwn you first buy it

    Does it come with ear phones

    omgapple wrote:
    Does it come with ear phones
    No...
    See Here for what's in the box...
    http://www.apple.com/ipad/specs/

  • What does the red circle with a line thru it mean?

    I'm exhausted! Trying to find an answer to WHY iTunes won't allow me to drag a song to my iPod Nano?  It was originally an MP3; I unzipped the file; I played it in iTunes song list; it had a ! next to it; iTunes asked if it should find the file; iT found the file; the ! was removed; I played it again in iT; when I tried to drag it to my iPod, THERE WAS A RED CIRCLE WITH A LINE THRU IT????  I have yet to find--i googled and youtubed and appled til my eyes and brain and fingers ached and burned ;(--what the SYMBOL means?!?!?!?!?!?!?!?
    I have been able to download similar audio of this nature...Not sure why this one is BLOCKED?
    Thank you!

    robynlwitheridge
    What version of Premiere Elements are you using and on what computer operating system is it running?
    From your description "little circle with a line in it", that sound like a symbol when you are trying to do a cannot do operation.
    What exactly are you doing in your edit activities when you see this circle with a line in it? Is it at the end of the mouse cursor?
    Can you post a screenshot of it?
    If my first impression of what this is happens to be correct, then "How do I get rid of it?" answer comes from
    a. defining what you want to do
    and
    b. correcting any mis-steps you are taking in doing that
    We will be watching for your follow up.
    Thanks.
    ATR

  • What does the red circle with #1 mean on an specific app?

    My App store shows that all apps are up to date, but 2 games have a red circle with number 1:  4 elements and Call of Atlantis

    I'm not sure how your question relates to apps and games on the iPad. This is the Using iPad forum. I have never downloaded an app in the Mac App Store. The information that I provided is in reference to games and apps using the iPad, but I assume that the Mac App Store works the same way.
    Bearing in mind that I have never downloaded from the App Store on the Mac, as I can best remember, only Apple applications and software updates would show up via Software Update. For instance, prior to the Mac App Store in Snow Leopard, any updates that were or are available in any third party applications on the Mac would have their own updaters and will not be available via Software Update. Microsoft Office for example had it's own Microsoft Updater application and those updates never came via Software Update. Software update does not work for third party apps.
    Apparently, if you purchase for the Mac App Store, updates are indicated like they are on the iPad with the red number in the circle on the App Store icon in the dock.

Maybe you are looking for

  • Boot Camp partition not listed in Windows Setup

    I am trying to install Windows 7 with DVD and I used the Boot Camp assistant 5 run in OS X Mavericks (10.9.1). Everything was copied with  latest drivers, created Boot Camp partition. After that Mac restarted  and booted into the windows installation

  • Best Practice for Setting "parallelism" in RMAN

    Can anyone share any wisdom for setting "parallelism" in RMAN? I seem to recall some relationship to the number of processor installed on the server, but I cannot find an authoritative reference. J

  • All music & apps not showing in iTunes

    I recently purchased the new MacBook Pro 15" and transferred all my iTunes music, apps etc from a backup from my Time Capsule. However, when I open up my iTunes, the screens meant to be showing my music and apps are blank. I can access the iTunes sto

  • How to change width of columns in a JTable component?

    I created JTable1 by dragging from DataControls. I tried to change column width by changing of EntityObject - Width. But it doesn't work. I tried to do it In table binding editor - it doesn't work too. Help pls.

  • Where can i download an older version of firefox

    Where can i download an older version of firefox?