<?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 logic problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894027#M53911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;i want to fetch audit log information from audit file&lt;/P&gt;&lt;P&gt;and place it in new file. so i debugged SM20 program and made below code. i am struck up here.&lt;/P&gt;&lt;P&gt;What logic subroutine i have to take from that program to continue from this to make text information.&lt;/P&gt;&lt;P&gt;could you pls tell me...i am really struck up here for past two days.&lt;/P&gt;&lt;P&gt;pls..&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSAU_SELINFO_INIT'&lt;/P&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    AUDIT_SELECTION       =  AUDIT_SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA-WHICHLOG = 'L'.&lt;/P&gt;&lt;P&gt;FILE_NO = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSAU_READ_FILE'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;             SELECTION       = TA&lt;/P&gt;&lt;P&gt;             SELECTION_AUDIT = AUDIT_SELECT&lt;/P&gt;&lt;P&gt;             FILE_NO_OLD     = FILE_NO&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            END_REASON   = END_REASON&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            END_INFO     = END_INFO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            COUNTERS     = RECORDCNT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            FILE_NO_NEW  = FILE_NO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;             SYSLOG_IN_TABLE = ENTRIESTAB                 &lt;/P&gt;&lt;P&gt;             AUDIT_FILE_STAT = AUDIT_FILE_STAT.&lt;/P&gt;&lt;P&gt;how to proceed from this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ambi chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2005 04:56:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-21T04:56:16Z</dc:date>
    <item>
      <title>logic problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894027#M53911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;i want to fetch audit log information from audit file&lt;/P&gt;&lt;P&gt;and place it in new file. so i debugged SM20 program and made below code. i am struck up here.&lt;/P&gt;&lt;P&gt;What logic subroutine i have to take from that program to continue from this to make text information.&lt;/P&gt;&lt;P&gt;could you pls tell me...i am really struck up here for past two days.&lt;/P&gt;&lt;P&gt;pls..&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSAU_SELINFO_INIT'&lt;/P&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    AUDIT_SELECTION       =  AUDIT_SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA-WHICHLOG = 'L'.&lt;/P&gt;&lt;P&gt;FILE_NO = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSAU_READ_FILE'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;             SELECTION       = TA&lt;/P&gt;&lt;P&gt;             SELECTION_AUDIT = AUDIT_SELECT&lt;/P&gt;&lt;P&gt;             FILE_NO_OLD     = FILE_NO&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            END_REASON   = END_REASON&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            END_INFO     = END_INFO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            COUNTERS     = RECORDCNT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            FILE_NO_NEW  = FILE_NO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;             SYSLOG_IN_TABLE = ENTRIESTAB                 &lt;/P&gt;&lt;P&gt;             AUDIT_FILE_STAT = AUDIT_FILE_STAT.&lt;/P&gt;&lt;P&gt;how to proceed from this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ambi chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 04:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894027#M53911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T04:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: logic problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894028#M53912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did i made my question more tough one? why no replies...from experts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 07:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894028#M53912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T07:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: logic problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894029#M53913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand the question, you know french people are too bad in english &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 08:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894029#M53913</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-06-21T08:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: logic problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894030#M53914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Frederic,&lt;/P&gt;&lt;P&gt;May be my explanation is too poor.&lt;/P&gt;&lt;P&gt;Let me explain my requirement in short and clear.&lt;/P&gt;&lt;P&gt;In screen i have To inputs FROM date,time and TO date, time.&lt;/P&gt;&lt;P&gt;When i execute this input, I want to fetch Audit log files(stored in applserver) corresponding to this date and append to new text file(my user file).&lt;/P&gt;&lt;P&gt;how to do this.&lt;/P&gt;&lt;P&gt;I used above two FM to fetch the files and file information.&lt;/P&gt;&lt;P&gt;but unable to create listing format such as usrname,client,mandt,trcode,msg etc....in text file.&lt;/P&gt;&lt;P&gt;do you have any idea how to do this.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ambi chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 08:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-problem/m-p/894030#M53914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T08:26:50Z</dc:date>
    </item>
  </channel>
</rss>

