<?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: Insert Customize table from database level cannot retrieve from abap ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625657#M603288</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;Try using SE14 -&amp;gt; Adjust and Save Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2007 03:39:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-06T03:39:05Z</dc:date>
    <item>
      <title>Insert Customize table from database level cannot retrieve from abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625656#M603287</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;I have requirement that not recommend from SAP. External system will be directly insert into the customize table from database level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then i cannot check the data from se16 / se11 because the data not inserted through SAP environment (direct db to db).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any way to process the data through ABAP program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 03:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625656#M603287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T03:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Customize table from database level cannot retrieve from abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625657#M603288</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;Try using SE14 -&amp;gt; Adjust and Save Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 03:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625657#M603288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T03:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Customize table from database level cannot retrieve from abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625658#M603289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done this before - create the Z custom table in the SAP repository using SE11, and then insert / delete / update data directly into it via external SQL outside of SAP.  If client dependant, then external SQL needs to fill MANDT field to get correct key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table can then be read and processed in ABAP, and can be viewed in SE16 the same as any other table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ensure completeness of data, you can define a second "control" table where the external SQL updates a status once it has finished updates to the main table - this prevents ABAP processing before the external SQL finishes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating in SE11 you may want to set the technical parameters so it uses a USER data class that Basis can link to a separate tablespace to control size and security aspects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 03:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625658#M603289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T03:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Customize table from database level cannot retrieve from abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625659#M603290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, i can retrieved the data from se11 because of the MANDT value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 03:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-customize-table-from-database-level-cannot-retrieve-from-abap/m-p/2625659#M603290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T03:51:37Z</dc:date>
    </item>
  </channel>
</rss>

