<?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: Transparent table query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068534#M1177656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the field label form character to tree. saved it and activated it ,still it says character when i create entry.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly what is domain ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in field label : thee is short ,medium ,long : what lengths are these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2009 20:13:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-30T20:13:48Z</dc:date>
    <item>
      <title>Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068529#M1177651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a transaparent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just have one field in it currently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Every transaprent table needs a primary key? IF yes then is it becos of same concept as Databased? We can join tables using this key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I created only one entry right now in table and used MANDT as the field : Clicked Key: Clicked initial value :Data element : Z_MAND : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I go to utililites and create a table entry : I see it asks for field name : character &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I guess it should ask for MANDT as I created field name as MANDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me in these 2 questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 17:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068529#M1177651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T17:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068530#M1177652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;1) Every transaprent table needs a primary key? IF yes then is it becos of same concept as Databased? We can join tables using this key?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer yes, to both of your questions. You can create a database view by joining two table, so also you can join them in a select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;2) I created only one entry right now in table and used MANDT as the field : 

Clicked Key: Clicked initial value :Data element : Z_MAND :


But when I go to utililites and create a table entry : I see it asks for field name : character

Although I guess it should ask for MANDT as I created field name as MANDT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is compulsory to have MANDT as a key field, if you want to make your table records client dependent - all client dependent tables will have MANDT as their first key. The data element for MANDT should be MANDT only. You typically add keys other than MANDT, which define the structure of your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 17:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068530#M1177652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T17:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068531#M1177653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friend,&lt;/P&gt;&lt;P&gt;Welcome to the SAP World...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT is the client field that is requried in every table.&lt;/P&gt;&lt;P&gt;Without writing this field we cann't insert the record or use the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just write the field name MANDT and data element name ZMANDT it will automatically take the field type and size.click check box for primary key.........&lt;/P&gt;&lt;P&gt;now create any field that you want in your table with primary key and try your logic..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you to understand the concept of MANDT field...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Arun Kayal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arun Kayal on Jan 30, 2009 6:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 17:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068531#M1177653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T17:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068532#M1177654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So MANDT is mandatory field in every table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides MANDT we need to delcare another field which will be the primary key too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly I had asked another question about when I am inserting value in a table ,the field name should come as MANDT ,instead Field name comes as : character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 19:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068532#M1177654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T19:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068533#M1177655</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 have given the Z_MAND as the data element for the field MANDTin the database table. Check the field label given in the dataelement Z_MAND it should be Character change the field label.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 20:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068533#M1177655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T20:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068534#M1177656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the field label form character to tree. saved it and activated it ,still it says character when i create entry.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly what is domain ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in field label : thee is short ,medium ,long : what lengths are these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 20:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068534#M1177656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T20:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068535#M1177657</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;The length of the short ,medium ,long  is 10 ,20 &amp;amp; 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Data element |http://help.sap.com/saphelp_47x200/helpdata/en/90/8d72feb1af11d194f600a0c929b3c3/frameset.htm]..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Domain|http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ede5446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 20:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-query/m-p/5068535#M1177657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T20:24:23Z</dc:date>
    </item>
  </channel>
</rss>

