How to copy one month to several months in journal

Hi all
how to copy one month to across months using single selection. right now i can do month over by month in journal.
any thoughts and suggestions will be highly appreciated
thanks
Ramana

Hi,
The easiest approach to this can be the use of script logic.

Similar Messages

  • How to copy one column BLOB value into another column of another database.

    How to copy one column BLOB value into another column of another database.
    BLOB value contains word document.
    I thought of copy the BLOB value into a text file and then update the new column value by the same text in textfile. Will this work?
    Is there any other better way to do this?

    You're welcome
    BLOB fields contains binary data. I don't think you can do this
    Also if I view the BLOB as text. Can I copy it and insert into the new database.
    I think your options are as I said. Datapump or CTAS
    Best Regards

  • How to copy one request to another request

    Hi all,
    How to copy one request to another new request?
    I have a released workbench request in which it has around 1200 Objects (including data elements, domains, programs and many more), now i need to copy all these objects into a new request.
    I can do this by SE03 (Include Objects in a Transport Request ) transaction, but it is a lengthy process.
    Is there any way to copy directly in one go.
    Plz help...
    Regards,
    Satish Reddy D.

    Hi,
    The thing is like this....
    i have a released request in which we have more than 1200 objects, in that i dont need 10 objects.
    so when i create it as copy of transport request, i just deleted those 10 objects and saved.
    Now, if i transport the new request how many objects will go? 1200 or 1190?
    in the new request i am getting the old request under Comment: Object List Included.
    is it necessary to transport the old request?
    i need to transport only 1190 objects.
    Regards,
    Satish Reddy.
    Edited by: Sathish Reddy on Jan 28, 2010 2:18 PM

  • How to make one dvd from several camcoder dvd's

    How to make one dvd from several camcoder dvd's. I got a dvd camcoder, to be able to play them into DVD player I had to finalize  my disks. Now I got several DVD's whith short files and terrible custom camera menu. I'd like to make it more presentable.
    The main problem is I dont want to recode my vob files. So Final Cut and other editing soft is bad idea.
    Is there any soft on mac I could reauthor my DVD's?

    How to make one dvd from several camcoder dvd's. I got a dvd camcoder, to be able to play them into DVD player I had to finalize  my disks. Now I got several DVD's whith short files and terrible custom camera menu. I'd like to make it more presentable.
    The main problem is I dont want to recode my vob files. So Final Cut and other editing soft is bad idea.
    Is there any soft on mac I could reauthor my DVD's?

  • How  to  copy one IDoc type

    Hi guys!
    I need to copy one idoc type with Z extension to another R/3 system. How to do it?
    Thank you!
    Olian

    Hi,
    You can transport the IDoc Type to higher boxes.
    But I could not able to find anything download and upload option.

  • How to copy one schema into another

    I need to copy one schema into another. That means, all the tables, views, constraints, etc, and all the data as well.
    I have a dmp file of source-schema (created daily with expdp by our backup schedule).
    Can I use impdp to import this dmp file into dest-schema? I'm thinking about something like this:
    The dmp file was created with:
    expdp source-schema/pwd DIRECTORY=dmpdir DUMPFILE=myproject.dmp
    Create the copy on dest-schema with:
    impdp dest-schema/pwd DIRECTORY=dmpdir DUMPFILE=myproject.dmp
    (dest-schema is an existing schema on the same machine. I'll drop all the tables before executing the command. Is there anything else I should do first?)
    If this approach is not feasible, kindly suggest me an alternative.
    Thank you.
    Edited by: mgro on Apr 16, 2010 3:22 AM (changed 2nd command: expdp to impdp)

    Thank you both. Dean, I've made a note of your proposed command. May use it next time.
    In the end I used the following command and it worked for me. I added TABLE_EXISTS_ACTION=REPLACE since the destination was not empty.
    First I ran these command logged in as SYS
    GRANT Import Full Database TO dest-schema;
    GRANT Create Any Directory TO dest-schema;
    GRANT Unlimited Tablespace TO dest-schema;
    impdp
    dest-schema/pwd
    DIRECTORY=dmpdir
    DUMPFILE=myproject.dmp
    REMAP_SCHEMA=source-schema:dest-schema
    TABLE_EXISTS_ACTION=REPLACE
    LOGFILE=implog.log
    There were some errors though. The import process complained about constraints referencing non-existent primary keys.
    It turns out that the source schema has some constraints that are marked with status DISABLED. These constraints either:
    - are not part of the DUMP file
    or
    - are in the DUMP file but skipped during import
    Don't know if this is a bug or by design behavior.

  • How to Copy one CD to another CD

    Hi: I want to copy a non-copyrighted music CD to a blank CD to that I can have a CD copy of the original music CD.
    I have a Mac Mini Intel, Solo, 1.5GZ, Running Tiger 10.4.11, which I upgraded to 2Gigs of ram.
    I know there must be an easy way to copy one music CD to a blank CD, but for the life of me I can't figure it out. Thanks very much. Jerry.

    Thanks so much, Fortuny and Awfers. I haven't had a chance to use SimplyBurns yet and I plan to try it, but I was able to import the CD into ITunes and follow the directions Awfers gave. I really appreciate your help. Best wishes, Jerry.

  • SqlPlus or PL/SQL -- how to copy one procedure with one command?

    Hello,
    In this scenario, I have 11g on server1 and server2.
    Using SqlPlus or a PL/SQL procedure, I want to issue a command to copy a procedure now on server1 over to a new identical server and tablespace called server2.
    Would someone please help me with the syntax of this copy command?
    On server2 I tried something like this:
    create procedure tablespace1.procname from tablespace1.procname@dblink_server1
    Note that I want to avoid using imp or datapump, etc. I want this to be a simple copy of one procedure by name from another server.
    Any suggestions are greatly appreciated. Thank you.

    Thank you.
    Below, line 1 method returns a 'create table...' statement:
    1> select dbms_metadata.get_ddl ('TABLE','table_name','schema_name') FROM dual
    This works well, especially for tables, but I still cannot figure out how to do it across a database link.
    The next method, line 2, works well for procedures, but not for tables:
    2> select name, type, line, text from user_source where type='PROCEDURE' ORDER BY NAME,LINE
    One way or another, I am trying to get the source from selected remote servers and then use it to create the same objects on other remote servers.
    Any suggestions are greatly appreciated.
    Live long and prosper.

  • How to use one URL for several Oracle AS?

    Hi folks,
    how do I use one URL to access several application servers (i.e. for different applications).
    Example:
    We have one URL:
    www.test.com
    In our DMZ, wie have three application servers and one web cache:
    test1.intranet.com:7777
    test2.intranet.com:7777
    test3.intranet.com:7777
    webcache.intranet.com:8000
    One application server is no problem. In Web Cache, i just map site www.test.com:443 to AS test1.intranet.com:7777.
    But what is the correct setting, to access all three Oracle AS over one URL? I tried URL PATH Prefix. Then i am able to access all three Oracle AS, but the application server does not know the Path.
    Example for mapping:
    www.test.com:443/server2 -> test2.intranet.com:7777
    When I access www.test.com:443/server2, I get redirected to the correct AS (test2.intranet.com:7777), but the Oracle AS does not know the path /server2.
    How do I have to configure the Oracle AS?
    Thanks in advance and best regards.

    I setted up a proxy and at first glance,
    it works fine. The problem are internal links. Some links redirect to the
    machine name, which is of course not accessible from outside our dmz.
    My httpd.conf entries:
    ProxyPass /test1infra/ http://test1.intranet.com:7777/
    ProxyPassReverse /test1infra/ http://test1.intranet.com:7777/
    ProxyPass /test1mid/ http://test1.intranet.com:7778/
    ProxyPassReverse /test1mid/ http://test1.intranet.com:7778/
    When I now access (for example) www.test.com/test1infra/pls/orasso I get
    redirected to www.test.com/pls/orasso, which is another Oracle AS!
    How can I prevent my OracleAS doing this? It has to "know" that all its internal urls need a url path prefix.

  • How to copy one sub task to sub task of another TR ?

    Hi Experts ,
    I want to copy the contents of one TR( dummy ) to another TR  ( actual ).
    I have unlocked the sub task of the dummy TR , how can the contents of this sub task be copied to the actual TR's subtask.
    I do not want to delete the dummy tr.
    Regards,
    Sunitha

    Go to SE01
    Request -> Create ->Choose Transport of Copies->Enter description->Click Include Object button (Ctrl+F11)->
    Choose Object list from request->Enter Request Number which contains object(s) you want to copy.
    Hope this helps .

  • How to copy one of my iWeb sites to another computer

    I have version 3.0.2 of iWeb.
    I created a site for someone else on my computer and now I want to give/transfer that site to another computer that has iWeb.
    How do I do this? I read something about all the iWeb files being in the Application Support/iWeb/Domain file, but having never heard of this before, I don't know how to JUST load that SINGLE site and not all of my iWeb sites.
    I was hoping that it was/is something as easy as copying and pasting a Word document.
    Help?
    Sara

    Duplicate the domain file that contains all of the sites. Move it to the other computer and open it with iWeb. Select the sites that you don't want and delete them from within iWeb leaving just the one site.
    Happy Holidays

  • How to copy one application to a new workspace in the same HTMLDB instance?

    Hi,
    I have an application running in production and I need to duplicate it into another workspace in the same instance, using another db schema with imported objects from the original one, as my area here has just been split in two and now we need two separate development environments. I tried exporting it from the old workspace and importing into the new, but when I try to install the app (using a new id) I just can't do it through the htmldb interface, as i get a timeout and page not found. I tried then to run the dump script directly in the database, but I couldn't find any reference in the script to a new application id or workspace, and after trying I found out that it only changes the owner of my original app (as I chose owner override when exporting).
    Does anybody knows how should i do it to ?? Perhaps there are some variables in the script I could change to make it into a new app in a new wokspace ??
    PS. I'm using HTMLDB 1.5, and it would be very difficult to change to a new version right now.
    Thanks,
    Nelson Sattler,
    Brasília, Brasil
    Message was edited by:
    nsattler

    Hi nsattler,
    Assuming u have apps in workspace1 .And u want to import that apps and install it in new workspace2.So before that u need to create workspace2 pointing to the diff schema that u mentioned .
    Then import the apps and install.......i dont know why you getting timeout .Ideally it should not have any error except the version compatibility.If u export using 1.5 then u can import it into any upper version say 1.6 .
    One thing u can do run the exported script from sql*plus and track the error .If there is no workspace identified from HTMLDB interface that means ur exported file is not version compatible or u can change p_provisioning_company_id of sql file and put the value of ur present workspace p_provisioning_company_id and then try to run it from SQL*PLUS.
    I also suggest u to upgrade from 1.5 to 1.6 or 2.0 to get more benefit of the fixed bug....
    Cheers,
    ROSY

  • How to copy one account preferences into another account on the same mac?

    I would like to open a new account (on the same mac) but would like to copy some preferences including software from the existing account. How can I do that?
    Thanks

    To copy files from Account A to Account B:
    1. Log in as A.
    2. Find the files you wish to copy.
    3. Move them to /Users/A/Public. Don't move your actual Documents, Pictures, Library etc folders. Just move their contents.
    4. Log in as B.
    5. Navigate with Finder to /Users/A/Public.
    6. Drag the files to the desktop to make new copies of them.
    7. Put the files away in the appropriate places in B's home folder.
    8. Log back in as A and move the files in /Users/A/Public back to their original locations.

  • How to copy one Analysis/Report in Business Model A to Business Model B?

    I have created a Business Model, Presentation layer in my RPD. I have many subsequent reports/analysis for that BM. Now, i have created a second BM/Presentation layer, in the same RPD, which uses a new set of identical tables (columns and table names, etc... all the same, but different data). So, without re-created each report in Analysis, i just want to copy some of those reports/analysis so they will use my 2nd BM instead of the first. Can this be done, and how?
    Edited by: user12602240 on Mar 31, 2012 11:50 AM

    I'm retracting my comments for now -- this may be due to a column ALIAS which isn't present.
    I will re-post after I investigate that a bit.
    --- Original ---
    Kalyan,
    Not sure if you had any difficulties in this method. When i try it, i get the following error below. I've checked my names - the names "Periods" and "PERIOD_ID" are identical in both my subject areas. They refer back to aliased tables which ultimately point back to the same physical table. It's unclear to me why i am getting the unresolved column error, but i'm still trying to sort that out.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27005] Unresolved column: "Periods"."PERIOD_ID". (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Periods"."PERIOD_ID" FROM "BM11_Current"')}
    SQL Issued: SELECT "Periods"."PERIOD_ID" FROM "BM11_Current"
    Edited by: user12602240 on Apr 10, 2012 5:21 PM

  • How to copy one playlist and associated files to another's computer

    I have my iTunes music files on an external hard drive. My friend has created on my computer a largish (8GB) playlist of songs she wants from my library. I want to attach my external drive to her computer, and copy into her library only the songs that are on that playlist she's created. It would take forever to add them one by one using "add to library" and then hunting down one file at a time. Is there some way to copy the playlist onto her computer, and then use the playlist to automatically copy over the music files represented on the playlist? Many thanks for your help. If it matters, I'm on Windows XP and she's on OSX.

    You can burn that playlist as data CD/DVD (backup). Go to the preferences menu and make sure that data CD/DVD is selected. If the playlist is too large you could split it by moving a part of the files to a second playlist.
      Windows XP   iPod mini 2nd gen.

Maybe you are looking for

  • IBase search result list not showing in Account Identification

    Hi Gurus, I'm new to CRM and we have an upgrade issue. We just migrated to EHP3 for SAP CRM 7.0. After the migration, the installed Base result list is not showing in the Account Identification screen. We have the requirement to show the installed ba

  • Can't update Boot Camp from 3.1 to 3.2 in Windows 7 (32-bit)

    The update starts to install, then I have to restart to finish updating, but when I do just that and fire up Windows 7 Boot Camp still tells me it's version 3.1. THis happens when I update via Apple Software Update. When I download the installer pack

  • Reading PDF with Links not working in iOS or Android

    Good day all, I have created a PDF file that has links to other PDFs.  The file would be over 500 pages long, and too large to download to devices for viewing, so we as a company have determined that the best thing is to create Bookmarks and/or Table

  • Illustrator created pdf prints differently

    I created a pdf document in Illustrator and when it prints from Illustrator the text is a beautiful rich black (60,40,40,100) like it's supposed to be. Yet when I opened the pdf from my desktop and print, the text prints out lighter than its back pag

  • How do I open library file from another application?

    I'm trying to upload a picture from my IPhoto library to the internet. When the internet program asks me to name a file, I browse my "Pictures" folder. And I see the iphoto library there, but it is not available to select. I need to be able to select