<?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: abt table field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657552#M612915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ram i need the tables&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;this is the requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2007 08:47:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-17T08:47:06Z</dc:date>
    <item>
      <title>abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657548#M612911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a field from the structure&lt;/P&gt;&lt;P&gt;table name is: kkbcs_out&lt;/P&gt;&lt;P&gt;and field name is SOLLKOST_G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is a structure &lt;/P&gt;&lt;P&gt;i want to use the sam field in my report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can somebody tell me how to find that fields or can any body provide help&lt;/P&gt;&lt;P&gt;plz its very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its short description is total target cost&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657548#M612911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657549#M612912</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;You can find the Table names based on the Field Names using Tcode SE15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE15.&lt;/P&gt;&lt;P&gt;Select DDIC-&amp;gt;Fields -&amp;gt;Table fields  in the Navigation.&lt;/P&gt;&lt;P&gt;Enter Your Field Name and Execute. It will display the Table(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657549#M612912</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-17T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657550#M612913</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;You can declare a field in your program with the same datatype as the field SOLLKOST_G in table kkbcs_out.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data: lv_sollkost type (datatype of the field).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want an internal table of the same structure type, you can declare&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data: itab type standard table of kkbcs_out.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Reward points for useful answers.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657550#M612913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657551#M612914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i dont know the table name or field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657551#M612914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657552#M612915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ram i need the tables&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;this is the requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657552#M612915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657553#M612916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  u can get that field  CKBOB table with field name soges&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657553#M612916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657554#M612917</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;First of all please mention what is your purpose of using this as it can be used for a number of purposes and the solution depends on it.&lt;/P&gt;&lt;P&gt;Because if you just want to use the data type of that field,then you can use it anyways be it a structure or a table.&lt;/P&gt;&lt;P&gt;But if you want to fetch some data from the structure KKBCS_OUT,then you will have to find out where it is getting populated as the structures are populated at runtime only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way of finding the reference table is to double click on the Data type of the field SOLLKOST_G which is KKB_SOLLKOST_G ,then again double click on the Domain name and then go to the Value Range tab and at the bottom, Value table has the table name in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer my question and I might be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657554#M612917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657555#M612918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Reference table is TCURC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps to get there is to click on the Currency/Quantity Fields and double click on the Refernec Table KKB_KENNZ and then again double click on the WAERS field in the Component Type and then again double click on WAERS and then click on the Value Range tab and then the Value Table is TCURC.&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;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657555#M612918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T08:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657556#M612919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m not geting any thing&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 09:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657556#M612919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T09:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657557#M612920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@puneet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi i hav run a transaction co03 on production&lt;/P&gt;&lt;P&gt;then production order is displayed&lt;/P&gt;&lt;P&gt;here for one pro order i in goto menu---cost analysis&lt;/P&gt;&lt;P&gt;here i get a grid&lt;/P&gt;&lt;P&gt;and it has some fields&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;cost elemnet       cost element text      total target cost     total actual cost&lt;/P&gt;&lt;P&gt;so i need the tables and fields related to it&lt;/P&gt;&lt;P&gt;if u provide help&lt;/P&gt;&lt;P&gt;i wil be very thankful to u&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 09:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657557#M612920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657558#M612921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz help its very urgent&lt;/P&gt;&lt;P&gt;but take ur time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 09:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657558#M612921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T09:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: abt table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657559#M612922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m getting the fields&lt;/P&gt;&lt;P&gt;but they are present in the structures&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 09:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-field/m-p/2657559#M612922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T09:48:35Z</dc:date>
    </item>
  </channel>
</rss>

