<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hi outbound processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321742#M165587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK WHICH WILL GIVE YOU THE BRIEF IDEA HOW TO PASS THE DATA FROM SAP SYSTEM TO LEGASY SYSTEM USING IDOCS READ THAT CAREFULLY AND WORK ACCORDINGLY.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b8/5b723b9b4f8f7de10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b8/5b723b9b4f8f7de10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2006 13:00:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-09T13:00:05Z</dc:date>
    <item>
      <title>Hi outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321739#M165584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi people....&lt;/P&gt;&lt;P&gt;i am sending data from sap to legacy.&lt;/P&gt;&lt;P&gt;so i am writing code for that in exit EXIT_SAPLEINM_011 to change altkn value.&lt;/P&gt;&lt;P&gt;i have idea some what on code..&lt;/P&gt;&lt;P&gt;do u people any idea please let me know.&lt;/P&gt;&lt;P&gt;my view is:&lt;/P&gt;&lt;P&gt;IF control_record_out-mestyp = BLAORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    g_lifnr = dekko-lifnr.&lt;/P&gt;&lt;P&gt;    g_bukrs = dekko-bukrs.&lt;/P&gt;&lt;P&gt;    SELECT lifnr    "Vendor no&lt;/P&gt;&lt;P&gt;              bukrs    "Company code&lt;/P&gt;&lt;P&gt;              altkn    "Previous Master Record Number&lt;/P&gt;&lt;P&gt;              UP TO 1 ROWS&lt;/P&gt;&lt;P&gt;              INTO w_lfb1&lt;/P&gt;&lt;P&gt;              FROM lfb1&lt;/P&gt;&lt;P&gt;              WHERE bukrs = g_bukrs&lt;/P&gt;&lt;P&gt;              AND   lifnr = g_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         AND   altkn = g_lifnr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      DEKKO-LIFNR = W_LFB1-ALTKN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;is it chage at legacy sytems or not. pelase let me know.&lt;/P&gt;&lt;P&gt;thank you..&lt;/P&gt;&lt;P&gt;Silpa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 12:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321739#M165584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hi outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321740#M165585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN YOU GIVE ME SOME DETAILS REGARDING YOUR REQUIREMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT RECORDING YOU R DOING&lt;/P&gt;&lt;P&gt;WHAT METHOD YOU R USING TO SEND DTA FROM SAP TO LEGASY SYSTEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I HOPE I CAN GIVE YOU SOME MORE DETAILS AFTER THAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 12:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321740#M165585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hi outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321741#M165586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;am using message control method..i gave at code na..everything i procvided&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 12:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321741#M165586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hi outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321742#M165587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK WHICH WILL GIVE YOU THE BRIEF IDEA HOW TO PASS THE DATA FROM SAP SYSTEM TO LEGASY SYSTEM USING IDOCS READ THAT CAREFULLY AND WORK ACCORDINGLY.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b8/5b723b9b4f8f7de10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b8/5b723b9b4f8f7de10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 13:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-outbound-processing/m-p/1321742#M165587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T13:00:05Z</dc:date>
    </item>
  </channel>
</rss>

