<?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: coding an append-structure for a table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127974#M1619063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably i have to make myself a bit more clear.&lt;/P&gt;&lt;P&gt;I do not want to append lines to an itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create an append structure, like going to SE11 with a specific table and hitting the "append stucture" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;We have a tool for master data and price management. E.G. for material master data.&lt;/P&gt;&lt;P&gt;If a customer has customer fields in e.G. table MARA, i have to append this field in various structures that our tool is using.&lt;/P&gt;&lt;P&gt;So our tool can not only handle standard fields, but customer fields as well.&lt;/P&gt;&lt;P&gt;I´ve done all neccessary steps yesterday manually, and well for 3 MARA fields it took me around 2.5 hours.&lt;/P&gt;&lt;P&gt;So i had the vision to automate what i was doing in a simple report, which does the neccessary steps for me, since there are always the same actions to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2011 07:53:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-09T07:53:36Z</dc:date>
    <item>
      <title>coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127972#M1619061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Team ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was browsing the forum to find a solution to append a DB-table via coding instead of manually doing it via SE11.&lt;/P&gt;&lt;P&gt;Maybe i was just using wrong keywords i wouldnt neglect that, but i wasnt able to find something.&lt;/P&gt;&lt;P&gt;So i come here asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating an append to a DB table, or rather a DDIC-structure at runtime via coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And well i dont really want to manually create DD02L entries, thats a bit too hot and dangerous in my eyes.&lt;/P&gt;&lt;P&gt;when looking in which FM´s DD02L is used i found FM DB_ALTER_TABLE, which somehow sounds promising, but ias far as i understood, it wont help we much. There are some other FM´s in function group SDB2 which somehow sound useful, but before checking them all out, i wanted to ask here if someone has done this before and can set me on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just a hint how i could proceed. I´m very confident that coding wont be my problem then.&lt;/P&gt;&lt;P&gt;Thanks for listening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 07:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127972#M1619061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127973#M1619062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you tried using the keyword APPEND or APPEND LINES. Check this [link|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb36c8358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 07:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127973#M1619062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T07:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127974#M1619063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably i have to make myself a bit more clear.&lt;/P&gt;&lt;P&gt;I do not want to append lines to an itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create an append structure, like going to SE11 with a specific table and hitting the "append stucture" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;We have a tool for master data and price management. E.G. for material master data.&lt;/P&gt;&lt;P&gt;If a customer has customer fields in e.G. table MARA, i have to append this field in various structures that our tool is using.&lt;/P&gt;&lt;P&gt;So our tool can not only handle standard fields, but customer fields as well.&lt;/P&gt;&lt;P&gt;I´ve done all neccessary steps yesterday manually, and well for 3 MARA fields it took me around 2.5 hours.&lt;/P&gt;&lt;P&gt;So i had the vision to automate what i was doing in a simple report, which does the neccessary steps for me, since there are always the same actions to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 07:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127974#M1619063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T07:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127975#M1619064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure a FM will be the best way, but, I'm not aware of any. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are ok with a workaround and have not thought of it, then try with a BDC for SE11. That should be of some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 08:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127975#M1619064</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2011-09-09T08:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127976#M1619065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually calling some FM´s would be my prefered solution, but BCD would be a solution as well.&lt;/P&gt;&lt;P&gt;And yeah i really didnt think of it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;going to check that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 08:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127976#M1619065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127977#M1619066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      You could check FM DDIF_TABL_PUT and FM DDIF_TABL_ACTIVATE to activate the table.&lt;/P&gt;&lt;P&gt;Also check FM documentation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 09:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127977#M1619066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T09:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: coding an append-structure for a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127978#M1619067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since my quest to find FM´s takes too long, i will go for a BCD-solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 22:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-an-append-structure-for-a-table/m-p/8127978#M1619067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-10T22:15:03Z</dc:date>
    </item>
  </channel>
</rss>

