<?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 statement issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828888#M661957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since there are 3 tabstrip , there must be 3 subscreens .&lt;/P&gt;&lt;P&gt;Which means there will be 3 PBO's and 3 PAI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem is very simple.&lt;/P&gt;&lt;P&gt;In each PAI of the subcreen you need to put the code for inserting.&lt;/P&gt;&lt;P&gt;That should solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 02:36:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T02:36:12Z</dc:date>
    <item>
      <title>insert statement issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828886#M661955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i need help regarding insert statement. am using tabstrip in every tabstrip there is ok button which means insert to the table. i have 3 tabstrip when 1st ok button in the 1st tabstrip the all the datas in the 1st tabstrip enters into the table. but when i use 2nd tabstrip when i press ok button the insert statment doesnt work. for all the tabstrip am using the same table . The cursor in the table points only from the 1st how to shift the position for different field. help me with the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 05:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828886#M661955</guid>
      <dc:creator>vijy_mukunthan</dc:creator>
      <dc:date>2007-10-03T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: insert statement issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828887#M661956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You write your Insert statment in all screens belonging to the concerned Tabs ans also take care of writing this select inside the module written before the endloop in flowlogic of each screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you have three fields on screen and their name on the screen are as follows MARA-MATNR MARA-ERSDA MARA-EXTWG. then after loop and before endloop write one module in PAI and in that you write your INSERT command like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case the structure on screen and table are both same but if the structure on screen fields has diffrent name say ZSTRUCand the fields are &lt;/P&gt;&lt;P&gt;ZSTRUC-MATNR ZSTRUC-ERSDA ZSTRUC-EXTWG respectively then you will write the insert as below in the same module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT MARA FROM ZSTRUC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly reward Points if it helps&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Tanweer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828887#M661956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: insert statement issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828888#M661957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since there are 3 tabstrip , there must be 3 subscreens .&lt;/P&gt;&lt;P&gt;Which means there will be 3 PBO's and 3 PAI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem is very simple.&lt;/P&gt;&lt;P&gt;In each PAI of the subcreen you need to put the code for inserting.&lt;/P&gt;&lt;P&gt;That should solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 02:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828888#M661957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T02:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: insert statement issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828889#M661958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi am not get 3 pbo and pai am only getting only one pbo and pai in which all the code i have written. i have used tabstrip wizard for the creation of tabstrip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-issues/m-p/2828889#M661958</guid>
      <dc:creator>vijy_mukunthan</dc:creator>
      <dc:date>2007-10-04T10:30:11Z</dc:date>
    </item>
  </channel>
</rss>

