<?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: AMDP exporting problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096896#M1972407</link>
    <description>&lt;P&gt;Not all the components are elementary (as the error says). One is structured. Look them up to find out which one.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2019 10:05:48 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2019-11-12T10:05:48Z</dc:date>
    <item>
      <title>AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096894#M1972405</link>
      <description>&lt;P&gt;Hello Expert!!!&lt;/P&gt;
  &lt;P&gt;Having problem when creating amdp class,Below problem screen short is given could you please help to resolve it.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1744599-amdp-problem.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 09:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096894#M1972405</guid>
      <dc:creator>hossain_rajib55</dc:creator>
      <dc:date>2019-11-12T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096895#M1972406</link>
      <description>&lt;P&gt;I think the compilator would like to have a dictionnary element for the type of ET_MARC &lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 09:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096895#M1972406</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-12T09:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096896#M1972407</link>
      <description>&lt;P&gt;Not all the components are elementary (as the error says). One is structured. Look them up to find out which one.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096896#M1972407</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-11-12T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096897#M1972408</link>
      <description>&lt;P&gt;Ah good point  &lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; ,  WERKS is a structure, you should used WERKS_D    &lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 12:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096897#M1972408</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-12T12:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096898#M1972409</link>
      <description>&lt;P&gt;Correct, only scalar type can be used in AMDP. WERKS is a structure. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 12:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096898#M1972409</guid>
      <dc:creator>supratikpanja</dc:creator>
      <dc:date>2019-11-12T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096899#M1972410</link>
      <description>&lt;P&gt;Hello, good morning, when you declare the TY_GRN structure, you must declare the werks column as type WERKS_D, since WERKS is the structure and WERKS_D the data element. Good Luck!.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 14:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096899#M1972410</guid>
      <dc:creator>former_member561900</dc:creator>
      <dc:date>2019-11-12T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: AMDP exporting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096900#M1972411</link>
      <description>&lt;P&gt;Hi Rajib,&lt;/P&gt;&lt;P&gt;In the TYPES of your code, you need to consider the data element of the domain that you are trying to use.&lt;/P&gt;&lt;P&gt;In your case, you have to change the type of &lt;STRONG&gt;WERKS &lt;/STRONG&gt;to &lt;STRONG&gt;WERKS_D&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1794052-werks.png" /&gt;&lt;/P&gt;&lt;P&gt;I tried to replicate that which seems to work fine.:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1794054-weks-2.png" /&gt;&lt;/P&gt;&lt;P&gt;There is no error now!&lt;/P&gt;&lt;P&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 12:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amdp-exporting-problem/m-p/12096900#M1972411</guid>
      <dc:creator>former_member15471</dc:creator>
      <dc:date>2020-04-08T12:38:32Z</dc:date>
    </item>
  </channel>
</rss>

