<?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: Purchase Req Screen Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-req-screen-exit/m-p/4293356#M1024168</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;do in this process .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the screen in se80 ......create a module in PAI event....&lt;/P&gt;&lt;P&gt;do catch the values there in to some variables (of your custom fields ...)&lt;/P&gt;&lt;P&gt;--&amp;gt; export them to memory id using export statement......&lt;/P&gt;&lt;P&gt;--&amp;gt; inside the exit EXIT_SAPLMEREQ_003 get those values &lt;/P&gt;&lt;P&gt;into some variables from the memory id ..........&lt;/P&gt;&lt;P&gt;--&amp;gt; now get the line item data into some strucutre reading from the meothd GET_DATA ....&lt;/P&gt;&lt;P&gt;--&amp;gt; in this way &lt;/P&gt;&lt;P&gt;data : re_data type REQ_ITEM.&lt;/P&gt;&lt;P&gt;CALL METHOD im_item-&amp;gt;get_data&lt;/P&gt;&lt;P&gt;RECEIVING&lt;/P&gt;&lt;P&gt;RE_DATA = RE_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the data comes into re_data....do check in debug mode .....now pass the custom fields which you have imported from memory id (which been added to eban strucutre.....)which will be seen in re_data (structure).....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; next call metod &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD im_item-&amp;gt;set_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IM_DATA = RE_DATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2008 05:16:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-08T05:16:39Z</dc:date>
    <item>
      <title>Purchase Req Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-req-screen-exit/m-p/4293355#M1024167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add a custom field to the PR transaction. I have added the field to screen 111 of Function group XM02, added the custom field in the able EBAN under the include structure "CI_EBANDB", coded function exit EXIT_SAPLMEREQ_003.  For the custom field added there is no information coming in "im_req_item" in the function exit. What structure do I need to pass my custom field value in PROCESS AFTER INPUT for "im_req_item" to be populated with the value of the custom field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ALAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 20:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-req-screen-exit/m-p/4293355#M1024167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Req Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-req-screen-exit/m-p/4293356#M1024168</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;do in this process .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the screen in se80 ......create a module in PAI event....&lt;/P&gt;&lt;P&gt;do catch the values there in to some variables (of your custom fields ...)&lt;/P&gt;&lt;P&gt;--&amp;gt; export them to memory id using export statement......&lt;/P&gt;&lt;P&gt;--&amp;gt; inside the exit EXIT_SAPLMEREQ_003 get those values &lt;/P&gt;&lt;P&gt;into some variables from the memory id ..........&lt;/P&gt;&lt;P&gt;--&amp;gt; now get the line item data into some strucutre reading from the meothd GET_DATA ....&lt;/P&gt;&lt;P&gt;--&amp;gt; in this way &lt;/P&gt;&lt;P&gt;data : re_data type REQ_ITEM.&lt;/P&gt;&lt;P&gt;CALL METHOD im_item-&amp;gt;get_data&lt;/P&gt;&lt;P&gt;RECEIVING&lt;/P&gt;&lt;P&gt;RE_DATA = RE_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the data comes into re_data....do check in debug mode .....now pass the custom fields which you have imported from memory id (which been added to eban strucutre.....)which will be seen in re_data (structure).....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; next call metod &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD im_item-&amp;gt;set_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IM_DATA = RE_DATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-req-screen-exit/m-p/4293356#M1024168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T05:16:39Z</dc:date>
    </item>
  </channel>
</rss>

