<?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: Solution please in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/solution-please/m-p/3139912#M746184</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 are telling you already created 3 module pool programs.&lt;/P&gt;&lt;P&gt;I think you created  different transaction codes for each program.&lt;/P&gt;&lt;P&gt;So put some push button on the screen and write logic in PAI event.&lt;/P&gt;&lt;P&gt;whenever this push button is clicked means you write the code for CALL transaction using these newly created tcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CALL TRANSACTION 'SP01' AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;Skips the initial screen of the transaction (as long as all of its required fields can be filled using the SPA/GPA mechanism. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) CALL TRANSACTION 'SP01'USING itab &lt;/P&gt;&lt;P&gt;Calls transaction tcod and passes the internal table itab to it. itab contains one or more screens in batch input format. &lt;/P&gt;&lt;P&gt;If the transaction sends a message, it is placed in the fields SY-MSGID, SY-MSGTY, SY-MSGNO, SY-MSGV1, ..., SY-MSGV4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code is set as follows: &lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;Processing successful. &lt;/P&gt;&lt;P&gt;SY-SUBRC &amp;lt;&amp;gt; 0: &lt;/P&gt;&lt;P&gt;An error occurred and the transaction terminated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A called transaction ends successfully in the following circumstances: &lt;/P&gt;&lt;P&gt;1. COMMIT WORK &lt;/P&gt;&lt;P&gt;2. Next screen = 0 &lt;/P&gt;&lt;P&gt;3. LEAVE TO TRANSACTION SPACE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use either MODE or UPDATE with the OPTIONS FROM addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sivaparvathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 15:52:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-12T15:52:17Z</dc:date>
    <item>
      <title>Solution please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/solution-please/m-p/3139911#M746183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create one module pool program with three screen fields, and how do i  put authorizations check if  required for above fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me tell you that each of three module pool programs which i developed have tabstrip with 3 subscreens to it i.e ( "A" module pool program has main screen with a tabstrip of 3 subscreens , "B" module pool program has main screen with a tabstrip of 3 subscreens and "C" module pool program has main screen with a tabstrip of 3 subscreens ). Each program has a transaction code which helps each program to execute. So how do create a new module pool program with three screen feilds which executes the transaction codes of each program and i also have to integrate the reports program into the "A" and "B" Programs.. so can please me know more about that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 15:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/solution-please/m-p/3139911#M746183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T15:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Solution please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/solution-please/m-p/3139912#M746184</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 are telling you already created 3 module pool programs.&lt;/P&gt;&lt;P&gt;I think you created  different transaction codes for each program.&lt;/P&gt;&lt;P&gt;So put some push button on the screen and write logic in PAI event.&lt;/P&gt;&lt;P&gt;whenever this push button is clicked means you write the code for CALL transaction using these newly created tcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CALL TRANSACTION 'SP01' AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;Skips the initial screen of the transaction (as long as all of its required fields can be filled using the SPA/GPA mechanism. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) CALL TRANSACTION 'SP01'USING itab &lt;/P&gt;&lt;P&gt;Calls transaction tcod and passes the internal table itab to it. itab contains one or more screens in batch input format. &lt;/P&gt;&lt;P&gt;If the transaction sends a message, it is placed in the fields SY-MSGID, SY-MSGTY, SY-MSGNO, SY-MSGV1, ..., SY-MSGV4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code is set as follows: &lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;Processing successful. &lt;/P&gt;&lt;P&gt;SY-SUBRC &amp;lt;&amp;gt; 0: &lt;/P&gt;&lt;P&gt;An error occurred and the transaction terminated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A called transaction ends successfully in the following circumstances: &lt;/P&gt;&lt;P&gt;1. COMMIT WORK &lt;/P&gt;&lt;P&gt;2. Next screen = 0 &lt;/P&gt;&lt;P&gt;3. LEAVE TO TRANSACTION SPACE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use either MODE or UPDATE with the OPTIONS FROM addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sivaparvathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 15:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/solution-please/m-p/3139912#M746184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T15:52:17Z</dc:date>
    </item>
  </channel>
</rss>

