<?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: calling a transaction .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931095#M60874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your question is answered, reward the helpful answers and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2005 12:27:24 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-08-30T12:27:24Z</dc:date>
    <item>
      <title>calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931089#M60868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   there is a requirement to call transaction by posting all default values in the initial screen but that screen should not appear directly second screen should appear. but the constraint is we should not use call transaction for that. can anybody let me know how this situation can be handled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931089#M60868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T09:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931090#M60869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreedhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use AND SKIP FIRST SCREEN ..but then you want to call a transaction without using the CALL TRANSACTION statement? PL elaborate..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931090#M60869</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-08-30T10:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931091#M60870</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;set parameter id 'AUN' field '2000266593'.&lt;/P&gt;&lt;P&gt;call transaction 'VA02' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931091#M60870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T10:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931092#M60871</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;with out call transaction you can use submit with seltab option&lt;/P&gt;&lt;P&gt;data : SELTAB     TYPE TABLE OF RSPARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT 'report name'&lt;/P&gt;&lt;P&gt;       WITH  SELECTION-TABLE SELTAB &lt;/P&gt;&lt;P&gt;       AND RETURN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931092#M60871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931093#M60872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In PBO,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE sy-ucomm.
WHEN 'MD04'.
      IF w_output-matnr IS INITIAL.
        MESSAGE i001 WITH text-e07.
      ELSE.
        SET PARAMETER ID 'MAT' FIELD w_output-matnr.
        SET PARAMETER ID 'WRK' FIELD w_output-werks.
        CALL TRANSACTION c_transaction_call_md04 AND SKIP FIRST SCREEN .
      ENDIF.
    WHEN OTHERS.
  ENDCASE.
ENDMODULE.                 " USER_COMMAND_9001  INPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u dont want to use CALL TRANSACTION the only other solution is to SUBMIT Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can refer this link for the different types of SUBMIT u can use.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/rep_submit.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/rep_submit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u know SUBMIT rept name so just goto &amp;gt; system &amp;gt; status and check the related program name for the transaction and submit that report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit .....  AND RETURN&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points for the answers which helped u and close the thread if ur problem got solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931093#M60872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T10:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931094#M60873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its not a executable program (type 1) then you cannot use submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are really forced to not to use call transaction, tell them you will use function module and use (the function used call transaction - check out the source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP4_CALL_TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by passing TCODE = '&amp;lt;Transaction code&amp;gt;'&lt;/P&gt;&lt;P&gt;           skip_screen = 'X'&lt;/P&gt;&lt;P&gt;           SPAGPA_TAB = &amp;lt;your table of type SPAGPA_TAB&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this table you will pass parameter ids and its values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 12:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931094#M60873</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-30T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: calling a transaction ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931095#M60874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your question is answered, reward the helpful answers and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 12:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-transaction/m-p/931095#M60874</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-30T12:27:24Z</dc:date>
    </item>
  </channel>
</rss>

