<?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: Creatin structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742553#M900520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check once whether u putting right component name......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 05:36:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T05:36:54Z</dc:date>
    <item>
      <title>Creatin structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742552#M900519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a structure for the fields &lt;/P&gt;&lt;P&gt;EXBED&lt;/P&gt;&lt;P&gt;ECS&lt;/P&gt;&lt;P&gt;Exaddtax1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from table &lt;/P&gt;&lt;P&gt;J_1IRG23D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating structure when putting component name  I am not getting data type and length for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pt assured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 05:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742552#M900519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T05:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creatin structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742553#M900520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check once whether u putting right component name......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 05:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742553#M900520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creatin structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742554#M900521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Types: begin of ty_st&lt;/P&gt;&lt;P&gt;            exbed type J_1IRG23D-EXBED,&lt;/P&gt;&lt;P&gt;            ecs type J_1IRG23D-ECS,&lt;/P&gt;&lt;P&gt;            exaddtax1 type  J_1IRG23D-Exaddtax1,&lt;/P&gt;&lt;P&gt;          end of ty_st.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how u declare locally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are willing to create it globally, then declare the technical part of it explicity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 05:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742554#M900521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T05:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creatin structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742555#M900522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For EXBED Data lement J_1IEXCBED &lt;/P&gt;&lt;P&gt;data type CURR length 13 decimals 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ECS Data lement J_1IEXECS&lt;/P&gt;&lt;P&gt;data type DEC length 7 decimals 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For EXADDTAX1 Data lement J_1IEXADDTAX1&lt;/P&gt;&lt;P&gt;data type CURR length 13 decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These r there in table,i think now u can create structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 05:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creatin-structure/m-p/3742555#M900522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T05:53:11Z</dc:date>
    </item>
  </channel>
</rss>

