<?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: Generating Interface with types via coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574658#M22473</link>
    <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;
  &lt;P&gt;I took a look into the Coding of ABAPGit and found what I need - thx for the hint!&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Sören&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2017 15:59:12 GMT</pubDate>
    <dc:creator>Sschlegel</dc:creator>
    <dc:date>2017-11-22T15:59:12Z</dc:date>
    <item>
      <title>Generating Interface with types via coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574655#M22470</link>
      <description>&lt;P&gt;Hi @all,&lt;/P&gt;
  &lt;P&gt;I'm getting almost crazy while I try to use the FM "SEO_INTERFACE_CREATE_COMPLETE"&lt;/P&gt;
  &lt;P&gt;I call the Function Module like this:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;    CALL FUNCTION 'SEO_INTERFACE_CREATE_COMPLETE'
      EXPORTING
        version                      = seoc_version_active "activate
        genflag                      = abap_false
        authority_check              = abap_true
        overwrite                    = iv_overwrite
        suppress_refactoring_support = abap_false
        typesrc                      = mt_typescr
      IMPORTING
        korrnr                       = lv_korrnr
      CHANGING
        interface                    = ls_interface
        types                        = mt_types
      EXCEPTIONS
        existing                     = 1
        is_class                     = 2
        db_error                     = 3
        component_error              = 4
        no_access                    = 5
        other                        = 6
        OTHERS                       = 7.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;The Interface is created and activated and also I find the types created in the formular view, but the types are always empty - more or less just metadata without content.&lt;/P&gt;
  &lt;P&gt;That are the parameters and give to the call:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66973-ls-interface.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Just one line in mt_types:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66974-mt-types.png" /&gt;&lt;/P&gt;
  &lt;P&gt;and the entries for the typesrc:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66971-typescr-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66972-typescr-2.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But the result looks like this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66970-result-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/66975-result-2.png" /&gt;&lt;/P&gt;
  &lt;P&gt;What is the mistake I make?&lt;/P&gt;
  &lt;P&gt;I'm praying for help!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 22:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574655#M22470</guid>
      <dc:creator>Sschlegel</dc:creator>
      <dc:date>2017-09-17T22:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Interface with types via coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574656#M22471</link>
      <description>&lt;P&gt;You are using internal functionality of the ABAP infrastructure that is not intended for standalone public usage.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 04:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574656#M22471</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-09-18T04:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Interface with types via coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574657#M22472</link>
      <description>&lt;P&gt;Did you look at a sample like report SEO_GENERATE_CLASS_EXAMPLE (in SEOK package too) or in the code of a tool like &lt;A href="https://app.assembla.com/spaces/saplink/wiki"&gt;SAPLINK&lt;/A&gt;. &lt;/P&gt;
  &lt;P&gt;What is the functional need to create a class?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 05:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574657#M22472</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-09-18T05:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Generating Interface with types via coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574658#M22473</link>
      <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;
  &lt;P&gt;I took a look into the Coding of ABAPGit and found what I need - thx for the hint!&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Sören&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-interface-with-types-via-coding/m-p/574658#M22473</guid>
      <dc:creator>Sschlegel</dc:creator>
      <dc:date>2017-11-22T15:59:12Z</dc:date>
    </item>
  </channel>
</rss>

