Can I add new job in the existing Job

Hi Gurus,
There is a job which loads data from 4 ODS to respective Infocubes. Now we are adding new infocube and new ODS to the existing layout so can we add 1 more job which loads data from that ODS to corresponding Infocube. If so how??? Can u give me detailed steps to add new job in the existing job...
Thanks in advance

is the previous loads done through a job or a process chains???
Go to RSPC > check what process chains are there and in case if you find one > log you will see when it was last run and stuff.
But if it is a job in SM37, it is a different story, u might have to create a variant of that job and create events to trigger the job in sequence depending on ur scenario..
give more details. like when is that job triggered, if any events used.

Similar Messages

  • How can I add new row/column into existing jTable?

    Hi add!
    Can you help me how can I add new row/column into existing jTable?
    Tnx in adv!

    e.g
    Create two buttons inside the Table ( "Add New Row" ) and ("Add new Column")
    their handlers are:
    add new row:
    //i supose u already have
    DefaultTabelModel tablemodel = new DefaultTableModel(rowdata, columnNames);
    //and   
       JTabel jtable = new JTable(tablemodel);
    // Handler (row)
    jbtAddRow.addActionListener(new ActionListener(){
       public void actionPerformed(ActionEvent e) {
          if(jtable.getSelectedRow() >= 0 )
              tablemodel.insertRow(jtable.getSelectedRow(), new java.util.Vector());  
           else  
                tablemodel.addRow(new java.util.Vector());
        });to add new columns its the same but inside actionPerformed method:
    ask for e.g "Whats the name for the new column"
    then,
       tablemodel.addColumn(nameOfColumn, new java.util.Vector());   Joao
    Message was edited by:
    Java__Estudante

  • How can I write new objects to the existing file with already written objec

    Hi,
    I've got a problem in my app.
    Namely, my app stores data as objects written to the files. Everything is OK, when I write some data (objects of a class defined by me) to the file (by using writeObject method from ObjectOutputStream) and then I'm reading it sequencially by the corresponding readObject method (from ObjectInputStream).
    Problems start when I add new objects to the already existing file (to the end of this file). Then, when I'm trying to read newly written data, I get an exception:
    java.io.StreamCorruptedException
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    Is there any method to avoid corrupting the stream? Maybe it is a silly problem, but I really can't cope with it! How can I write new objects to the existing file with already written objects?
    If anyone of you know something about this issue, please help!
    Jai

    Here is a piece of sample codes. You can save the bytes read from the object by invoking save(byte[] b), and load the last inserted object by invoking load.
    * Created on 2004-12-23
    package com.cpic.msgbus.monitor.util.cachequeue;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.RandomAccessFile;
    * @author elgs This is a very high performance implemention of Cache.
    public class StackCache implements Cache
        protected long             seed    = 0;
        protected RandomAccessFile raf;
        protected int              count;
        protected String           cacheDeviceName;
        protected Adapter          adapter;
        protected long             pointer = 0;
        protected File             f;
        public StackCache(String name) throws IOException
            cacheDeviceName = name;
            f = new File(Const.cacheHome + name);
            raf = new RandomAccessFile(f, "rw");
            if (raf.length() == 0)
                raf.writeLong(0L);
         * Whne the cache file is getting large in size and may there be fragments,
         * we should do a shrink.
        public synchronized void shrink() throws IOException
            int BUF = 8192;
            long pointer = getPointer();
            long size = pointer + 4;
            File temp = new File(Const.cacheHome + getCacheDeviceName() + ".shrink");
            FileInputStream in = new FileInputStream(f);
            FileOutputStream out = new FileOutputStream(temp);
            byte[] buf = new byte[BUF];
            long runs = size / BUF;
            int mode = (int) size % BUF;
            for (long l = 0; l < runs; ++l)
                in.read(buf);
                out.write(buf);
            in.read(buf, 0, mode);
            out.write(buf, 0, mode);
            out.flush();
            out.close();
            in.close();
            raf.close();
            f.delete();
            temp.renameTo(f);
            raf = new RandomAccessFile(f, "rw");
        private synchronized long getPointer() throws IOException
            long l = raf.getFilePointer();
            raf.seek(0);
            long pointer = raf.readLong();
            raf.seek(l);
            return pointer < 8 ? 4 : pointer;
         * (non-Javadoc)
         * @see com.cpic.msgbus.monitor.util.cachequeue.Cache#load()
        public synchronized byte[] load() throws IOException
            pointer = getPointer();
            if (pointer < 8)
                return null;
            raf.seek(pointer);
            int length = raf.readInt();
            pointer = pointer - length - 4;
            raf.seek(0);
            raf.writeLong(pointer);
            byte[] b = new byte[length];
            raf.seek(pointer + 4);
            raf.read(b);
            --count;
            return b;
         * (non-Javadoc)
         * @see com.cpic.msgbus.monitor.util.cachequeue.Cache#save(byte[])
        public synchronized void save(byte[] b) throws IOException
            pointer = getPointer();
            int length = b.length;
            pointer += 4;
            raf.seek(pointer);
            raf.write(b);
            raf.writeInt(length);
            pointer = raf.getFilePointer() - 4;
            raf.seek(0);
            raf.writeLong(pointer);
            ++count;
         * (non-Javadoc)
         * @see com.cpic.msgbus.monitor.util.cachequeue.Cache#getCachedObjectsCount()
        public synchronized int getCachedObjectsCount()
            return count;
         * (non-Javadoc)
         * @see com.cpic.msgbus.monitor.util.cachequeue.Cache#getCacheDeviceName()
        public String getCacheDeviceName()
            return cacheDeviceName;
    }

  • How can I add new songs to the top (not the bottom) of my playlist in iTunes?

    How can I add new songs to the top of my playlist in iTunes?
    I thought thats what it did before but now it automatically adds new songs to the bottom of the list.
    Not a huge issue but an annoyance.

    Go to your Music library
    Then, Click Playlist
    Then, Click the sort arrow until it points down.

  • How can i add new contacts to the adress book? iOS5

    i've just upgrade to iOS 5 and i notice that i can't add new contacts to my adress book beacuse there is no + button

    I've solve the problem, you just have to sync your contacts with iCloud, that solve my problem i hope it helps you

  • How can I add new sites to the "Most Visited"-Latest Headlines baqr?

    In Windows XP I had a bar in Firefox where I could add frequently accessed sites such as news websites and brokerages.
    == I got a new computer with Windows 7.

    Latest Headlines is a RSS Live feed and such feeds show a list that is retrieved from a website via an XML file.
    You can't add items from or remove items from such a list.
    "Most Visited" and "Recently Bookmarked" are examples of the so called [[Smart Bookmarks folders]] and are not real existing folders.
    Such smart folders show a list created by a query of the places.sqlite database that stores the bookmarks and the history in Firefox 3.
    The bookmarks that show up in such smart folder listing are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.
    Such lists show a maximum of 10 entries by default and you add a new bookmark or visit a website then a new item is added at the top and the entry at the bottom disappears from that list.
    The items that are removed from the list are not gone, but merely do not show up anymore in that list.
    You can open a bookmark from such a list in a tab and click the star on the location bar or use the Bookmark menu item 'Bookmark This Page' to see the location (folder) and edit the properties of the bookmark (name, location, folder) and move it to another folder or remove the bookmark.

  • Want to add new module in the existing Landscape

    Hi Friends,
    We have ECC 6.0 running with HCM and Finance, and this is for Phase I and it rolled out successfully last June, now we are going to add Merchandising for Phase II in the existing landscape.
    My question is we have in our DEV Systems we have Client 100,200,300 and 500. and in Quality the same and one client in Production.,
    Since we are going to add Merchandising in Phase II do we use the same existing clients in dev and qa or we need to have a seperate client in dev and qa,
    But end of the day we will have only one client in Prod.
    Please let me know we need to use different client or existing clients for realization.
    Thanks in advance
    Sathish

    Hi,
    I observe 4 clients in development, possibly my guess would be playpen, golden client, development and unit testing.
    For a new implementation I would preferably use another client for the project or use the existing clients based on impact to production support to current landscape.
    The clients in QA can be kept same to understand how the new changes integrate with the current landscape and if changes impact the current environment. This would ensure that any problems are fixed before transports are moved to production.
    I have assumed a 3 system landscape but there are many possibilities where you can have a separate project landscape for this new module implementation to ensure no impact to production support team.
    If your project can afford new servers then suggest buying two servers one with a copy of your development and another with a copy of production(project test system). This was you would start with all new developments happening in current landscape and also would be tested with a current copy of production data.
    Cheers Sam

  • How can I add new sounds to the alarm choices?

    Is there no way to add new alarm sounds?

    I think the issue is: how do you add custom ringtones to a touch? It isn't covered in the manual.
    I can find references to doing so for an iPhone, but not a touch.
    For example: How to create custom ringtones in GarageBand 4.1.1 at http://support.apple.com/kb/HT1358

  • Can we add new fields to the seeded AdvanceTable

    Hi,
    I wanted to add new fields like LOV's to the seeded Advance Table AccountsDistsAdv Table in the page CheckoutDistdPG. This table is associated to the View Instance PoReqDistributionsVO. I am planning to add 6 LOVs to this table. How can I take the view attributes if I add these fields to the seeded Advance Table as I can be able to take from PoReqDistributionsVO only which are not available in this case.
    Can you please let me how can I do this.
    Thanks,
    HC

    Hi
    See data is coming from LOV VO that is fine. But as you want to save this data as well while navigating from this page to other and back to this page. In that case There must be a
    VO based on which all columns of the advance table be based on. So you have to attach your fields with that VO then you should be able to navigate as well.
    More precisely i will say that for LOV field there will be two VO one that will populate the data of LOV and second that will save the value that has been picked from the LOV.
    Hope i make it clear!!!
    Thanks
    AJ

  • Can I add multiple attachments to the existing report

    Hi, i just wanted to know that can i add multiple oracle attachments to the existing report which shoots a PDF report as an attachment in an email. it is done by XMl bursting. so please anyone let me know
    Thanks in advance

    look for help on $ORACLE_HOME/reports/distribution/distribution.xml
    <?xml version = "1.0" encoding = "ISO-8859-1"?>
    <!DOCTYPE destination SYSTEM "file:$ORACLE_HOME/reports/dtd/distribution.dtd">
    <destinations>
    <foreach>
    <mail id="ex2" from="&amp;&lt;*email_id*&gt;" to="[email protected]" subject="&amp;&lt;*subject*&gt;">
    <body srcType="text">
    Dear Sir,
    Please See Attachment.
    </body>
    <attach format="pdf" name="report1.pdf" srcType="report" instance="this">
    <include src="mainSection" />
    </attach>
    </mail>
    </foreach>
    </destinations>
    email_id and subject is group level field in your query.

  • Can't add new page in the middle of document

    I am creating a manual and inserted page breaks at the end of each page as I created the document. Now I am trying to add a new page to the middle by inserting page breaks and even section breaks, but every time I try to add it in, it just goes to the bottom of the document and I am unable to move anything into the original 50 pages. Any tips here?
    When I look at the thumbnail view of the document it has all 50 pages in one yellow box instead of one page individually. A bit odd.

    The thumbnail browser shows one small page thumbnail for each page of your document. Each yellow bounding box indicates a section. So the thumbnail browser indicates your document has a single section with 50 pages in it.
    As you've typed your document it has naturally flowed from one page to the next. If you place a page break at the end of the page you are simply mandating what Pages has already voluntarily done. But if you insert a second page break you should get a new blank page. In other words, if you put your cursor at the bottom of page 6 and insert a page break you will move to the top of page 7 which has text because it is still page 7. Insert another page break and page 7 becomes page 8 and you'll have a blank page 7.
    Note: if you move your cursor into the middle of the document and insert a section break you'll see that the thumbnail browser shows two sections; one ending on the page above your cursor and one starting on the page your cursor is in. This is useful to understand.
    Second Note: if you use the Insert>Sections option it always inserts a new section at the bottom of the section your cursor occupies. Since your document currently has one section, that's why you wind up with the inserted page at the end of your document.

  • Add new field to the existing custom segment

    Hi Experts,
    We have a custom segment. In the last month (that time our release is 7.0) I have added a additional field (ERNAM-Created By) to this custom segment.
    Couple of days back, we upgraded to 7.1 release.
    Now, functional analyst is saying to change the description from 'Created By' to "Batch_Usrer".....so, I created a custom data element and assigned this Batch_Usrer as label.
    Now, I went to WE31, entered my_custom_segment and selected ADD VERSION button and then trying to change the assigned data eleement from ERNAM to ZZERNAM for that custom field....but, system is not allowing me to do so!! I tried PENCIL button, Delete Row button, Insert Row button, Menu options, I tried to CANCEL RELEASE the previous version
    Pls. let me know How can I get it?
    Thank you

    You can only change the Released version by cancelling the release in system with same Release. I.e. if your segment definition has field1 which was created  and released when system release was 700, than you CAN"T change that field in any higher release. Since you are now in 701, you can't change any existing fields which were created as part of 700. I guess the only option is too add a new field.
    Regards,
    Naimesh Patel

  • I have Firefox version 34.0.5. All my bookmarks have disappeared and I can't add new bookmarks. The "library" remains empty. Help!!

    Have tried to restore a bookmarks file (I have a dozen or so) but I get the message "unable to process the back up file". Clicking the "star" to add a new bookmark appears to work until I click "show all bookmarks" which reveals a still empty library. Any help is appreciated. Thanks

    Thank you very much for your help.
    What worked for me was to close down Firefox, delete the "places.sqlite" file and restart Firefox. My bookmarks instantly came back. This file is inside the "application data" folder which is a hidden folder. You must unhide the "application data" folder first in order to delete the "places sqlite" file using windows explorer.
    There may be an easier way but this worked for me.
    Thanks again

  • Can I add new fonts to the iPad Notes app?

    The iPad Notes app lets me choose among three fonts: Helvetica, Noteworthy, and Marker Felt. [expletives deleted]
    Anyone know a way to add fonts to that list?
    Bur.

    You can't.  Those are the only choices in the native app you have.

  • Can not add new contact to the phone, screen gives no place to type in name

    In the past had no issued adding a new contact to iPhone 5s, now when that screen is opened there is no possibility to type names phone number etc.
    How do I fix this?

        Let's get your contacts updated, Scoop29! May I ask what software version are you running? Check through Settings>General>About. Are you given any " " or Edit option for existing contacts? I am eager to get to the bottom of this!
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

Maybe you are looking for