<?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 Create Append with custom fields from coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801544#M1881114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create an Append to a given structure so that I can add some fields of my own to this structure. This is normally done manually via SE11. However in this case the fields I want to add are coming from an external tool. So the process of creating an Append with these new fields has to work automatically by calling an ABAP programm.&lt;/P&gt;&lt;P&gt;I already debugged which functions are called when the new Append is created via SE11. However the coding I found is highly depending on the graphical layout and input in SE11, so I cannot simply reuse it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have a hint for me? Are there Reports or Functions that offer the functionality I am looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 11:14:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-16T11:14:53Z</dc:date>
    <item>
      <title>Create Append with custom fields from coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801544#M1881114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create an Append to a given structure so that I can add some fields of my own to this structure. This is normally done manually via SE11. However in this case the fields I want to add are coming from an external tool. So the process of creating an Append with these new fields has to work automatically by calling an ABAP programm.&lt;/P&gt;&lt;P&gt;I already debugged which functions are called when the new Append is created via SE11. However the coding I found is highly depending on the graphical layout and input in SE11, so I cannot simply reuse it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have a hint for me? Are there Reports or Functions that offer the functionality I am looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 11:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801544#M1881114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-16T11:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create Append with custom fields from coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801545#M1881115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Get Function Module Name by Putting break point PFB:&lt;/P&gt;&lt;P&gt;go to your tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put in "/h" hit Enter &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609022" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Breakpoint At-&amp;gt; Statement&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609042" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Then again set for &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609050" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then execute by press F5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Ashraf Usmani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 12:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801545#M1881115</guid>
      <dc:creator>ashraf_usmani</dc:creator>
      <dc:date>2014-12-16T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Append with custom fields from coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801546#M1881116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to make use of below FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DDIF_TABL_GET&lt;/P&gt;&lt;P&gt;DDIF_TABL_PUT&lt;/P&gt;&lt;P&gt;DDIF_TABL_ACTIVATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Giriesh M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 12:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-append-with-custom-fields-from-coding/m-p/10801546#M1881116</guid>
      <dc:creator>GirieshM</dc:creator>
      <dc:date>2014-12-16T12:36:32Z</dc:date>
    </item>
  </channel>
</rss>

