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.

Similar Messages

  • How to extend Generated Idoc types?

    I want to create Idoc type ZMRESCR01 as an Extension of Basic Idoc type MRESCR01.
    I have created the Segments that I want to add to the Basic type using transaction WE31.
    When I try to extend the Basic Idoc type with transaction WE30, the error message "Action is not possible for generated idoctypes" appears.
    In Note 913901, I have read that I can extend this Basic type using transactions BDFG and BDBG, but I can't find any documentation about how to do it.
    Can you point me to any documentation or show me how to extend Generated Idoc types?
    Reward points are waiting for responses.

    Hello,
    I will answer my own question.
    After sending an OSS note to SAP, this is what they answered (my words):
    The error is not that in most recent releases extension of generated Idoctypes is not allowed. The error is that in previous versions it was possible to extend such Idoctypes!
    In fact, Note 913901, corrected this error. So, what you have to do if you want to extend this Idoctype is:
    1. Copy the BAPI of the method I want to extend (For me, it is BAPI_RESERVATION_CREATE) and modify it, adding the new fields.
    2. Use transaction BDBG to create a new ALE interface. Then a new Idoctype, new Inbound and Outbound Function Modules and new Message will be created for my new BAPI.
    This is the Note I created: 0001040039.
    As for the documentation on transaction BDBG, they provided me a link to the Sap help:[http://help.sap.com/saphelp_nw70/helpdata/en/78/21740f51ce11d189570000e829fbbd/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/78/21740f51ce11d189570000e829fbbd/frameset.htm].
    I hope this helps someone,
    Narcís Abio

  • 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 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.

  • How to see an IDOC type & FM, "WHERE USED LIST"?

    Hi Experts,
    I nned to create an IDOC of WMTCID01 and message type is WMTOCO.
    I wanna to see that, Where Where this IDOC was used(especially, in "Z" objects) so that, I can get some idea abt. it and do my coding.
    So, let me know that, How to see this IDOC & FM, "WHERE USED LIST"
    thanq

    hi go to the tcode...
    1) Create Segment ( WE31)
    2) Create Idoc Type ( WE30)
    3) Create Message Type ( WE81)
    4) Assign Idoc Type to Message Type ( WE82)
    Tcode- we19  is for testing idoc
    in the we42 the message type and the idoc function module is ataached by the process code..
    this is a best example to understand the creation of idocs(z)..
    http://www.****************/Tutorials/ALE/CustomIDOC/Create.htm

  • How to extended Generated IDoc type of MRESCR01 (Material Reservation )

    Hi Experts ,
    My scenario :  I am receiving  Material reservation data from SAP PI team , There is some extra fields .
    My approach  1 . I have to extended the basic idoc MRESCR01 , here is problem 'Action is not possible for generated IDoc types'  .
    I have seen many posts for the same but  I did nt get proper post for the same .
    and also how to create ALE -BAPI interface by using BDBG , Please help this scenario .
    Thanks ,
    Jay.

    Solution : new Message Type (By reducing MATMAS)

  • 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 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

Maybe you are looking for

  • My Password Manager icon has disapeared from my toolbar and no longer works. I have checked all settings with no luck in getting it to reappear.

    The password manager has disappeared (icon and all) and no matter what I can't get it back & running. I have checked tools/security and all is set as should be. == This happened == Every time Firefox opened == Just discovered it this A.M.

  • Images do not show; help not successful

    Images do not load and the Help! suggestions do not solve the problem. I access the Netflix.com website and its .jpg images do not show. Right clicking on image location and selecting "Page Info" reveals that site is allowed to show image and "Media"

  • Computer-to-computer network iphone no wifi

    In my new workplace, I can't manage to network my iphone with my mac. I create the network (with password) on my mac. No problems. The network comes up in the settings on the iphone, and I type in the password and save it. No problems there either. I

  • Library not seeing songs I know are there

    I had to wipe out external HD (i.e. reformat as Mac only) and then I put the iTunes Music folder back on it, but that I don't believe that should make a difference.... All the music is there, and the Preferences>Advanced shows that as the location fo

  • How to create vector growth animations

    Hi, How do I create those animated vector graphics effects make popular in MTV promos, in which a graphic simulates growth with patterns reveals itself in different stages. Something similar to animated hand writing. I know it has something to do wit