<?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: dataelement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279027#M784122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se11 and type your data element in datatype &lt;/P&gt;&lt;P&gt;you can get what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 05:45:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T05:45:14Z</dc:date>
    <item>
      <title>dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279020#M784115</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;In a report program,a field is declared like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pdtpp      TYPE gsmng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here gsmng is a dataelement.&lt;/P&gt;&lt;P&gt;Now how can we find from which table,pdtpp field is taken from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279020#M784115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279021#M784116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;same data element can be used for multiple table fields.&lt;/P&gt;&lt;P&gt;It has more than one domain(data type).&lt;/P&gt;&lt;P&gt;Lets try by using SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279021#M784116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279022#M784117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data element itself is an individual data dictionary object.If you want to know where it is used, then goto SE84-&amp;gt;Data Dictionary-&amp;gt;Data Elements.Type the data element name and hit F8. It will give a list of structure/tables where it is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279022#M784117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279023#M784118</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;your refering that feild to a dataelement so the fetures of that dataelement will apply for that filed not the values of the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if you declare that filed as char then fom which table it will get the data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in that step your not getting the data from the table , just your refering to that dataelement field where all the features which applicable to your filed is same as that dataelement not values of the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279023#M784118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279024#M784119</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;Go to SE11. There type this data element name "gsmng" against data type tab. Go inside and press on where used button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can come to know where all this Data Element is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to find from where field pdtpp is being taken you need to search this field in your program. Looking at the logic you should be able to find from where this field is being fetched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279024#M784119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279025#M784120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF you declare with table field also it will take the structure(data type) from data element only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not taking any data from particular table when you declare &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS (OR ) SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know where used list of dataelement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO tcode SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select data type radio button enter data element name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select where used list you will get the table where ever this dataelement used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279025#M784120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279026#M784121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Go to T.Code SE84.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP Dic -&amp;gt; Fields -&amp;gt; Table Fields.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In this above path u can get the table name for the given&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279026#M784121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279027#M784122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se11 and type your data element in datatype &lt;/P&gt;&lt;P&gt;you can get what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279027#M784122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279028#M784123</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 take the data element and then go to transaction se11 and then search for the Data Element and the whee used list of that data element in Tables . It would give the table where the data element is taken from.&lt;/P&gt;&lt;P&gt;Kindly reward if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279028#M784123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279029#M784124</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;Thanks for ur reply.The reason why I want to find the table name for the field is,my fc want to add some data to this field.So he wants to know from which table this field is taken from.Is there any other way to find out the table name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279029#M784124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: dataelement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279030#M784125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table name: AFPO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataelement/m-p/3279030#M784125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:16:57Z</dc:date>
    </item>
  </channel>
</rss>

