How to start change run and roll up simultaneously

Hi Experts,
I am given a task to
Start change run for DCUSTOMER and Start Rollup for DCP2ARC3 and to check for any locks
Please help
Thanks in Advance
Nitya

HI NItya,
I dont have acess to SAP Screens right now but try this
1)Goto RSA1 and in the Adminstrator you can do these activites ,the syustem itself will display the Objects.
2)Goto SE38 and there is Program to run Attribute chnge Run ,Search for Attribute or search in Forum.
3)There is a T COde to run Attribute change run,may get it in Forum again.
4)As SAP Standard include the Roll Up event in the Process Chain in Tcode RSPC.
Rgds
SVU123

Similar Messages

  • CHANGE RUN and ROLL UP.

    Dear  all experts,
    I am a sap-bw trainee.
    Can anybody will please tell what is difference between CHANGE RUN and ROLL UP.
    Warm regards
    Vinay S. Joshi

    Change Run:
    When you load master data attribute you have to run attribute change run to activate the changes of attribute; athoerwise you'll get the old value.
    You can do it by right click on the infoobject an chose Activate data or in massive way from RSA1->Tools->Attribute change run.
    RollUp:
    It is done for the infocube has Aggregates.
    Its done when you update ur Cube with fresh data it must reflect in aggregates of that with that fresh data.
    For More On RollUp Check this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/9a/33853bbc188f2be10000000a114084/content.htm

  • Diffrence b/w change run and roll up

    Hi all,
    can u anybody throw light on this .
    Wat is the difrence b/w aggregate rooll-up and chage-run.
    thanks in advance

    Hi Siggi,
    You say,
    "The change run for master data and hierarchies updates the information of specially the navigational attributes in your already existing aggregates."
    Do you mean to say a change run will not update Display Attributes?
    Thanks,
    Reddy

  • Use of Process type Attribute Change Run and Rollup in Process Chaning

    Hi SAP Gurus,
    I have a doubt about the use of process types Attribute Change Run and Roll up in PC
    If any1 can clear my doubts it would be helpful
    if possible if any1 can tell me about the list of process types available in Process Chains it would be helpful
    Thanks in advance

    Change run process is used to re-activate the Attributes after changes
    Roll up process is used to refresh a target (example : aggregates) after new data are uploaded into a Cube

  • How do we change itune and icloud accounts?  My wife and I have seperate accounts but she cannot access hes, only mine.  This causes many issues like facetime, text etc. Do we have to reset her devices and start fresh?

    How do we change itune and icloud accounts?  My wife and I have separate accounts but she cannot access hes, only mine.  This causes many issues like face time, text etc. Do we have to reset her devices and start fresh?

    I think this may be the answer.
    http://support.apple.com/kb/HT5621

  • Attribute change Run and Infocube Problem

    Hi SAP BW Experts ,
       I am getting the following problem
    2 days back our production system was down when Attribute change run is running in a process chain . After the system is up I triggered the Attribute change run manually for that specific master data Object. But the jobs was cancled automatically. When I checked the Job log I found the following messages
        <b>“InfoCube XXX is locked by a terminated change Run”</b>
      System error: <b>RSDU_TABLE_COPY_INI/DDIF_TABL_ACTIVATE /BIC/E200073 /BIC/E100073 0</b>
    Message no. DBMAN100
    When I verified manage screen in the Infocube XXX , one request is not rolled up . when I tried to rollup that particular request manually again I am getting the same message <b>“InfoCube XXX is locked by a terminated change Run”</b>
    When I tried to create Indexes on that Infocunbe XXX , Again I am getting the same message <b>“InfoCube XXX is locked by a terminated change Run”</b>
    When I tried to load data in to that Infocube I am getting the same message <b>“InfoCube XXX is locked by a terminated change Run”</b>
    The Steps Taken By Me:
      1. In SM12 , there are no lock entries for the Infocube XXX
      2. According to A.H.P reply I verified the Support package . We are having Import Support package 18 for 3.10( BW 3.10 patch 18 or SAPKW31018 )
      so I think there is no problem from patch side.
    So please let me know by doing which task , I can eliminate the error message “InfoCube XXX is locked by a terminated change Run”

    I got this reference from one of other site. Hope this solves issues of most of our ques on this topic.
    We faced this problem and reported to OSS. They solved our problem.Here is
    the answer from OSS
    I connected to your BWQ system. I checked the table RSDDAGGRMODSTATEand
    found an entrie for a change run "not yet" finished.
    CNSID CLOSEDFL TIMESTMP_START TIMESTMP_END TSTPNM
    207,851,300 20,030,910,141,500 0 SIDTLHG
    As you can see, the field CLOSEDFL is blank (should be 'X' for an ended
    change run) and the field TIMESTMP_END is also zero.
    You can also check with the function module RSDDS_CHANGERUN_MONITOR as
    in note 388069 that both objects you reported are the ones involved
    with thi change run error (Infocube ZINV and Infoobject ZELEM_PEP):
    E_CR_STATE C
    E_T_CHANM 1 Entry (IOBJNM = ZELEM_PEP)
    E_T_HIEID 0 Entries
    E_T_AGGRSTATE 1 Entry (AGGRID = 3QR79ZYB6VGSDS3C42HPXMA8S
    ICUBE = ZINV)
    E_T_MSG 1 Entry (IOBJNM = ZELEM_PEP)
    You have two choices to solve this problem. You cn either:
    1.- Restart the change run and let it finish with ok.
    The change run usually fails due to database errors, tablespace
    problems, and when some user manually cancel it (NEVER should be
    done!!)
    2.- Change manually the entry from table RSDDAGGRMODSTATE that isdescribed
    above. Set the field CLOSEDFL with a 'X' and also fill the field
    TIMESTMP_END with a value with the following format
    yy,yym,mdd,hhm,mss. Use, for example, '20,030,910,181,500'
    IMPORTANT!!!
    After this change on table RSDDAGGRMODSTATE, you have todeactivate
    all aggregates, activate again and refill them!!
    Hope this solves your error. If the issue is solved, please close this
    message with the [confirm] button.
    Best regards,
    David =C1lvarez
    SAP Active Global Support
    The answer refers to our problem.We chosed option 2. Here is the AbAPcode:
    REPORT ZLOCKED .
    tables: RSDDAGGRMODSTATE.
    select * from RSDDAGGRMODSTATE where CLOSEDFL = ' '.
    RSDDAGGRMODSTATE-CLOSEDFL = 'X'.
    RSDDAGGRMODSTATE-TIMESTMP_END = 20020912195015.
    MODIFY RSDDAGGRMODSTATE.
    ENDSELECT.

  • When i send a text in iMessage the person receiving it gets it from my email address... how do i change that. and in message settings the receiving thing has my email and phone number but my phone number is gray and i can't click on it

    when i send a text in iMessage the person receiving it gets it from my email address... how do i change that. and in message settings the receiving thing has my email and phone number but my phone number is gray and i can't click on it help

    Hello Todd:
    I had this very same problem when trying to activate iMessage and Facetime on my iPad. When I signed into my account, I actually wasn't even presented with the option of a phone number - notwithstanding the fact that I was contacting others (and being reached by others) by my phone number on my iPhone. Having both the iPad and the iPhone on, I kept trying to turn off and on both iMessage and Facebook in Settings on both my iPad and iPhone, hoping that that they would eventually sync. But this proposed solution by others was unsuccessful for me.
    Then, I found out what the problem was: When my iPhone was activated, it automatically registered my phone number for contact purposes. I was using iMessage on my iPhone for quite some time without actually being signed into my Apple ID account. When another device - such as an iPad or iPod - is being used for iMessage or Facebook, you are prompted to sign into your Apple account, using your username and password. These two devices will not register your phone number as an option for contact unless your iPhone is signed into your Apple account as well. In other words: your phone number will not be synced.
    Go into your "Settings" on your iPhone and click on "Messages". Scroll down and click on "Send & Receive" (which should be followed by your phone number). On the next page, you will be able to determine whether or not your iPhone is using the Apple ID for messaging purposes. (Note: This information applies for Facetime as well.) If it is using your Apple ID for messaging, than at the top, you will see "Apple ID: <your particular e-mail account>" in Blue text. However, if you are not using your Apple ID for messaging, than you will see the words: "Use your Apple ID for message". Even though below this you will see your phone number checked as the contact source, you will want to click the tab that says, "Use your Apple ID for message". Sign into your account (just as you must sign in for iMessage on your other devices), and just choose your phone number as the "Send & Receive" contact. (The option of the e-mail will be there too, but you don't have to check it. And later on, you can delete it as an option.)
    Now that all of your devices are signed in using your Apple ID, the other devices should register your phone number as a choice. It may take a little while, however. What I did was sign out of iMessage on my iPad, and then sign in again. If the option didn't appear, I just went back and signed in again, and kept doing this until the option for the phone number appeared.
    Again, this will work for Facetime as well. The solution is to sync your iPhone account with the other devices by using your Apple ID for messaging (and Facetime) purposes.
    I hope that this works for you, Todd!   ~ Brian

  • My HP mini 210 will not boot up. The repair utility starts, but runs and runs with no results.

    My HP mini 210-2080NR will not boot up.  The repair utility starts, but runs and runs with no results. Safe mode start up also fails. Tried BIOS diagnostics with f10, memory passed, but HD startd but did not finish.  Diagnostic log shows rusult 0303.  Any ideas would be helpful.  Thanks.

    You can order HP recovery media here, or call HP on the phone to order 1-800-474-6836
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=bph07143&cc=us&lc=en&dlc=en#N76
    If HP no longer has Recovery Media for your model, order them here
    http://www.computersurgeons.com/Default.aspx

  • How do I change headers and footers in one single document in Pages?

    How do I change headers and footers in one single document in Pages? I would appreciate any help as this seems to be quite frustrating. Thanks so much!!

    Why are you not sure whether you have Mavericks or not?
    And what version of Pages are you talking about?
    Insert a Section Break and uncheck the copies previous option.
    All the Headers and Footers are the same within a Section.
    Peter

  • All my PDF forms are automatically transformed in Word forms,how can I change that and only choose the PDF I want to transform

    All my PDF forms are automatically transformed in word forms,how can I change that and only decide which PDF to be transformed in word

    Hi Ulfsch,
    Thank you for posting on the Adobe Forums, kindly try the step mentioned below.
    1) Right click on any of the PDF file and choose the option open with
    2) Select choose default program
    3) Select Adobe Reader/Acrobat from the list
    5) Check the box "always open this type of file with selected program" (not the exact same wording)
    6) Click OK
    If you are on Mac, CTRL+Click on the file.
    Go to Get info
    Go to Open with
    Change it to Adobe Reader/Acrobat and click change all.
    Thanks,
    Vikrantt Singh

  • HT3384 How do I change margins and header footers on a pages document?

    Hi can anyone help me on how do I change margins and header / footers on a pages document?
    Many thanks

    Oddly, when one enters text that is a paragraph string longer than the width of the the page, the text doesn't wrap. There seems to be something a bit wonky with the margins, but perhaps it's something else. I fiddled with styles to see if I could control it, but to no avail. I'm giving up and boing back to '09. Each time I think I'll switch to iWork 5, I encounter some other restrictive feature that sends me scurrying back to '09.

  • How do I change name and install Password or pass code

    How do I change name and install Password or pass code?

    You would do this using the AirPort Utility.
    To change the Network Name using AirPort Utility v6.x: AirPort Utility > Select your AirPort > Edit > Wireless tab > Wireless Network Name. On the same tab, you can set the wireless security password.

  • As I was driving and my iPhone 4s was paired to the car it froze and now is unavailable. How can I change this and pair it again?

    As I was driving and my iPhone 4s was paired to the car it froze and now is unavailable. How can I change this and pair it again?

    As I was driving and my iPhone 4s was paired to the car it froze and now is unavailable. How can I change this and pair it again?

  • HT1349 how do i change billing and payment to uk mode instead of usa?

    how do i change billing and payment from USA to UK mode?

    ive tried that but it asks for zip codes ect.. as in usa format

  • How can I change name and password of my local network

    I have just changed to the new AirPort Time Capsule. In setting up teh network and have unsed new names and now some of the HW is not working correct. How can I change name and change the passwords

    Use Airport Utility and change them in the same way you set them up in the first place.

Maybe you are looking for

  • MS Word documents open but aren't visible

    I've suddenly started having a very strange problem in Word and can't find a post describing a similar problem on either the Apple or the Microsoft Word support discussion fora. I can open documents, either within Word or directly from my Documents f

  • Suggestions for new forum names

    iMac (PPC) - iMac (PPC including G5, pre-2006) iBook - iBook (pre-2006 notebook). Powerbook - Powerbook (pre-2006 notebook) MacBook - MacBook (consumer notebook) MacBook Pro - MacBook Pro (pro notebook) Mac Pro - Mac Pro (Intel CPU Desktop Tower) Pow

  • Problem with Dreamweaver cs4 tutorial

    Hi I have been following the dreamweaver tutorial (go to http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt4.html) All been well up until adding main image text. It looks fine in design view (see snapshot attached) but when I go to

  • Purging the data older than 1 year

    I have a requirement to purge data older than 1 year. Table has 5 billion rows and delete about 4 billion rows in batches. there is no primary key or indexes on table. There is column Datetime and i created nonclustered index on table and planning to

  • SOAP server side ... how to ... ?

    Hi, I'm new to the soap technology. I want to write a java application that use SOAP. I've downloaded JAXM to implement the client side : SOAPMessage response = con.call(message,endpoint); But I don't know what I must do to the server side ? A servle