<?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: Problem in using Auto-generated Table in Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386348#M1403974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solve by self. Used dynamic namespace for that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2009 11:17:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-15T11:17:33Z</dc:date>
    <item>
      <title>Problem in using Auto-generated Table in Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386345#M1403971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using some auto-generated table in my program. But the Problem is program is not activated due to non-existance of any type of table or structure or view of that Table type in the development server. i.e. table name in development is FMFMOADE12200014 and same in Production is FMFMOAPE14000018. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem to active the program and transport it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goutam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 07:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386345#M1403971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using Auto-generated Table in Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386346#M1403972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Is it possible to retrieve determine the logic for the generated name?&lt;/P&gt;&lt;P&gt;2. In a customizing table (one of your own to be created), maintain the name of the structure per system. Based on this name, dynamically create internal table based on this structure (name).&lt;/P&gt;&lt;P&gt;3. If the fields of the table are the same, just create a new structure with those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any other options at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 15:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386346#M1403972</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-12-09T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using Auto-generated Table in Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386347#M1403973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  an Auto-generated tables  inside your program ,then you should not use that table directly  as internal table type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case you have used the Dynamic structure  in your program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tips is  you should check first the table is there in the  database  through your  programing using the standard function module for checking the table exsisting , then use the field symbols  for dynmaic creating of program  strucuture  ,including field creation  to tat strcuture  . this  will  make your  program more  lines in that  case you can  write  subroutine  for  creating the  fields  and adding  inside the dynamice strucure  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple example  please see this link  :  [http://www.sap-img.com/ab030.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becasuse  we do have the  same  auto-generating table  concept  in Finance  base  on the Operating cencern  out table  name  &amp;amp; fields  inside  will be changing  ,Our  program has to support world wide Rollouts . so we used  dynamic structuring  inside Our program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 17:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386347#M1403973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T17:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using Auto-generated Table in Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386348#M1403974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solve by self. Used dynamic namespace for that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 11:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-auto-generated-table-in-program/m-p/6386348#M1403974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-15T11:17:33Z</dc:date>
    </item>
  </channel>
</rss>

