<?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: Interface pgm doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399299#M1644597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ..But my doubt  is whether the value will be mapped automatically.. Whether we need to wirte the code .Pls suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 13:36:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-19T13:36:30Z</dc:date>
    <item>
      <title>Interface pgm doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399297#M1644595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to enhance orders05 with two zfields.I want to generate an outbound IDOC..Pls let me know how to fill this zfields.Automatically the value will be populated or need to find an exit .If so pls suggest exit name.This two fields has been already extended in EKKO Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;Arun.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 13:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399297#M1644595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T13:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Interface pgm doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399298#M1644596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You need to write code to fill the data into Z-fields using exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this first goto the message type.For message type you will have one process code(check using WE41 for outbound). Once you have the process code, double click on it. You will get the function module. In that particular function module you will have exits to fill the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 13:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399298#M1644596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Interface pgm doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399299#M1644597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ..But my doubt  is whether the value will be mapped automatically.. Whether we need to wirte the code .Pls suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 13:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399299#M1644597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Interface pgm doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399300#M1644598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are have added fields to EKKO.That means you are send PO idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For PO process code is ME10 and function module assinged to this is IDOC_OUTPUT_ORDERS. This function module is used to fill that data to IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now goto SE37 and provide this function module name &amp;amp; click on display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this function module at last you have PERFORM fuellen_idoc_inttab.Double click on this  and in this search fot PERFORM customer_function. In this perform you will have the exit  CALL CUSTOMER-FUNCTION '002'. In this exit you need to populate the data into Z-fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 13:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399300#M1644598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T13:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interface pgm doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399301#M1644599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Raghu.I will check and let you know.This is for creating a stock order transfer..So in that exit and i have to fetch the data from EKKO and move in to extended segment .Pls clarify..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 14:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399301#M1644599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T14:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Interface pgm doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399302#M1644600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 06:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-pgm-doubt/m-p/8399302#M1644600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T06:21:50Z</dc:date>
    </item>
  </channel>
</rss>

