<?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: SAP COMMAND FIELD USER EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280704#M1988693</link>
    <description>&lt;P&gt;Did you expect to recreate the ST03n transaction ? (or SM19/SM21) &lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2020 08:08:41 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2020-10-20T08:08:41Z</dc:date>
    <item>
      <title>SAP COMMAND FIELD USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280703#M1988692</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1852898-3.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Dear guru.&lt;/P&gt;
  &lt;P&gt;I'd like to make transaction log data when excuting trasaction on command field.&lt;/P&gt;
  &lt;P&gt;So, I'm looking for user exit about transaction command. &lt;/P&gt;
  &lt;P&gt;Plz give me about user-exit for command field.&lt;/P&gt;
  &lt;P&gt;i.e) If enter transaction "MM03", the my log talbe will be like below&lt;/P&gt;
  &lt;P&gt;FIELD : DATE / TIME / ID / TRANSACTION&lt;/P&gt;
  &lt;P&gt;DATA : 2020.10.20 / 16:30:30 / MM03 / ID / MM03&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 07:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280703#M1988692</guid>
      <dc:creator>seungwon_ock1</dc:creator>
      <dc:date>2020-10-20T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP COMMAND FIELD USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280704#M1988693</link>
      <description>&lt;P&gt;Did you expect to recreate the ST03n transaction ? (or SM19/SM21) &lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 08:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280704#M1988693</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-10-20T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP COMMAND FIELD USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280705#M1988694</link>
      <description>&lt;P&gt;Thank you for answer.&lt;/P&gt;&lt;P&gt;I don't want to recreate by standard transaction like sm20, sm19.&lt;/P&gt;&lt;P&gt;I'd like to make by source code &lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 08:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280705#M1988694</guid>
      <dc:creator>seungwon_ock1</dc:creator>
      <dc:date>2020-10-20T08:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP COMMAND FIELD USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280706#M1988695</link>
      <description>&lt;P&gt;Look first at tools provided by SAP, Check transactions &lt;A href="https://help.sap.com/viewer/search?q=ST03N"&gt;ST03N&lt;/A&gt; or &lt;A href="https://help.sap.com/viewer/search?q=STAD"&gt;STAD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: FM such as &lt;A href="https://launchpad.support.sap.com/#/solutions/notesv2/?q=%252522SAPWL_STATREC_DIRECT_READ"&gt;SAPWL_STATREC_DIRECT_READ&lt;/A&gt; or &lt;A href="https://launchpad.support.sap.com/#/solutions/notesv2/?q=%252522SWNC_STAD_READ_STATRECS"&gt;SWNC_STAD_READ_STATRECS&lt;/A&gt; could be periodically executed to fill your table.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 09:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280706#M1988695</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-10-20T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP COMMAND FIELD USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280707#M1988696</link>
      <description>&lt;P&gt;thank you for answer.&lt;/P&gt;&lt;P&gt;as you recommand, I cheked FM SAPWL_STATREC_DIRECT_READ, but this is only provide report(program name) not transaction code.&lt;/P&gt;&lt;P&gt;If you know user-exit about command field, Plz let me know.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 10:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-command-field-user-exit/m-p/12280707#M1988696</guid>
      <dc:creator>seungwon_ock1</dc:creator>
      <dc:date>2020-10-20T10:24:30Z</dc:date>
    </item>
  </channel>
</rss>

