<?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: stape types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/stape-types/m-p/4013016#M958840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are basically unlimted number of TYPEs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you define a field, and other then the basic types (C,N,I,P,X, etc), you can define it with any data element OR domain that you current have defined either within your program or in the data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: mydate    type sy-datum.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very vaild TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BEGIN OF MYREC,
   Field1          type C,
   Field2          type I,
   Field3          type P,
END OF MYREC,

MY2NDREC type MYREC.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another very valid type in this situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2008 10:35:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-13T10:35:19Z</dc:date>
    <item>
      <title>stape types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stape-types/m-p/4013015#M958839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is stape type in work flow?how many types r there?could u explain with detailed stapes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 10:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stape-types/m-p/4013015#M958839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: stape types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stape-types/m-p/4013016#M958840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are basically unlimted number of TYPEs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you define a field, and other then the basic types (C,N,I,P,X, etc), you can define it with any data element OR domain that you current have defined either within your program or in the data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: mydate    type sy-datum.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very vaild TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BEGIN OF MYREC,
   Field1          type C,
   Field2          type I,
   Field3          type P,
END OF MYREC,

MY2NDREC type MYREC.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another very valid type in this situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 10:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stape-types/m-p/4013016#M958840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T10:35:19Z</dc:date>
    </item>
  </channel>
</rss>

