<?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: Problem with table creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100325#M437757</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;&amp;lt;b&amp;gt;Please ensure that the table is assigned to the correct package. Each package has a seperate entity. Objects visible in one package are not accessible outside any other package. In this case, same problem is happening.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;In SE11 Transaction Table definition - Instead of using RMPS_DOCUMENT_ID (Data Element for the table)&lt;/P&gt;&lt;P&gt;directly use SDOK_PROPV (Domain) and then try out again. Incase it does not helps, then try CHAR64 (as the domain - instead of the data element - RMPS_DOCUMENT_ID ).&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 13:01:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T13:01:55Z</dc:date>
    <item>
      <title>Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100323#M437755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a table like /companyname/table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ABC/BC_MATERIALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before creating this table I have created a package like /ABC/BC_PACKAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating the table /ABC/BC_MATERIALS I have assigned to package /ABC/BC_PACKAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table I am trying to add the following  fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name                               Data Element&lt;/P&gt;&lt;P&gt;MANDT                                      MANDT&lt;/P&gt;&lt;P&gt;RMPS_DOCUMENT_ID               RMPS_DOCUMENT_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding the above two fields I checked for consistancy. I got a message no inconsistancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that I am trying to activate the table /ABC/BC_MATERIALS but I got the error message like " Data element RMPS_DOCUMENT_ID is not visible to package /ABC/BC_PACKAGE". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me how  add the elements in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 12:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100323#M437755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T12:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100324#M437756</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;Data element RMPS_DOCUMENT_ID is not from /abc/.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You change package for that to /abc/bc_materials.. activate it ... Table will be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help or guide you for proper solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100324#M437756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100325#M437757</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;&amp;lt;b&amp;gt;Please ensure that the table is assigned to the correct package. Each package has a seperate entity. Objects visible in one package are not accessible outside any other package. In this case, same problem is happening.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;In SE11 Transaction Table definition - Instead of using RMPS_DOCUMENT_ID (Data Element for the table)&lt;/P&gt;&lt;P&gt;directly use SDOK_PROPV (Domain) and then try out again. Incase it does not helps, then try CHAR64 (as the domain - instead of the data element - RMPS_DOCUMENT_ID ).&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100325#M437757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100326#M437758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  the problem is that the dataelement is not in the package  /ABC/BC_PACKAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Goto SE11&lt;/P&gt;&lt;P&gt;  select the radiobutton Datatype ,&lt;/P&gt;&lt;P&gt;  Give the dataelement as RMPS_DOCUMENT_ID &lt;/P&gt;&lt;P&gt;  Then display button&lt;/P&gt;&lt;P&gt;  In menu  Goto--&amp;gt;Object directory entry --&amp;gt; change the package name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 13:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100326#M437758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100327#M437759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When u want create a table first we should know the data element and domain.&lt;/P&gt;&lt;P&gt;go se11-&amp;gt; select radiobutton dataelement and go for create there provide domain and dobble click on that it will create a domain click yes. there provide datatype and length.&lt;/P&gt;&lt;P&gt;and go for technical stttings provide delivery class and table maintenceallowed.&lt;/P&gt;&lt;P&gt;after that provide the bufferring.&lt;/P&gt;&lt;P&gt;if u want create any package go for se80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think in ur case data element is the wrong step.&lt;/P&gt;&lt;P&gt;check and correct that one.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;P.Naganjana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 05:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100327#M437759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T05:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100328#M437760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ChandraSekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt... Can't we assign data element from different package to a field while creating a table? Does it really causes problem while creating a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 05:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100328#M437760</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-04-06T05:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100329#M437761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;this doesn't create a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answers above are incorrect.&lt;/P&gt;&lt;P&gt;You can access objects from other packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your package definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Nishant Rustagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 06:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100329#M437761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100330#M437762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide the error occurred while activating the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 06:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100330#M437762</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-04-06T06:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with table creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100331#M437763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error what I got while activating my table is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Data element RMPS_DOCUMENT_ID is not visible to package /ABC/BC_PACKAGE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly  help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 07:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-creation/m-p/2100331#M437763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T07:00:17Z</dc:date>
    </item>
  </channel>
</rss>

