Message transfer

Hi All,
I wish to understand how the message generated in the SAP screen can be transferred to some 3rd party system(say, a Java-based System)thru XI.

Hi,
basically in 3 ways:
1. idoc - if your message is SAP standard you can
generate a message from many transactions (documents)
in the form of idoc
2. if you message is less standard you can generate
an RFC call to the XI which will transfer the data
3. abap proxy - similar to RFC but the call is made
in the XML form
for more:
help.sap.com
Regards,
michal

Similar Messages

  • RE: SMTP message transfer with Forte'

    Hey,
    You would have to use POP or POP3 client (not a lot of work) to retrieve
    messages from mail server or write you own mail server (much, much more
    work).
    See SMTP/POP3 documentation on requirements - implementation, there is
    plenty of information on the internet.
    Hope this helps.
    Dariusz Rakowicz
    Consultant
    BORN Information Services (http://www.born.com)
    8101 E. Prentice Ave, Suite 310
    Englewood, CO 80111
    303-846-8273
    [email protected]
    -----Original Message-----
    From: Paul Salmon [SMTP:[email protected]]
    Sent: Tuesday, September 08, 1998 4:12 PM
    To: '[email protected]'
    Subject: SMTP message transfer with Forte'
    Hi,
    We are exploring a number of ways to transfer data from a business partner
    through a secure extent circuit. Since I have been reading a few messages
    regarding SMTP file transfer (send), I was wondering if anyone has any
    experience in writing a Forte' service object to receive an SMTP message
    and then parse it and insert the data into a database.
    Paul Salmon
    [email protected]
    (714) 536-9778 voice
    (714) 536-9778 fax
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hello Sergiy,
    Many thanks. I am in touch with our technical colleagues for the same and will revert back with results.
    Thanks
    Srinivas

  • "Network out of order" and "Short message transfer rejected"

    Guys,
    I have a BB 9300 3G Curve and I have trouble sending SMS. This is a peculiar problem since I
    #1 am able to send an SMS problem free sometime
    #2 get an error message saying "Network out of order"
    #3 get an error message saying "Short message transfer rejected"
    Plus, this problem is not specific to a particular contact number. I get different messages (1,2,3 above) for the same number at different times. I have tried putting my SIM in a different handset and it works perfectly fine.
    Someone please HELP!

    Simply try pulling out the battery and leaving it out for a couple minutes. Usually, that is the fix-all to glitches. If not, you should contact your wireless mobile provider and see if they can help you. Usually, they are very easy to get along with and want to help you. But I think the battery pulling out will help you. It's happened to me before and I had to do that.

  • Exclamation point and short message transfer rejected

    I recieved a short message with an exclamation point, which I googled to be "urgent message", when I tried to reply I got "short message transfer rejected".
    I know that the person messaging me is trying to keep his number secret, which is why I was surprised that he even texted me, could it be because of any of his settings?

    Simply try pulling out the battery and leaving it out for a couple minutes. Usually, that is the fix-all to glitches. If not, you should contact your wireless mobile provider and see if they can help you. Usually, they are very easy to get along with and want to help you. But I think the battery pulling out will help you. It's happened to me before and I had to do that.

  • Get amount of megabytes for the message transfer per day, month, year

    Dear experts,
    can you please tell me the name of the report which can be used to get the amount of megabytes for the message transfer per day, month, year etc.? I can't find it in our system.
    Best regards,
    David

    Hi,
    Check this blog: /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    SXMSPFRAWH: this table contains runtime performance data for successful message and sender and receiver information is stored as address id that derive information from SXMSPFADDRESS, from this table you can find out volume and latency also.
    Regards,
    Gourav

  • Short Message Transfer Rejected

    Why does my Blackberry not let me send messages to my dad? I can recieve , messages from him and phone him, but whenever I send a message to him, it comes up with a red 'X' and 'Short message transfer rejected'. 
    Why is this happening and how can I fix it? 

    Hi and Welcome to the Community!
    If, by "Short Message Transfer", you mean SMS, then please contact your mobile service provider for assistance...SMS is 100% a carrier-provided service, their is nothing in the BB-proprietary services that is involved.
    If, on the other hand, you meant some other messaging service, then please be explicit about what exactly that is.
    Thanks and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to enhance DEBMDM06 to add custom segments and do mass message transf

    Hi Team,
    I have a requirement to transfer multiple IDocs(Customers) as a single IDoc to PI (Earlier XI) system. As I know this could be done by doing necessary config in ALE and execute the transaction MDM_CLNT_EXTR(MDMC specific to customer master day) by creating a variant with proper Extraction Object details. This works perfect with only standard idoc type DEBMDM05/06.
    1. I have extended the IDoc type DEBMDM06 to ZEUDEBMDM06
    2. Created a new message type ZDEBMDM (using WE81)
    3. Assigned the message type to IDoc type(using WE82).
    4. Created a new extraction object ZCUSTOMER_EXTRCT from CUSTOMER_EXTRACT by executing
        program 'MDM_METADATA_MAINTAIN'.
    5. Maintained the view 'VMDMMETA' using SM30 to add custom segments and altered the positions according to new IDoc type.
    6. Found a user exit to fill custom segments.
    7. Executed the transaction MDMC, in the debug managed the hord coded extraction object from 'CUSTOMER_EXTRACT'
        to 'ZCUSTOMER_EXTRCT'.
    This has generated a single IDOC for 2 customers but ulike one segment for one customer, it has addes somany segments at same level.
    Can we enhance the mass message transfer concept so that we can use it for extended IDOC type so that I can have custom segment types added ?
    Thanks in advance...
    Arun
    Edited by: Arunkumar Ponnoju on Sep 8, 2009 11:31 AM

    hi Caíque  ;
    Firstly thanks for your answer.But your badi is at CRM side, I want to fill BDOC with custom fields from ECC to CRM when I changed them in IE02 of ECC.
    Do you know there is any badi after BDOC is filled in ECC.
    Regards.

  • How to make message transfer to a topic from a business service synchrouns?

    hi,
    I am posting a message to a JMS queue using a business service (say A) and then I am fetching that message from that queue and using a proxy service (B) and a business service (C) for transferring that message to a topic, now I want that my business service A gets the same message that it initially posted as a response back from the topic to make the whole message transfer synchronous, but the problem is that as I select topic on my JMS transport configuration page of business service the text box where I need to specify the URI for the topic gets blocked,hence I am unable to get a response from the topic, can anybody help me out with this as I really want to make this synchronous.
    Edited by: user12826319 on Jul 21, 2010 4:36 AM

    yes u got it correct...v require a synchronous message transfer to happen i believe d alternative can be that i send the message to topic directly using a business service and expect a response from the topic itself in the form of the message i initially posted, that thing I would manage but the real problem is to get a response to the business service when i use topic, because as i select topic on JMS transport configuration page of business service the end point URI textbox gets blocked...

  • Error message "Transfer date 30.06.2007 is more than one year after the clo

    Hi SAP expert,
    I received error message "Transfer date 30.06.2007 is more than one year after the closed fiscal year" - message number AC 187. Used Tcode OAAQ when tried to reverse year end closing for depreciation area. How can i correct this problem? I want to finish for the whole year 2007 depreciation.
    Hope u guys can help me. Thanking u in advance.
    Regards,
    Nazrul

    Hi SAP experts,
    any solution for my porblem?
    TQ

  • Short Message Transfer Rejected for Bold 9780

    There is one person in my contacts that I cannot text. It always comes up with a red x and says "Short message transfer rejected". The person can still text me, though, and I have no trouble calling the number. It only happens with this contact.
    I have tried deleting the contact and re-adding, taking out the battery and sim card, but it doesn't work.
    Can anyone help? 
    Solved!
    Go to Solution.

    Hi fireflyfishing
    Make sure when you create the contact on your BlackBerry® smartphone, that their mobile number includes the area code.  Most providers require the area code is used when sending SMS messages.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • 'Short Message Transfer Rejected' Curve 3G (9300) Three UK

    Hi, 
    I recently purchased a Curve 3G (9300) on the Three UK network and when I tried to text Facebook or Twitter to activate my number on it it come up with 'Short Message Transfer Rejected' Is there any way to fix this? (Plz see screen munch link below)
    Thanks, 
    Jay
    http://s1086.photobucket.com/albums/j454/Jay_1496/?action=view&current=munch_2011_05_10_203342.jpg

    Facebook had asked me to send a single letter which is F to the number 32665 and Twitter had asked me to send the word Go to 86444

  • HT201269 If i transfer everything to my new iphone will my text messages transfer also?

    If i transfer everything to my new iphone by itunes and back everything up will my text messages transfer also?

    Yes.  I suggest doing the backup/restore to itunes, not icloud.  But before doing the backup, also back up to icloud as a safety measure.  If icloud restore has problems (but often icloud restores have more problems), then do the restore from icloud.

  • Short message transfer rejected message

    I keep getting this message when I try to send a text.  I'm not receiving texts either.  I did a battery pull a few times with no luck.   Anyone help?

    Can anyone help with this? I received and could send messaged to twitter UK number 86444, I went to Spain and everything stopped! I don't receive and cant send messages! Short message transfer rejected. I tried battery pull, Change smart dialing to unknown & UK but nothing seems to help.

  • 6220c Messages Transfer Problem

    hello
    i am having a small trouble in nokia content transfer/switch application.
    Recently i have updated my handset from E50 to 6220c. I have transfered
    all data from E50 to 6220c except messages. My E50 had around about
    7000-8000 messages in total with "My Folders" & Inbox having around 3000 messages.
    I have tried copying/transfering these messages to 6220c but its not possible.
    Things I have tried are-
    1.Switch application- does not respond when i do the message transfer.
    2.Nokia PC Suite- Does not restore My Folders.
    3.Paste option is disabled in PC Suite for some privacy reasons.
    4.When i restore the backup taken from E50 by PC suite to 6220c, it does not
      restore the my folders and also sometimes the data on my 6220c is lost.
    Now Im having the backup + all the messages ie. (.vmg) format files in my pc.
    I would be very thankful if any one helps me out in restoring the messages
    from my old phone E50 to 6220c. It would be great if all the messages are restored
    with all the info. and details. Thanks a ton !
    *Also if any one has any applications/softwares of 6220c regarding-
    1.Picture SMS
    2.Sending Flash SMS
    3.Draw Picture SMS & Send
     + Collection of monochromes (72X28 pixel images)
     + Picture SMS viewer
    4.File Explorer
    Solved!
    Go to Solution.

    i have transferred all my text messages from E50 to 6220c.
    first i created a backup of E50 then restored using latest PC Suite.
    Now while restoring the message appears auto matically that due to model
    differences of the 2 Phones, the restoration might have some errors but the
     new data will be copied without erasing/overwriting the previous one.
    So  i proceed. After that i noticed only my messages in inbox were transferred.
    So i shifted all my messages from my folder and put 'em in Inbox.
    Then created Back up and restred.

  • Message Transfer by Bluetooth

    With my previous BBs (9900 etc) all my Lotus Notes messages transferred to my BMW ConnectedDrive in my car fine. With my new Z10 my POP and IMAP email account messages transfer over, but my work Lotus Notes (Activesync) will not.
    On my Bluetooth configure page my POP/IMAP accounts show as "Connected" whilst my Activesync account shows "Not Connected"
    I've checked with our System Admin who says he knows of no policy or otherwise set to prevent the transfer, anyone else seen this problem?
    Steve

    The Pre cannot send files directly via BlueTooth in it's present form.
    Hopefully, the update to webOS 2.0 may change this! 
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • When transferring from a 3GS to a Iphone 5, will my old text messages transfer?

    I'm transferring from a 3GS to a new IPhone 5. Will my old text messages and emails transfer via the cloud or from my computer?
    Thanks.

    http://support.apple.com/kb/HT4946
    "Messages (iMessage and carrier SMS or MMS pictures and videos)."
    The messages should transfer, and the emails are attached to the email server so your inboxes will come back as well.

Maybe you are looking for

  • Changing the home name

    I just bought a powermac g5 off my friend and the main user account is under my name but the home icon is still in his name and most of the computer information has his name on it. I don't want to re do the whole computer because it has a lot of prog

  • Problem burning dvd

    Okay, so our racing season is about to begin, so Im ready to start making videos again.  However, my computer is not cooperating. I don't actually think this is an Encore problem I think its a hardware problem, but I didn't know where else to ask so

  • Is Photoshop elements compatible with Mountain Lion?

    Is Photoshop elements 10 compatible with Mountain Lion?

  • PHOTOSHOP CC - NOT ABLE TO UPDATE

    Left a reply there, but thinking as it is answered, it will just keep making its way to the second page to be forgotten. http://forums.adobe.com/message/5862227#5862227 Require the much needed information on what files need to be removed to make Phot

  • How do I manually transfer from iPod to my new computer?

    I have thousands of songs on my iPod. I want them on my new laptop. I cannot sync them bc the copy of iTunes I downloaded came with a built-in, 100% undesired library. I can't do it by choosing the iPod and selecting "export library." I also cannot d