<?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: OBJEC STRUCTURE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163961#M752622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your question is absolutely valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concept is that, OBJEC is a structure and it contains no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use internal table to fill the structure and store the data in the table itself. This is basic ABAP dictionary, have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the two fields 'OBJEC-OBJID' &amp;amp; 'OBJEC-REALO' are of the same type and nature. Forget the length specifications as that does not come in picture much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't see the contents of the structure OBJEC - You can try out as no icon appears at top for viewing the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, the respective fields are used when some condition in the program is given and a table is used which may be used to access this structure. In that context, we cannot generalize the use of these two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, but offcourse know their basic nature that they are the assignment numbers for a particular organizational or activity data e.g Object id for an Electrician under some organization is 50012624.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, If your requirement has some specifications, they can be configured to use in a particular manner or for a different cause by using the appropriate table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of fs_objec,&lt;/P&gt;&lt;P&gt;          objid like objec-objid,&lt;/P&gt;&lt;P&gt;          ......&lt;/P&gt;&lt;P&gt;        end of fs_objec.&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;          t_objec like&lt;/P&gt;&lt;P&gt;        standard table&lt;/P&gt;&lt;P&gt;                  of fs_objec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are able to understand my justification.&lt;/P&gt;&lt;P&gt;If you find some sentences you are unable to understand,&lt;/P&gt;&lt;P&gt;feel free to ask for more explanation as I had also faced the similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you find the information usefull.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 15:56:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T15:56:48Z</dc:date>
    <item>
      <title>OBJEC STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163959#M752620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good morning to all Guru's,&lt;/P&gt;&lt;P&gt;can anybody tell me what's the difference between object id(OBJID) and extended object id(REALO) in the structure OBJEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS &amp;amp; REGARDS&lt;/P&gt;&lt;P&gt;PRIYALATHA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163959#M752620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T06:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: OBJEC STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163960#M752621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyalatha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJEC is a struture....so i cant c the data its stooring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJID is NUMC type.....so it will contain this type of data&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;REALO is CHAR type.so u can use this for char type values only................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if found helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prashant tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 09:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163960#M752621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T09:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: OBJEC STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163961#M752622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your question is absolutely valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concept is that, OBJEC is a structure and it contains no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use internal table to fill the structure and store the data in the table itself. This is basic ABAP dictionary, have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the two fields 'OBJEC-OBJID' &amp;amp; 'OBJEC-REALO' are of the same type and nature. Forget the length specifications as that does not come in picture much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't see the contents of the structure OBJEC - You can try out as no icon appears at top for viewing the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, the respective fields are used when some condition in the program is given and a table is used which may be used to access this structure. In that context, we cannot generalize the use of these two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, but offcourse know their basic nature that they are the assignment numbers for a particular organizational or activity data e.g Object id for an Electrician under some organization is 50012624.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, If your requirement has some specifications, they can be configured to use in a particular manner or for a different cause by using the appropriate table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of fs_objec,&lt;/P&gt;&lt;P&gt;          objid like objec-objid,&lt;/P&gt;&lt;P&gt;          ......&lt;/P&gt;&lt;P&gt;        end of fs_objec.&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;          t_objec like&lt;/P&gt;&lt;P&gt;        standard table&lt;/P&gt;&lt;P&gt;                  of fs_objec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are able to understand my justification.&lt;/P&gt;&lt;P&gt;If you find some sentences you are unable to understand,&lt;/P&gt;&lt;P&gt;feel free to ask for more explanation as I had also faced the similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you find the information usefull.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 15:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objec-structure/m-p/3163961#M752622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T15:56:48Z</dc:date>
    </item>
  </channel>
</rss>

