Is it Possible to import an IDoc type from R/3 into APO system

Hi Gurus ,
Could you please guide if we can import an IDoc type from R/3 system to APO system ?? If yes , can you please give the guidelines / step - by - step procedure for this.
Thanks in advance ,
Roseline

hi
yes u can export an idoc from r/3 to a legacy system.
the brief outline is as follows:
1. set up an rfc connection. it has to be 'T' type in t-code sm59
configure the saprfc.ini file if on windows based os. if on unix based os configure rfcexec.c to have the login details of apo system.
2.set up logical systems( at least 1 each for r/3 and apo) using T-code SALE.
3.assign clients to the logical sytems using T-code SALE..
4.create ports using tcode we20.
5. create idoc segments using we30 and release.
6. create idoc type using we31.
7. create message type using we81.
8. assign message to idoc using we82.
9.build a customer model using tcode bd64.
10. create an outbound process code usint tcode we41.
it will help if you specify your idoc that you want to use- for vendor, customer and material there are predefined distributions and idocs.
Thanks.

Similar Messages

  • Is it possible to import the failure cases from another test plan in MTM ?

    Hi,
    Is it possible to import the failure cases from another test plan? For example, I have created a new test plan with ID 1002. Now I want to import the failure cases from test plan with ID 1001.  Is there anyway to do this?
    Thanks,
    Leslu

    Hi Leslu,
    As far as I know, there isn’t that feature in MTM, but we could achieve that by add test cases to the test suite.
    As we know, the test case is associated to the test suite, remove the test case from the test suite won’t delete the test case, it just remove the relationship.
    So, we could base on the test cases’ id to add the test cases to a test suite of another test plan.
    The condition is:
    Work Item Type In Group Test Case Category
    ID In id1,id2 (e.g. 1,2,)
    Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Creating IDoc Type from Change Pointers using RBDMIDOC

    Hi All,
    we are executing program RBDMIDOC(Creating IDoc Type from Change Pointers) evrey 15 minuts in background.
    Issue : if some jobs are taking more than 15 minuts then next jobs are failed,
    is next job will pick up any idocs that were missed?
    there is no extesion's and ther is no Z-fields are used in that message type , we are used OILMAT as mesage type.
    Regards,
    DSK
    Edited by: suresh dameruppula on Aug 5, 2008 2:04 PM

    Hi,
    Include a step in your job and have a program which checks if a job is already running. If yes do not start the next instance of the same job.
    in the custom program just call function module
       CALL FUNCTION 'ZBC_JOB_ALREADY_RUNNING'
          EXPORTING
             JOBNAME           = p_job
          IMPORTING
             JOB_RUNNING       = w_count
          EXCEPTIONS
             JOB_NOT_SPECIFIED = 1
             OTHERS            = 2.
    Code within FM ->
       select count(*)
       into   job_running
       from   tbtco
       where  jobname = jobname
       and    status  = 'R'.
    where p_job is the job name.
    w_count is current running job count. If its greater than 1, then stop the 2nd with an error message.
    Rgds,
    Hema

  • Can you let me know if its possible to import a muse site from Business catalyst in to Dreamweaver?

    Can you let me know if its possible to import a muse site from Business catalyst in to Dreamweaver? I have published a site using Muse to Business catalyst but would like to use FTP in dreamweaver to administer and edit.

    I think you could but you wouldn't like what you see in Design View.   Why do you want to do this?
    Nancy O.

  • Possiblity to import any particular table from the full dmp file

    Hi,
    I am using Oracle 10G database.
    I a have dmp file.
    I need to import only a particular from that dmp file.
    Is there any possiblity to import a particular table from the whole dump.
    Thanks and Regards,
    Ansaf.

    Ansaf wrote:
    Hi,
    I am using Oracle 10G database.
    I a have dmp file.
    I need to import only a particular from that dmp file.
    Is there any possiblity to import a particular table from the whole dump.
    Thanks and Regards,
    Ansaf.
    You can specify like below example
    impdp hr TABLES=employees, xxx, xxxCheers

  • Is it possible to import an Oracle 10 (export .dmp file) into Oracle 9 db ?

    hi Oracle Guru's
    Is it possible to import a oracle 10 (export .dmp file) into an oracle 9 database ?
    I tried & got the following error ...
    IMP-00010 not a valid export file, header failed verificationperhaps their is a work-around ?
    thanks

    Hi
    You can take export from a previous version and import to a later version. Having said that, there is still a workaround to do what you want.
    On 9i server add a connect string for your 10g instance. Then use 9i export utility to export 10g data. That way your export will be compatible with 9i. You can then import the data in your 9i instance.
    To create connect string you can either use Net Configuration Assistant or manually edit TNSNAMES.ORA file in your 9i server.
    Hope it helps.
    Rgds
    Adnan

  • How we can import an IDOC structure from one SAP system to another w/o ALE

    Hi Gurus,
    How we can import an IDOC structure from one SAP system to another? we're not able to use ALE tech, these two sap systems are isolated.
    Any response will be awarded!
    Thanks a lot.
    Samson

    hi,
    1.One is by change pointer concept i.e by executing the RBDMIDOC.We can generate the idoc and automatically to the inbound System.
    2.By executable program also like bd10 and bd11.
    Regards,
    SHIVA(reward if helpful).

  • How we can import an IDOC structure from one SAP system to another

    Hi Gurus,
    How we can import an IDOC structure from one SAP system to another? If we're using ALE, how can we do that? Please can someone give me the process and necessary t codes.
    Any response will be awarded!
    Thanks a lot.
    Samson

    hi!
    Define the logical system names in both the systems.
    Logical system names :SAP001
    SAP002
    SAP001 FOR 001 CLIENT
    SAP002 FOR 002 CLIENT
    These two logical system definitions should be present in both the systems.
    Assign the logical systems to the client. (in both the systems)
    Assign SAP001 to 001 CLIENT
    Assign SAP002 to 002 CLIENT
    you can See these in transaction SALE.
    After this define the rfc DESTINATION IN sm59. (in both the systems)
    In 001 client create the RFC destination name SAP002
    In the tab log on security, give the user name and password and client of the 002 client and save it.
    Similarly do the reverse in the 002 Client.
    In 001 client create the port.(Transaction WE21)
    Specify the RFC destination name as SAP002.
    Now you can define the ports, (both the systems)
    Create the partner profile for partner(ie gve logical system name of partner) , so give as SAP002.
    partner profile in both the systems.
    Now create the distribution model in BD64 and goto edit>model view>distribute.
    The same model view will be visible n distributed to the partner system also..which in this case is sap002.
    U may trigger the idoc from we19 and chk its status in we05.
    Please let me know if you need further info on this.

  • It is possible to import an .MVC 3D-Stereoscopic file directly into Adobe CS5.5-CS6 ???

    Thread:
    http://forum.grassvalley.com/forum/s...ear#post169868
    " adlerfloyd " said:
    "...When i use adobe 5.5 i can import MVC and edit it, export it as h264 or mpeg2 and it retains its MVC properties and plays in 3D no problem. Cant seem to do that in EDIUs..."
    - I have Adobe CS6 Master Collection Suite.
    - The .MVC file format is a format called MultiViewCoding and it is a standard from Sony consumer (TD10E) and professional 3D-Camcorders, also for JVC-Everio consumer 3D-Camcorders!
    - The .MVC is a such of H.264-AVC codec format.
    My Questions:
    1) It is possible to import an .MVC 3D-Stereoscopic file directly into Adobe CS5.5 (in example: from Sony and JVC-Everio 3D-Camcorders) ???
    2) It's possible to import an .MVC files directly into PremierePro CS5.5 - CS6 without any plugin and without Cineform Neo3D plugin?
    3) It's possible to Export an .MVC file too, from CS5.5 - CS6?
    Please, hurry response me!
    Thanks!
    Horsepower0171.

    As far as I know, you may NOT edit 3D files without a 3rd party plugin
    Edit 3D http://forums.adobe.com/thread/702493
    -with Cineform http://forums.adobe.com/thread/874014
    -but not author http://forums.adobe.com/thread/861752
    -CS6 http://forums.adobe.com/thread/998399
    -and http://forums.adobe.com/thread/1024892?tstart=0

  • Is it possible to import a mock up from Omnigraffle into Reflow and edit the mockup on Reflow ?

    Is it possible to import a mock up from Omnigraffle into Reflow and edit the mockup on Reflow ?

    I don't have omnigraffle so I can tell for sure, but the main way in would be if you can get those things in omnigraffle to come into photoshop as layer shapes. Is there an omnigraffle forum to ask about better PSD export? Once you have the layers in the PSD then the import to Reflow should work well.
    Hope that helps,
    Chris

  • In Mail 7.3 on my Retina MacBook Pro on OS 10.9.4, how can I type from the keyboard into a mail message using the Apple Symbols font?

    In Mail 7.3 on my Retina MacBook Pro on OS 10.9.4, how can I type from the keyboard into a mail message using the Apple Symbols font?
    When I select the Apple Symbols font from the list accessed from under Format/"Show fonts"/collection-all fonts/Apple Symbol, and then continue typing, I get normal letters, if in a slightly different font.
    How can I type using the Apple Symbol font?  I want to use that font to include keyboard and cursor selections of actual screen symbols to help write easily understood explicit computer lesson emails to my 92 year-old mom from a few hundred miles away.
    Steve

    In Mail 7.3 on my Retina MacBook Pro on OS 10.9.4, how can I type from the keyboard into a mail message using the Apple Symbols font?
    When I select the Apple Symbols font from the list accessed from under Format/"Show fonts"/collection-all fonts/Apple Symbol, and then continue typing, I get normal letters, if in a slightly different font.
    How can I type using the Apple Symbol font?  I want to use that font to include keyboard and cursor selections of actual screen symbols to help write easily understood explicit computer lesson emails to my 92 year-old mom from a few hundred miles away.
    Steve

  • Import an FLV file from Adobe Connect into Premiere Elements 12?

    The Adobe Connect support staff recommended that we use Adobe Premiere Elements to edit the FLV file that we exported out of their software.  We purchased Adobe Premiere Elements 12 based on that advice.  Now we see that FLV files are not on the list of supported import files. 
    How can I import an FLV file from Adobe Connect into Adobe Premiere Elements 12 for editing?

    Welcome to the forum.
    Over the years, I have used Moyea's Flash Importer plug-in for PrPro, and it has worked perfectly. With about PrPro CS 4, IIRC, Adobe did add an FLV Importer, so Moyea began to suspend development of that plug-in. Then, with the release of the CC version of PrPro, they dropped FLV completely.
    Now, Moyea does have other programs, but I do not know if any of them are plug-ins for PrE. However, many of their programs can create, edit and output FLV.
    There is also a (free, if memory serves) FLV converter, FLV to AVI, which I used to convert FLV files, before I discovered the Moyea plug-in for my PrPro.
    I would look into Moyea, to see if there is anything, that will work as a plug-in to PrE, http://www.video-to-flash.com/products/, and if not, explore a program, such as FLV to AVI: http://www.pazera-software.com/products/flv-to-avi-converter/
    Good luck,
    Hunt

  • I cannot import music I bought from another site into iTunes.  The files are there but they won't import into Itunes.  How can I fix this?  Thanks!

    I cannot import music I bought from another site into iTunes.  The files are there but they won't import into Itunes.  How can I fix this?  Thanks

    What format are they in?
    What happens when you try?
    Have you tried placing a copy in the Automatically add to iTunes folder?
    tt2

  • Is it possible to export your animated menu from adobe encore into adobe flash with the intention of

    Is it possible to export your animated menu from adobe encore into adobe flash with the intention of using that menu for a website or phone app??

    encore is used to create dvds.  it does export anything that you could load into flash:  http://helpx.adobe.com/encore/kb/file-formats-supported-encore-cs5.html

  • How to import camera generated videos from real player into iTunes?

    I want to import camera-generated videos from Real Player into iTunes. 

    paulafromsesto fiorentino wrote:
    I want to import camera-generated videos from Real Player into iTunes. 
    Prior to put them to iTunes, you have to convert the video in compatible format.
    Best for that is Handbrake --> http://handbrake.fr/
    Cheers Lupunus

Maybe you are looking for

  • All music & apps not showing in iTunes

    I recently purchased the new MacBook Pro 15" and transferred all my iTunes music, apps etc from a backup from my Time Capsule. However, when I open up my iTunes, the screens meant to be showing my music and apps are blank. I can access the iTunes sto

  • .htaccess support in DW9

    Hi Adobe, If you're monitoring these channels, please include editing support for .htaccess files in Dreamweaver 9. I'm sure there are plenty of people developing on Apache webservers who would love to make a quick edit from the Files panel without h

  • Console Not Available

    This probably sounds like a minor issue but i haven't been able to figure it out. When i debug my application, or run my application and trace("anything"), my console reads "A console is not available". This is making it hard for me to debug my appli

  • Problems with Gaming

    Alot of games including a important game Planetside 2 i have problems with as soon as i dl windows 10. My info Graphics card-NVIDIA Geforce GTX 650     processor- AMD FX(tm)-8350 Eight-Core Processor 4 GHz      System type- 64-bit                    

  • ORDER ID

    Hi all, what  is orderid  in FBV1 transaction? what is the relation  ship between cost center , profit center  and order id? while parking  the document i have  given only orderid  for a particular line item with out giving  the cost center and profi