What is mass activator and deactivator?

hi all,
Can anyone explain me what is mass activator and deactivator in Multi provider and in infocube?
can  anyone let me know with examples.
regds
haritha

Hi,
When you choose <b>Mass Activator</b> a list of all objects in the system appears with their status. You can select the objects to be activated from this list and then activate them at one time.
http://help.sap.com/saphelp_nw04/helpdata/en/3b/f2a8d4fb377c47b0aa25ae9ae160d6/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/3b/f2a8d4fb377c47b0aa25ae9ae160d6/frameset.htm

Similar Messages

  • Data Slice dynamic activation and deactivation for a set of users

    Hi Experts,
                     We have requirement to manually enter the data into RTC using IP.
    There are 2 sets of users --> Power Users and Normal Users.
    We need to allow the normal users to enter the data only from 1st to 5 th working day of every  month.
    Power Users should have authorization to edit and enter the data at any time.
    Can any one suggest how to set the dataslice using code.
    Regards,
    Shashi

    Hi.
    Please note that update of RSPLS_DS table do not affects at RUNTIME.
    If you want to create dataslice that activated and deactivated within sequence run you should do the next:
    1. Create exit variable that return you all working days EXCEPT 1 to 5 of each month.
    2. Create dataslice in modeler on this characteristic with restriction by this exit variable.
    3. This dataslice should be based on ABAP class as described [here|https://www.box.net/shared/zhirrvk859].
    4. In mydataslice method enter following code (I assume you have any DSO with definition whether user is power user or not. Lets say DSO has next structure:
    USER   | Z_IS_POWER   |
    aaaa    | NO
    bbbb    | YES
    Enter the next code in mydataslice method:
    SELECT Z_IS_POWER FROM YOURDSO INTO lv_POWER WHERE USER=sy-uname.
    IF sy-subrc = 0. *This is SUPER USER. Allow locked data edition
    e_noinput = rs_c_false.
    ELSE. *This is regular user. Do not allo locked data edition
    e_noinput = rs_c_true.
    5. Create in modeler 2 planning sequences for activating and deactivation dataslice as described in document.
    6. Each time you want to do something with locked data run first sequence for deactivation of dataslice. If super user will run it so dataslice will be deactivated, but if regular user - dataslice will lock the data.
    Regards.

  • There is possible to active and deactive some buttons ?

    Hey. I have code to detect what page of my flash book is active and question now: there is possible to make 4 diferent effect for one button depend on what page is active? example:
    page 1 : button is red
    page 2 : button is blue
    page 3 :button is black
    i think this is possible but cant figure out how to make this

    if you have a simplebutton, you can change its color using its transform.colorTransform property:
    var ct:ColorTransform=yourbutton.transform.colorTransform;
    if(this.currentFrameLabel=="page 1"){
    ct.color=0xff0000;
    } else if(this.currentFrameLabel=="page 2"){
    ct.color=0x0000ff;
    } else if(this.currentFrameLabel=="page 3"){
    ct.color=0x000000;
    yourbutton.transform.colorTransform=ct;

  • Help needed in activating and deactivating a window

    In my GUI, I have created a window, that is having one textfield, one label and 2 buttons named "Enabled" & "Disabled" .
    MY requirement is: After execution of the window when I will click "Disabled" button, the window should be deactivated, even I can't type in the textfield and then clicking the " Enabled" button the window should be activated, then I can access the textfield.
    Here bellow,I have written the code for visibility of the window, but I haven't written code for the action to be performed by the 2 buttons.
    Can anyof you please write me the updated code satisfying my requirement, sothat I'll proceed further.
    Regards.
    MY CODE:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class Test7 extends JFrame
         public Test7()
              Container con=getContentPane();
              addWindowListener(new WindowAdapter(){
                   public void windowClosing(WindowEvent e)
                        System.exit(0);
              JPanel p1=new JPanel();
              p1.setBackground(Color.white);
              JPanel p2=new JPanel();
              JPanel p3=new JPanel();
              JTextField txt=new JTextField(10);
              JLabel l=new JLabel("hello world");;
              JButton b1=new JButton("Enable");
              b1.addFocusListener(new FocusAdapter(){
                   public void focusGained(FocusEvent evt)
              System.out.println("gained");
         // The component gained the focus
              JButton b2=new JButton("Disable");
              b2.addFocusListener(new FocusAdapter(){
                   public void focusLost(FocusEvent evt)
              System.out.println("lost");
         // The component lost the focus
              p1.add(txt);
              p2.add(l);
              p3.add(b1);
              p3.add(b2);
              con.add(p1,"North");
              con.add(p2,"Center");
              con.add(p3,"South");
              setSize(300,200);
              show();
         public static void main(String arg[])
              new Test7();

    try modifying code for the button listeners
    JButton b1=new JButton("Enable");
    b1.addActionListener(new ActionListener(){
    public void actionPerformed(ActionEvent evt)
    System.out.println("gained");
    // The component gained the focus
    txt.setEnabled(true);
    JButton b2=new JButton("Disable");
    b2.addActionListener(new ActionListener(){
    public void actionPerformed(ActionEvent evt)
    System.out.println("lost");
    txt.setEnabled(false);
    // The component lost the focus
    Hope this helps

  • Activating and Deactivating

    I had Activated my photoshop twice on other computers before and wanted it on my new computer so I uninstalled it off of one of my old computers without realising that there was a deactivate option. Now I can't install it on my new computer and I don't know how to get it back on my old computer. What can I do?

    You will need to contact activation support:
    http://www.adobe.com/products/activation/
    Usually you can start a chat session right in that window and get it resolved right then.

  • Activating and deactivating expose switches the window

    Hi,
    I found that expose in Lion behaves weirdly.
    The steps to repro:
    Open 2-3 windows of Safari.
    Move one window to another desktop (so there are windows of the same app on multiple desktops).
    Activate Expose (with gesture).
    Deactivate Expose (with gesture).
    What I expected to see after these steps: the same desktop, application and window as it was originally at the step 1.
    What I actually see: the screen slides to another desktop and activates the window on it. Doing it again does it again in the opposite direction.
    Nobody at the Apple store could explain why it happens or provide any logical explantion.
    So what's a deal with it?
    Cheers.

    Hi
    U need to assign an OK-CODE to print icon in the toolbar, but if it's a standard one, it means to change a standard object.
    Then u should considere after activing it u need to implement the abap code to manage it
    Max

  • Active and deactive one licence

    i have one licence of adobe acrobat Pro stanpodart and my laptop was damage the next week and the IT support intalled one new operating system and when i actived the active this licence i cannot actived becouse that is en the old laptop.
    what i should do?
    thanks for your help.

    Contact Adobe Customer Support to reset your activation count: http://helpx.adobe.com/contact.html?product=acrobat

  • User exit activation and deactivation in production server

    If I activate project of corresponding user exit and after transporting the request to Production ,
    then for deactivating the project will a request is generated or should i login to Production for deactivating the project.
    Thanks

    Hi,
    Deactivating the project would again ask for a request so we have to deactivate in development and take it via a transport to production.
    Regards,
    Himanshu

  • What result in activation or deactivation of  my requests delete menu?

    Hi All,
    When I go through 'Switch to reports > My requests' in CDB web client, some of requests's delete menu are activated but others aren't. - which is displayed by clicking right mice button.
    Why the 'delete' menu is deactiavted? and how can I delete it?
    Thanks in advances,

    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • Activating and deactivating selection screen box.

    Hi all,
    In my program on selection screen there are two selection box.
    Each has different function .
    I want, when i use any one selection box then other one should be deactivated.
    can any one me guide me in this regard.
    Thanks
    Chetan.

    Hi,
    I hope follwing code will solve your problem.
    LOOP AT screen.
      IF first_selection_box = 'X' AND screen-name = 'second_selection_box in upper case'.
        screen-input = 0.
      ENDIF.
      IF second_selection_box = 'X' AND screen-name = 'first_selection_box in upper case'.
        screen-input = 0.
      ENDIF.
      MODIFY screen.
    ENDLOOP.
    Reward points if the answer is helpful.
    Megards,
    Mukul

  • Activating and deactivating trouble!!!

    Thers no option to deactivate my CC programs?? could this be because i still need to register? if so when i do so it keeps telling me that my address doesnt match the one  they have on record (but click to continue on with this address) but once i do it just keeps looping back to the edit info screen any help getting seriously annoyed

    You will need to contact activation support:
    http://www.adobe.com/products/activation/
    Usually you can start a chat session right in that window and get it resolved right then.

  • Activating and deactivating icons in the Standard toolbar

    Hi expects,
    I want to activate the printing icon on my standard toolbar cause it is greyed out. How can I achieve that?

    Hi
    U need to assign an OK-CODE to print icon in the toolbar, but if it's a standard one, it means to change a standard object.
    Then u should considere after activing it u need to implement the abap code to manage it
    Max

  • Activating and Deactivating Accounts

    Hello
    Sorry If already posted, but is there anyway of hiding an account on the login page, without deleting the account itself? Rather like on Windows XP with the Guest account.
    Any answers appreciated
    Thanks
    Nat

    Hi Nat, and a warm welcome to the forums!
    Yes it is fairly easy in Terminal...
    http://www.macworld.com/article/52200/2006/08/hidelogin.html
    http://www.macosxtips.co.uk/index_files/hide-accounts-in-mac-os-x-tiger-login-wi ndow.html

  • What are the config steps for contract mass change and quota arrangement?

    Hi friends
    what are the config steps for contract mass change and quota arrangement?
    Regards
    Raj Kumar

    Process Flow
    The mass change process consists of four steps. You navigate between these steps by choosing the Next and Back buttons located at the bottom right-hand corner of the screens.
           1.      Search for contracts
    You search for and select the contracts or the contract hierarchy that you want to change.
    Contracts that have the status Closed cannot be changed.
           2.      Define mass changes
    You specify the changes you want to make.
    You make changes at header data level and at item data level by choosing the relevant change methods. A green tick appears next to each change parameter so that you can see where changes are already active.
    Once you enter this step, the documents you have selected to be changed are locked so that other users cannot make changes to them until you are finished with this process.
           3.      Simulate mass changes
    Here you can perform a trial run of your mass changes. This simulation step is optional.
    We recommend that you perform this step so that you can check how the change methods you have chosen will be processed by the system.
    You receive status messages about the change methods for each contract and can quickly see whether any errors arise in connection with the proposed changes at this stage. From this step, it is easier for you to go back and correct the error than after applying the changes.
    Background processing
    The system processes the changes in the background.
    If there are a large number of contracts to be processed, this step could take some time to complete. In this case, you can leave the transaction so that you can, for example, carry out other tasks in the meantime.
    The system sends you an e-mail once the simulation step is complete. The e-mail contains a link to the relevant screen in the application so that you can return to it when it is convenient for you to do so. If you have left the SRM application, you can only return via this link.
    Here you can see the status of the changes and, if necessary, you can correct any errors by going back to the Define mass changes step.
    The messages that you receive in the simulation step are not confirmation that a change has been performed. They simulate the messages you get after you apply the changes. You must complete the final step of the mass change process and apply the changes before they take effect.
           4.      Carry out mass changes
    Here you apply the changes to the contracts.
    You cannot reverse this step, which is why we advise you to perform the simulation step beforehand.

  • What is diff b/w active and inactive DCs

    hi
    please let me know what is diff between Active and Inactive DC's.
    If possible send some FAQs on JDI
    Thanks
    -mmukesh

    Hi Mukesh,
    When you are developing somthing through JDI (NWDI), you will have inactive dc and active dc.
    If you want to do some changes in code then you can do these changes through inactive dcs. Whatever changes you do in inactive DCs and until you check-in that activity. other developers cannot have those changes.
    but, when you check-in your activity those changes will be visible to other developers who are working on the same DC but this updated code will not be reflected in active DC.
    But when you activate that activity, those changes will be reflected in active dc and this active dc will be deployed on Development server.
    In summary, inactive DCs contain intermidiate code which is not ready to deploy on Development server yet. This updated code is available in Active DC.
    Hope now you are clear with Inactive and Active DCs.
    Regards,
    Bhavik

Maybe you are looking for