<?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: se93 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788019#M911326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 05:29:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-22T05:29:28Z</dc:date>
    <item>
      <title>se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788013#M911320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sap gurus,&lt;/P&gt;&lt;P&gt;         can amy one tell me what is SE93 and why we use this transaction ?&lt;/P&gt;&lt;P&gt; Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 01:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788013#M911320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-03T01:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788014#M911321</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;STRONG&gt;SE93&lt;/STRONG&gt; is to &lt;STRONG&gt;Maintain Transaction Codes&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we develop some Module pool programs or Report Programs,&lt;/P&gt;&lt;P&gt;to make these programs available to the end users. we create transaction codes for these programes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For performing any kind of task in the SAP R/3 ERP system, a transaction is used. SAP provides a standard set of transactions to manipulate i.e insert, update, delete and display data in the system. But sometimes, the need to create a customer specific transaction may arise due to the following reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Standard SAP may not support that task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;  A particular transaction needs to be customized to suit the customer requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A transaction is defined as a sequence of dynpros (sap term for screens) having input and output fields and corresponding processing logic behind them to perform a particular task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we create a transaction in SE93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We call an execution of an ABAP program using a transaction code a transaction . There are dialog , report, parameter, variant, and - as of Release 6.10 - OO transactions. A transaction is started by entering the transaction code in the input field on the standard toolbar or by means of the ABAP statements CALL TRANSACTION or LEAVE TO TRANSACTION. Transaction codes can also be linked to screen elements or menu entries. Selecting such an element will start the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 02:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788014#M911321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-03T02:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788015#M911322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;se93 is a transaction where you can create your own custom transaction codes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;custom transaction codes with start with Z* and Y*.. in real time if you have created to report and wanted the end user to use it..he cannot open se38 and enter program name ans execute it... as he does not have access to use it... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in that scenario you create a transaction called Z_reportname and give that transaction to the user to hit it and see the report output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 03:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788015#M911322</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-05-03T03:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788016#M911323</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;SE93 is the Tcode for creation customer transaction.&lt;/P&gt;&lt;P&gt;whenever u need Z and Y Transaction u can create here.&lt;/P&gt;&lt;P&gt;Here we can create Table Maintanace also. here u can create the &lt;/P&gt;&lt;P&gt;Transation for all develpment progarm like Report,&lt;/P&gt;&lt;P&gt;Modulepool ...Ect...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Nehru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 04:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788016#M911323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-03T04:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788017#M911324</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;se 93 is used to create the transaction.&lt;/P&gt;&lt;P&gt;while  you use the module pool programming . se 93 is mandatory ..&lt;/P&gt;&lt;P&gt;bcoz ur transaction is used to execute the module pool program .other wise you cannot execute the mpp.&lt;/P&gt;&lt;P&gt;ur transaction should be start with letter 'z' or 'y'.&lt;/P&gt;&lt;P&gt;say ex zsu1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se80&lt;/P&gt;&lt;P&gt;create program&lt;/P&gt;&lt;P&gt;create screen&lt;/P&gt;&lt;P&gt;   flow layout&lt;/P&gt;&lt;P&gt;  attributes&lt;/P&gt;&lt;P&gt;create top includes(for global variables)&lt;/P&gt;&lt;P&gt;create pai&lt;/P&gt;&lt;P&gt;creat pbo&lt;/P&gt;&lt;P&gt;create transaction(se93)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if its helpful.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 04:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788017#M911324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-03T04:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788018#M911325</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;u can create ur  own transaction using se93.&lt;/P&gt;&lt;P&gt;suppose u created a program in se38. u can create a own tcode for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se93, give ur program name check the boxes given below&lt;/P&gt;&lt;P&gt;and save with zname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can give ur ztcode with whivch u can run the report  directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 05:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788018#M911325</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-05-03T05:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788019#M911326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 05:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788019#M911326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-22T05:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788020#M911327</link>
      <description>&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;Kindly assist by advise on how to create a custom transaction code in SE93, please provide a step by step process from start to finish if possible.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 12:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788020#M911327</guid>
      <dc:creator>sapforlife</dc:creator>
      <dc:date>2019-08-06T12:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788021#M911328</link>
      <description>&lt;P&gt;Just search the forums.. you'll find lots of response:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/4506265/how-to-create-new-transaction-code-in-sap.html"&gt;https://answers.sap.com/questions/4506265/how-to-create-new-transaction-code-in-sap.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 13:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788021#M911328</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2019-08-06T13:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: se93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788022#M911329</link>
      <description>&lt;P&gt;I found a lot of useful answers here&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/4506265/how-to-create-new-transaction-code-in-sap.html"&gt;https://answers.sap.com/questions/4506265/how-to-create-new-transaction-code-in-sap.html&lt;/A&gt; &lt;A href="https://fnfgame.co/"&gt;fnf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 20:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se93/m-p/3788022#M911329</guid>
      <dc:creator>former_member1161750</dc:creator>
      <dc:date>2023-02-14T20:11:05Z</dc:date>
    </item>
  </channel>
</rss>

