<?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: Regarding Structure Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800301#M653853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   That's I know very well boss.&lt;/P&gt;&lt;P&gt;I need complete details mainly how to give default values boss?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway Thanks For reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 11:49:46 GMT</pubDate>
    <dc:creator>sreeramkumar_madisetty</dc:creator>
    <dc:date>2007-09-18T11:49:46Z</dc:date>
    <item>
      <title>Regarding Structure Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800298#M653850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;  I want to create a struture with components as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field             - DataElement    - Length                  - Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record type      YYFIRTYP         CHAR(2)              Always 02&lt;/P&gt;&lt;P&gt;Bin Number       Custom data      CHAR(6)             Visa Bin Number&lt;/P&gt;&lt;P&gt;                        element &lt;/P&gt;&lt;P&gt;Transaction       Custom data      CHAR(16)            E-funds transaction code    )&lt;/P&gt;&lt;P&gt;Code                 element                                       (padded with  zero)&lt;/P&gt;&lt;P&gt;Transaction       dats                  CHAR(8)              UK Format ddmmyyyy&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Description       Custom data      CHAR(50)             Transaction description&lt;/P&gt;&lt;P&gt;                       element &lt;/P&gt;&lt;P&gt;Amount            Wert                 CURR(13)             Value of line item with +/-  &lt;/P&gt;&lt;P&gt;                                                                           sign  (padded with  zero)&lt;/P&gt;&lt;P&gt;Currency         wears                 CUKY(5)              Currency of line item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points are assured for Useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800298#M653850</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-09-18T11:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Structure Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800299#M653851</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 can go to tcode SE11 and then can create the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click the data type select option and create your structure with the required specification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do a syntax checking and activate the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating the structrue just provide some meaningful description of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards points for useful asnwers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800299#M653851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T11:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Structure Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800300#M653852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for report you can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF STRUCT,&lt;/P&gt;&lt;P&gt;      RECORD(2) TYPE C,&lt;/P&gt;&lt;P&gt;      BIN_NUMBER_CUSTOM_DATA(6) TYPE C,&lt;/P&gt;&lt;P&gt;      TRANSACTION_CUSTOM_DATA(8) TYPE C VALUE '.....',&lt;/P&gt;&lt;P&gt;      TRANSACTION_DATE(8) TYPE C,&lt;/P&gt;&lt;P&gt;      DESCRIPTION_CUSTOM_DATA(50) TYPE C,&lt;/P&gt;&lt;P&gt;      AMOUNT_WERT(13) TYPE C VALUE '....',&lt;/P&gt;&lt;P&gt;      CURRENCY_WEARS(5) TYPE C,&lt;/P&gt;&lt;P&gt;      END OF STRUCT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800300#M653852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Structure Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800301#M653853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   That's I know very well boss.&lt;/P&gt;&lt;P&gt;I need complete details mainly how to give default values boss?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway Thanks For reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800301#M653853</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-09-18T11:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Structure Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800302#M653854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE11 -&amp;gt; select data type -&amp;gt; give name -&amp;gt; create -&amp;gt; select structure [second radio button] -&amp;gt; give desc -&amp;gt; give all [field names] components-&amp;gt; component name [give data element name] -&amp;gt; double click on it-&amp;gt; give same name as data element for domain -&amp;gt; give data type n length n desc -&amp;gt; activate -&amp;gt; give desc..... for data element -&amp;gt; activate .&lt;/P&gt;&lt;P&gt;then automatically what u gave for data element are placed in the fields corresponding to field length n field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this create all fields n activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800302#M653854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Structure Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800303#M653855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From you question it was not very clear as what was your exact query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the defination of a structure &amp;lt;b&amp;gt;a structure is a series of fields grouped together under a common name. It is very similar to a table. Like a table, it can be used within a program on the tables statement to define a work area.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unlike a table you cannot store any values in a structure and hence there is no way that you can store any value whether initial or not. &amp;lt;b&amp;gt;It can store values only during the run time.&amp;lt;/b&amp;gt;Hope that clears your doubt very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-structure-creation/m-p/2800303#M653855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T11:57:35Z</dc:date>
    </item>
  </channel>
</rss>

