<?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: adding fields into table from program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214676#M1378185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem resolved???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2009 10:51:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-12T10:51:11Z</dc:date>
    <item>
      <title>adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214670#M1378179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               how  to add a field into a data base table from program.  Is it possible to add fied name , data element and domain through program?.&lt;/P&gt;&lt;P&gt;thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 08:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214670#M1378179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T08:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214671#M1378180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Updating the data into Table from the program (Which means, when the program is executed upon few conditions data will be stored in the Database table ex : if the table name is VBAK, when the program is executed then data(Fields like Vbeln, vkorg...etc) will get uploaded into VBAK table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is different then please let me know.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Program you cannot create the Ztable like Data elements and Domain....except with the Help of BDC but that is not recommended unless it suits your requirement . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the information is helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kittu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 08:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214671#M1378180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214672#M1378181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the below FM for creating a Z table,better than creating a Ztable and then adding fields.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_DD_TABL_ADD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can call this FM in your program and pass necessary fields to this FM, it will create the Z table with all the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 11:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214672#M1378181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214673#M1378182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Manish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanx for this answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any FM to directly add feild names  from program ,without going for se11. .Need this information ,because, I have to add fieldnames dynamically from the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 11:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214673#M1378182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214674#M1378183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this FM..&lt;STRONG&gt;RS_DD_FIEL_EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover,you can go to SE80 select function group and enter &lt;STRONG&gt;SD41&lt;/STRONG&gt;, hit enter..it will show you all function modules similar to the above one...you can see which one suits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 10:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214674#M1378183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214675#M1378184</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;To add new fields to exixting ztable , use the function module ' RS_DD_FIEL_EDIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;regards,&lt;/P&gt;&lt;P&gt;kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214675#M1378184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214676#M1378185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem resolved???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 10:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214676#M1378185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T10:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: adding fields into table from program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214677#M1378186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The probvlem still not solved. Actually it is not possible what i have logically told. the reason is we can not create any fields during run time.  So I have to think about creating fields and table during runtime with different logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 09:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-into-table-from-program/m-p/6214677#M1378186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T09:22:43Z</dc:date>
    </item>
  </channel>
</rss>

