<?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: Questions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372305#M809543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the system will create FMs in this function group for table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you have to code for that (if this is done through the above function group, you can modify to add your own logic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2008 09:39:43 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-01-25T09:39:43Z</dc:date>
    <item>
      <title>Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372304#M809542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)We enter a Function group while creating a table maintainnce generator for a Z table.wat is the significance of that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)I am having a Ztable which has matnr and maktx.while creating the entries the user enters the matnr.Maktx should get populated automatically from material master.how can i achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 09:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372304#M809542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T09:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372305#M809543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the system will create FMs in this function group for table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you have to code for that (if this is done through the above function group, you can modify to add your own logic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 09:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372305#M809543</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-01-25T09:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372306#M809544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh&lt;/P&gt;&lt;P&gt;1) Actually the in maintenance generator the system creates the modulepool program.  For this it also creates function modules at runtime.  So these FM must be assign to one function group.  That FM we must enter when creating table maintenance generator for ZTABLE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Actually i did'nt find the field maktx in MARA. Anyway whatever field u want just u can extract one field from source table and then update into ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 09:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372306#M809544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T09:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372307#M809545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1) the function group which you mention while creating a table maintainnce generator for a Z table stores the information regarding the ztable in  a function module which is automatically created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) if it is through a program you can get the information from this coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM MAKT WHERE MATNR EQ S_MATNR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 09:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/3372307#M809545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T09:42:10Z</dc:date>
    </item>
  </channel>
</rss>

