<?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: Inserting data in table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910578#M937680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a customizing table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 04:21:10 GMT</pubDate>
    <dc:creator>JoffyJohn</dc:creator>
    <dc:date>2008-06-04T04:21:10Z</dc:date>
    <item>
      <title>Inserting data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910576#M937678</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 created a table ZPTP_RCD_REJREAS with the following structure: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT	                MANDT	                                CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;DOCUMENT_TYPE	Z_RCD_DOC_TYPE_CODE	CHAR	2	0	Document Type&lt;/P&gt;&lt;P&gt;REASON_CODE	Z_RCD_REASON_CODE	NUMC	2	0	Reason codes for rejection&lt;/P&gt;&lt;P&gt;SPRAS	                SYLANGU	                                LANG	1	0	Language Key of Current Text Environment&lt;/P&gt;&lt;P&gt;DESCRIPTION	Z_RCD_REJ_REASON	CHAR	30	0	Rejection Reason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table was created in the client 200 of the system that I am working on. I can insert data in this in client 200. However, when I switch to client of the same system, I am not able to insert data anymore because of restrictions in that client. However, I see other client dependent custom database tables which do have data in client 400 as well. Is there anyway to insert data in the table ZPTP_RCD_REJREAS and see it in client 400 as well? (Remember that the tables is client dependent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Divyaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 11:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910576#M937678</guid>
      <dc:creator>former_member202335</dc:creator>
      <dc:date>2008-06-03T11:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910577#M937679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using table maintenance generator to insert records? or program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway program will not have any issues;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if table maintenance generator, check the table maintenance generator settings "Dialog data transport details" section. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- standard recodring routine =&amp;gt; will allow only in golden client prompting to capture ino transport request.=&amp;gt; (customizing table).&lt;/P&gt;&lt;P&gt;2. no, or user, rcording routine =&amp;gt; will allow to maintain in any client - even in production&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 11:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910577#M937679</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2008-06-03T11:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910578#M937680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a customizing table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 04:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910578#M937680</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-06-04T04:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910579#M937681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Options to update table in another client of same system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use Table Maintenance Dialog to fill up the table.&lt;/P&gt;&lt;P&gt;2. Write a program which will upload a file containg data and insert this data into the table.&lt;/P&gt;&lt;P&gt;3. Try to create the table as a customising table (delivery class 'C'). This will enable you to transport the table contents also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 06:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910579#M937681</guid>
      <dc:creator>ritesh_dugad2</dc:creator>
      <dc:date>2008-06-04T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910580#M937682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys for your response! I didn't really get the time to respond to your responses or even read them carefully. Have been real busy lately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that I should mention is that I couldn't create a transport request to transport the data into the other client. Creation of a table maintenance dialog didn't help either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach I finally used to solve this problem was to go to SE16n and then type &amp;amp;sap_edit. This allowed me to insert, delete records from that database 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;Divyaman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I am awarding point to all of you for posting for your helpful comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 13:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-data-in-table/m-p/3910580#M937682</guid>
      <dc:creator>former_member202335</dc:creator>
      <dc:date>2008-06-06T13:00:14Z</dc:date>
    </item>
  </channel>
</rss>

