<?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: RSBDCSUB session log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsbdcsub-session-log/m-p/6825357#M1470724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the routine read_bdc_log_plain in program rsbdc_protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the data from table APQL and then use the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
        bapiret2-id = logtable-logmessage+74(16).
        bapiret2-number = logtable-logmessage+94(3).
        bapiret2-message_v1 = logtable-logmessage+100(20).
 
        CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL'
          EXPORTING
            id         = bapiret2-id
            number     = bapiret2-number
            textformat = 'ASC'
            message_v1 = bapiret2-message_v1
          IMPORTING
            message    = bapiret2-message.
        WRITE: (60) bapiret2-message.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 08:15:55 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-04-20T08:15:55Z</dc:date>
    <item>
      <title>RSBDCSUB session log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsbdcsub-session-log/m-p/6825356#M1470723</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;I am calling a standard t-code ie OOPH which creates a session (sm35).&lt;/P&gt;&lt;P&gt;Now I am using prog RSBDCSUB (sumbit RSBDCSUB passing session name). But in this program a job is created which executes the session and then session is deleted, and only in sm37 i can see a job with the same name as session.&lt;/P&gt;&lt;P&gt;But i want to see the log of the session, which is not there in sm37, there is only job log.&lt;/P&gt;&lt;P&gt;Please help, how I can capture the session log in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 08:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsbdcsub-session-log/m-p/6825356#M1470723</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2010-04-20T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: RSBDCSUB session log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsbdcsub-session-log/m-p/6825357#M1470724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the routine read_bdc_log_plain in program rsbdc_protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the data from table APQL and then use the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
        bapiret2-id = logtable-logmessage+74(16).
        bapiret2-number = logtable-logmessage+94(3).
        bapiret2-message_v1 = logtable-logmessage+100(20).
 
        CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL'
          EXPORTING
            id         = bapiret2-id
            number     = bapiret2-number
            textformat = 'ASC'
            message_v1 = bapiret2-message_v1
          IMPORTING
            message    = bapiret2-message.
        WRITE: (60) bapiret2-message.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 08:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsbdcsub-session-log/m-p/6825357#M1470724</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-20T08:15:55Z</dc:date>
    </item>
  </channel>
</rss>

