Want to replicate Payext  IDocs and send them to another logical system

Hi all
we are generating payext Idocs to a bank partner profile using rffoedi1 program. Our requirement is to replicate the same payext IDoc and send to another logical system using a different partner profile.
I have a rough idea of sucking data from EDID4 table....
Can any one let me know how the code looks like If we have to create same IDocs again with different control record with same kind of data?
can some one throw their ideas of doing this with less development work?
Thanks
Steve

Try this way:-->
1.Using fm IDOC_READ_COMPLETELY get complete data of IDoc you want to send, then change the Header record (EDIDC) with new partner profile, port and other values
2. Pass these values to fm MASTER_IDOC_DISTRIBUTE.
(pl remember to clear EDIDS values before calling above said fm)
This will send your IDoc to new destination
a®s
Edited by: a®s on Apr 10, 2008 3:41 PM

Similar Messages

  • How to create idoc and send it frm one sap to another sap

    hi,
    can anyone tell me the complete procedure of creating the idoc and sending it to another sap r/3
    how to create rfc destination, partner profiles, port and outbound parameter and inbound parameter
    thanks

    Hi Azhar,
    Go through the following Links
    IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Go through the following Steps for Creating IDoc Via  ALE
    ALE IDOC
    Sending System(Outbound ALE Process)
    Tcode SALE ? for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode  BD64 ? Create Model View
    Tcode  BD82 ? Generate partner Profiles & Create Ports
    Tcode  BD64 ? Distribute the Model view
    Message Type MATMAS
    Tcode BD10 ? Send Material Data
    Tcode WE05 ? Idoc List for watching any Errors
    Receiving System(Inbound ALE )
    Tcode SALE ? for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 ? Check for Model view whether it has distributed or not
    Tcode BD82 -- Generate partner Profiles & Create Ports
    Tcode BD11 Getting Material Data
    Tcode WE05 ? Idoc List for inbound status codes
    ALE IDOC Steps
    Sending System(Outbound ALE Process)
    Tcode SALE ?3 for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 !V Create Model View
    Tcode BD82 !V Generate partner Profiles & Create Ports
    Tcode BD64 !V Distribute the Model view
    This is Receiving system Settings
    Receiving System(Inbound ALE )
    Tcode SALE ?3 for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 !V Check for Model view whether it has distributed or not
    Tcode BD82 -- Generate partner Profiles & Create Ports
    Tcode BD11 Getting Material Data
    Tcode WE05 !V Idoc List for inbound status codes
    Message Type MATMAS
    Tcode BD10 !V Send Material Data
    Tcode WE05 !V Idoc List for watching any Errors
    1)a Goto Tcode SALE
    Click on Sending & Receiving Systems-->Select Logical Systems
    Here Define Logical Systems---> Click on Execute Button
    go for new entries
    1) System Name : ERP000
    Description : Sending System
    2) System Name : ERP800
    Description : Receiving System
    press Enter & Save
    it will ask Request
    if you want new request create new Request orpress continue for transfering the objects
    B) goto Tcode SALE
    Select Assign Client to Logical Systems-->Execute
    000--> Double click on this
    Give the following Information
    Client : ERP 000
    City :
    Logical System
    Currency
    Client role
    Save this Data
    Step 2) For RFC Creation
    Goto Tcode SM59-->Select R/3 Connects
    Click on Create Button
    RFC Destination Name should be same as partner's logical system name and case sensitive to create the ports automatically while generating the partner profiles
    give the information for required fields
    RFC Destination : ERP800
    Connection type: 3
    Description
    Target Host : ERP000
    System No:000
    lan : EN
    Client : 800
    User : Login User Name
    Password:
    save this & Test it & RemortLogin
    3)
    Goto Tcode BD64 -- click on Change mode button
    click on create moduleview
    short text : xxxxxxxxxxxxxx
    Technical Neme : MODEL_ALV
    save this & Press ok
    select your just created modelview Name :'MODEL_ALV'.
    goto add message type
    Model Name : MODEL_ALV
    sender : ERP000
    Receiver : ERP800
    Message type :MATMAS
    save & Press Enter
    4) Goto Tcode BD82
    Give Model View : MODEL_ALV
    Partner system : ERP800
    execute this by press F8 Button
    it will gives you sending system port No :A000000015(Like)
    5) Goto Tcode BD64
    seelct the modelview
    goto >edit>modelview-->distribute
    press ok & Press enter
    6)goto Tcode : BD10 for Material sending
    Material : mat_001
    Message Type : MATMAS
    Logical System : ERP800
    and Execute
    7)goto Tcode : BD11 for Material Receiving
    Material : mat_001
    Message Type : MATMAS
    and Execute --> 1 request idoc created for message type Matmas
    press enter
    Here Master Idoc set for Messge type MATMAS-->press Enter
    1 Communication Idoc generated for Message Type
    this is your IDOC
    Change Pointers
    I know how to change the description of a material using ALE Change Pointers.
    I will give the following few steps
    1) Tcode BD61---> check the change pointers activated check box
            save and goback.
    2) Tcode BD50--->  check the MATMAS check box save and comeback.
    3) Tcode BD51--->  goto IDOC_INPUT_MATMAS01 select the checkbox save and comeback.
    4) Tcode BD52--->  give message type : matmas press ok button.
       select all  what ever you want and delete remaining fields.
       save & come back.
    5) 5) go to Tcode MM02 select one material and try to change the description and save it
       it will effects the target systems material desciption will also changes
    6) goto Tcode SE38 give program Name is : RBDMIDOC and Execute
       give Message type : MATMAS and Executte
    ALE/IDOC Status Codes/Messages
    01 Error --> Idoc Added
    30 Error --> Idoc ready for dispatch(ALE Service)
    then goto SE38 --> Execute the Program RBDMIDOC
    29 Error --> ALE Service Layer
    then goto SE38 --> Execute the Program RSEOUT00
    03 Error --> Data Passed to Port ok
    then goto SE38 --> Execute the Program RBDMOIND
    12 Error --> Dispatch ok
    Inbound Status Codes
    50 Error --> It will go for ALE Service Layer
    56 Error --> Idoc with Errors added
    51 Error --> Application Document not posted
    65 Error --> Error in ALE Service Layer
    for 51 or 56 Errors do the following steps
    goto WE19 > give the IDOC Number and Execute>
    Press on Inbound function Module
    for 65 Error --> goto SE38 --> Execute the Program RBDAPP01 then your getting 51 Error
    Regards
    Sreeni

  • Track what people are talking and send them information based on their interest.

    I wanted to know if we can search for a key word for example I wanted to search for a term "SALT" a movie and listen to people on internet (Facebook/Twitter//other social media platforms)and know what people are talking about the movie. After listening , I want to track the people and send them information about the movie.Can it be done with Social media on demand or Net Base social media analytic s tools.

    Please float this idea on the idea management community dedicated to SAP Cloud for Customer. Thank you.

  • Creating Idoc and sending it to its own...

    Hello All,
    The functional design specified that an inbound function module needs to be created to process a custom IDOC, let's say ZMMDLRTL, and using the data from the segments from this basic type ZMMDLRTL, I need to create another IDOC of basic type PORDCR101 to create a PO. This PO IDOC would then have to be posted to the same system where the inbound function module that would process the ZMMDLRTL IDOC. So this is just like creating an IDOC and sending it to yourself right?
    I used the function module MASTER_IDOC_DISTRIBUTE to create the PORDCR101 Idoc and sends it to itself. But now I am getting an error status 20, which is "Receive of IDOC is its own logical system". I just need some inputs on this.
    Thanks,
    Kristine

    Hi!
    In two words - to avoid this error you have to send PORDCR101 to another logical system pointing to the same client and make corresponding settings in distribution model (as you use MASTER_IDOC_DISTRIBUTE).
    Proceed as follows:
    1. Create a "dummy" logical system name, say LOGSYSD. This dummy logical system will serve as the receiver system in the distribution model.
    2. Using SM59 create RFC-destination LOGSYSD for the dummy logical system. The RFC-destination addresses the same client.
    3. Create a distribution view in BD64 with your "real" logical system for client as the sender and LOGSYSD as the receiver for your message type.
    4. Generate partner profiles for distribution model using BD82.
    5. Using WE20 create inbound parameters for your message type for <b>"real"</b> logical system.
    Hope it helps.
    Regards,
    Maxim.

  • TS4436 How do I select more than one picture and send them all to Facebook on my iPhone 4s with iso7?

    How do I select more than one picture and send them all to Facebook on my iPhone 4s with iso7?

    Hi, I want to thank you for all your information regarding my questions about sending more than one photo to Facebook. I did have to stop in at Verizon (where I bought my iPhone) to find out why I did not have a choice to choose Facebook with the export icon. The tech had to go into my setting and enable Facebook to recognize my iPhone. When I upgraded to iso7 somehow it could not recognize Facebook. Once he did this for me I was able to follow your advice and your answer solved my question. Thank you

  • Collect IDOCs and send

    Hi,
    I have a requirement in which i have to collect MBGMCR IDOCs based on the BOL number and send them out as a packet to XI.
    I know that we can package multiple IDOCS by maintaining a packet size in WE20 and then using the RSEOUT00 program to send it out.
    But here i wouldnt know how many IDOCS will have to be packed together until runtime. The BOL field has to be matched up to check whether they are related to each other. Any thoughts on how to do this.

    Hi,
    I got a much better idea
    in my book I described how to use IDOC port of type ABAP-PI (function module)
    http://www.sap-press.com/products/Mastering-IDoc-Business-Scenarios-with-SAP-NetWeaver-PI.html
    what you can do it this:
    send all of your MBGMCR02 into this port (function module)
    and inside this FM check if this is the last MBGMCR of this blank PO or not
    if not - then don't do anything - if this is the last one then send a proxy message (as per my book)
    or IDOC to XI with all the lines of blank PO
    this way you'd only receive in PI one idoc with all the data
    and I'm sure you can check somehow which PO lines of blank PO were already posted
    (as there must be a link between those POs)
    so you'd just need to write one FM with this logic and your issue is solved
    (no user exits, no BPMs in XI, no collecting, nothing special)
    I'd guess dev for 1 day of ABAP max and look how many issues it can save you
    Regards,
    Michal Krawczyk

  • New business scenario for reapir from customer and sending them to vendor.

    Hello team,
                          We have a scenario where we need to configure in the system -
    We  recieve a material from my customer for repair.We need to send this to my vendor who will repair  it and send them back to Us. On this we  recieve revenue from the customer and pay i pay half amount my vendor for the service.
    We are following above scenario in SAP as
    In the first step
    The production team create a serviece order in IW31 for the material that need to send to the vendor, which was recieved from the customer. When service order is created in the back end a Purchase requisition is created.
    In next step we  created a  PO w.r.f to the above PR and  we need to send this  to vendor on subcontracting so that we can track the material from him after the repair.
    The problem is --- When PR is created automatically during serviece order creation (iw31) we are unable to create Po with Item category L (subcontracting) because PR is not created with L.We are even unable to change L in  PR since it is created automatically at the background.We ried to change the field at document type in spro. But no luck.
    Pls let us know is there any other business process where we can handle this situation or any technical help to change the PR.
    Regards,
    L.chaitanya.

    Hi,
    please work out in this way...
    It can be done Using PM02 and PM03 control keys. Select the operation row select the External button in the bottom u will find Sub con check box u can click it .The prerequisities are create a material BOM in the bom as L item select a row and click the item which will be near to the header cap 2nd tab status/long text click it .Mat. Provision Ind select Lor X if it is not available go to IMG setting.Plant maintenance ->Master Data in Plant Maintenance and Customer Service->Bills of Material->Item Data->Define Material Provision Indicators, K&L will be standrad create S Rework Material,XRework Material from Subcontrmake a tick mark in Recursivity of Subcontracting Component and save it . while creating the material to the operation to be assigned from bom then in the component select the row go to the general button in the bottom then Mat. Prov. Ind will be there select rework material the system allows you to proceed further . save the order then check the PR it will be Account assignment will be F and Item categeory will be L selected automatically.
    Then create PO then do MB1b (prerequsitie the material should have stock)using PO reference( movement type 541) the it will be moved to the vendor stock (check with mmbe)
    Aganist PO Material sent to the vendor .While doing Goods Recipt do with MB01with movement type 101, now u can check the stock in mmbe it will be in storage location...
    Kuber

  • I have an extensive aperture library on my computer's hard drive and I want to break it up into separate smaller libraries on external hard drives.  How do I take projects from one library and add them to another one?

    I have an extensive aperture library on my computer's hard drive and I want to break it up into separate smaller libraries on external hard drives.  How do I take projects from one library and add them to another one?

    Coastal,
    Frank gave you the exact answer to your question. 
    However, I would like to ask if you are indeed asking the right question.  Do you really want different libraries?  The implications are that you have to "switch" libraries to see what's in the others, and so that your searches don't work across all of your pictures?  If so, then you asked the right question.  If not, you may be more interested in relocating your masters to multiple hard drives so your library gets smaller, instead of breaking up the library.
    nathan

  • How can i transfer my songs from my nano to a new itunes account because when i try to it tells me that i need to errase whatever is on the nanno ans then i can sync whats on my itunes but i want to put these songs and store them onto this new itunes acc

    how can i transfer my songs from my nano to a new itunes account because when i try to it tells me that i need to errase whatever is on the nanno ans then i can sync whats on my itunes but i want to put these songs and store them onto this new itunes acc

    Your i-device was not designed to be a reliable unique storage for your media. It is not a backup device and everything is structured around you maintaining your media on a computer which is itself backed up. Sync transfer is one way, computer to device, matching the device content to the content on the computer. If the computer has nothing on it, the device is set to match the computer's content -- nothing.The exception is purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will probably have to use third party commercial software unless you have an older model iPod. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/ - Mac & Windows
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Additional information here https://discussions.apple.com/message/18324797

  • My computer crashed with all my itunes files.  I was able to get some off and transfer them to another computer.  I am afraid to sync my ipod to the new computer becaused I do not want to loose all of my playlists and other music.  Will this happen?

    My computer crashed with all my itunes files.  I was able to get some off and transfer them to another computer.  I am afraid to sync my ipod to the new computer becaused I do not want to loose all of my playlists and other music.  Will this happen?

    To import music into your iTunes library on the computer go to iTunes>Help>iTunes Help>Add items to iTunes and follow the instructions
    Delete the "songs" that do not play in your iTunes library and reimport them.

  • I would like to copy my iPhoto (9.4.1) library from my Mac Pro (10.7.5) to a Macbook Pro (10.7.5). Can I drag the iPhoto Library to Air Drop and send them to the MacBook? Will that then be a usable iPhoto library on the Macbook?

    I would like to copy my iPhoto (9.4.1) library from my Mac Pro (10.7.5) to a Macbook Pro (10.7.5). Can I drag the iPhoto Library from the Pictures folder to Air Drop and send them to the MacBook? If I then move that to the Pictures folder on the MacBook will that then be a usable iPhoto library on the Macbook?

    It would be better if you could connect the two Macs via a hard wired LAN to copy the library from the Mac Pro to the MacBook.  Wireless connections can have momentary dropouts which could affect the reliable copying of files. 
    If you do go with Air Drop be sure to open and inspect the copied library closely to confirm it was a successulf copy.
    OT

  • Are my iCloud photos stored? I lost phone abroad and want to access the photos and save them to my iPad.

    are my iCloud photos stored? I lost phone abroad and want to access the photos and save them to my iPad.

    Photo stream photos remain in iCloud for 30 days, and can be accessed by enabling my photo stream on another iOS device or computer.  Shared streams remain in iCloud indefinitely, and can be accessed by enabling Photo Sharing on an iOS device or computer.  Your camera roll photos are included in your device backup.  Restoring the backup to another iPhone or iPod touch should recover them (unfortunately, you can recover them by restoring an iPhone backup to your iPad).  If the backup is an iCloud backup be aware that Apple will delete it after 180 days of inactivity so you'll want to restore the backup prior to that.

  • I have an iMac os x 10.4.11 but I am having problems with Flash Chat. About 3 weeks ago, I can no longer type in messages and send them in any Flash Chat situations. I have uninstalled and re-installed Flash Player 6 times but still have the problem.

    I have an iMac os x 10.4.11 but I am having problems with Flash Chat. About 3 weeks ago, I can no longer type in messages and send them in any Flash Chat situations. I have uninstalled and re-installed Flash Player 6 times but still have the problem.

    I have an iMac os x 10.4.11 but I am having problems with Flash Chat. About 3 weeks ago, I can no longer type in messages and send them in any Flash Chat situations. I have uninstalled and re-installed Flash Player 6 times but still have the problem.

  • I have an iphone 4s when I take pictures and send them to my computer or someone elses computer they so times appear upside down. Is it because I have windows? Can I do anything about this?

    I have an iphone 4s when I take pictures and send them to my computer or someone else they appear upside down. I have a window operating system. Is there anything I can do to reverse the pictures?

    OK, here's the explanation.  When you take a picture, the iPhone knows what orientation it is in (portrait, landscape, etc.) and adds that information to the picture's EXIF data so it knows which side is up.  Apple devices can decode this information and show the picture right side up when it is viewed.  However, Windows computers cannot do this.  They are not capable of decoding the orientation information added by the iPhone, so they are displayed in a default orientation (which may not be right side up).
    This only happens on Windows machines, and unfortunately there is nothing you can do about it, except use the rotation buttons in Windows picture view to orient the photo correctly.

  • I have been taking photos with my Ipad for several months and sending them via email and Facebook.  Now it will transfer photos to FB but not email addresses.   What could be the problem?          email an

    Have been taking photos with my Ipad and sending them to email address and FB.  For some reason it will now send photos to FB but not my email address.  What could be the problem?

    Does your email provider have a limit on the total file size allowed on their server? It could be that emails with photos send in the past are still on your email server. They might even be in the servers trash folder. If the total MB of those emails exceeds the amount allowed then no additional emails can be received. Try using a web mail page to check and edit what's on the email server.

Maybe you are looking for

  • Ipad, ipod not recognized by itunes since newest download

    both my ipad and ipod don't get recognized by itunes since latest update.  I get the standard sounds when connecting to the computer.  I get a "trust this comuter" question on the ipad.  But no icons in itunes.

  • Dhcp server won't admit my Arch Linux (though Win's have no problems)

    1. Generally my dhcpcd works fine in every network (and always has, I have not changed anything substantial). 2. Currently I am in a network (for just a couple of weeks) in which it does not. 3. The network will ignore all my dhcp requests over both

  • My iPod doesn't work with car audio (Alpine CDA 101E)

    From the manual, my Alpine head unit supports iPod nano 3rd Gen (*version 1.1*). My iPod is nano 3rd Gen but *ver 1.1.3 PC* Please give me some suggestion to solve this problem. Alpine CDA 101E is the product of 2008 or 2009. This iPod is 2007 produc

  • No. of containers not updating in QALS table from goods receipt

    Hi all, I am working on below requirement for client. I am releasing a process order and then saving it. With this, an inspection lot is created in QALS table automatically. Then I am doing Goods receipt through MIGO. While doing goods receipt, I am

  • Is it possible to call XSLT from Java Mapping Class?

    Hi, does someone have experience with this? Or any ideas? And, if yes, how can be this XSLT called? Is it necessary to specify special path? Or it is the XSLT file placed in the same directory? Thanx in advance, Peter Message was edited by: Peter Jar