<?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: user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522312#M571064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of referring to the table, try to create the work area referring to the structure of the table. you can find the structure in the tables section of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 17:26:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T17:26:36Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522310#M571062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using the user exit apocf005 , in the function module i see a table it_matkey under the tables parameter , i am supposing it contains all the products details and want to use that in the include . I have to write the code in another include inside the standard include. I am trying to declare a work area for the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : wa_matkey like it_matkey  but it says field it_matkey is unknown. I appreciate if anyone can suggest me how to proceed with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 17:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522310#M571062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T17:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522311#M571063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IT_MATKEY is an Internal Table, that's why you can use it...You should look for the declaration of that table and use it in your code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 17:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522311#M571063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T17:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522312#M571064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of referring to the table, try to create the work area referring to the structure of the table. you can find the structure in the tables section of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 17:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522312#M571064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522313#M571065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table is declared like this in the function EXIT_/SAPAPO/SAPLCIF_PROD_001&lt;/P&gt;&lt;P&gt;IT_MATKEY STRUCTURE  /SAPAPO/CIF_MATKEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use it in my program for retrieving the product details  like this &lt;/P&gt;&lt;P&gt;LOOP AT it_matkey INTO wa_matkey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have declared wa_matkey as&lt;/P&gt;&lt;P&gt;DATA : wa_matkey TYPE /SAPAPO/CIF_MATKEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting an error saying it_matkey is unknown . Cant i use it to get the product details . How do i do this? I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 17:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2522313#M571065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T17:32:30Z</dc:date>
    </item>
  </channel>
</rss>

