<?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: How to run BDC Session from Output message type processing Program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233439#M139980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check &amp;amp; see if the "SUBMIT" - "VIA JOB job NUMBER n" option works in your case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on "submit" in abap editor and you should detailed description on the usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2006 17:01:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-08T17:01:36Z</dc:date>
    <item>
      <title>How to run BDC Session from Output message type processing Program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233438#M139979</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;I need to run a bdc session from Processing Program of Output message type. As output type processing programs are running using V2 (Update Process) , it is not allowing to call "SUBMIT rsbdcsub".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 16:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233438#M139979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to run BDC Session from Output message type processing Program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233439#M139980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check &amp;amp; see if the "SUBMIT" - "VIA JOB job NUMBER n" option works in your case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on "submit" in abap editor and you should detailed description on the usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 17:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233439#M139980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T17:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to run BDC Session from Output message type processing Program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233440#M139981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting COMMIT_IN_POSTING error when i call JOB_OPEN FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 17:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233440#M139981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to run BDC Session from Output message type processing Program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233441#M139982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sample code here which opens a new job and submits program. Check if this helps -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'JOB_OPEN'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            jobname          = l_jobnm&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;            jobcount         = l_count&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            cant_create_job  = 1&lt;/P&gt;&lt;P&gt;            invalid_job_data = 2&lt;/P&gt;&lt;P&gt;            jobname_missing  = 3&lt;/P&gt;&lt;P&gt;            others           = 4.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  submit &amp;lt;program name&amp;gt; to sap-spool keep in spool 'X'&lt;/P&gt;&lt;P&gt;                            without spool dynpro&lt;/P&gt;&lt;P&gt;                            user g_user&lt;/P&gt;&lt;P&gt;                        via job l_jobnm number l_count&lt;/P&gt;&lt;P&gt;                             with &amp;lt;s_matnr in r_matnr&amp;gt;&lt;/P&gt;&lt;P&gt;                            and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'JOB_CLOSE'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            jobcount             = l_count&lt;/P&gt;&lt;P&gt;            jobname              = l_jobnm&lt;/P&gt;&lt;P&gt;            strtimmed            = c_flag&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            cant_start_immediate = 1&lt;/P&gt;&lt;P&gt;            invalid_startdate    = 2&lt;/P&gt;&lt;P&gt;            jobname_missing      = 3&lt;/P&gt;&lt;P&gt;            job_close_failed     = 4&lt;/P&gt;&lt;P&gt;            job_nosteps          = 5&lt;/P&gt;&lt;P&gt;            job_notex            = 6&lt;/P&gt;&lt;P&gt;            lock_failed          = 7&lt;/P&gt;&lt;P&gt;            others               = 8.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e899 with 'Error in submitting job' l_jobnm&lt;/P&gt;&lt;P&gt;        'for background processing'.&lt;/P&gt;&lt;P&gt;    leave to screen 0.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    message s899 with 'Job' l_jobnm&lt;/P&gt;&lt;P&gt;        'is submitted for background processing'.&lt;/P&gt;&lt;P&gt;    leave to screen 0.&lt;/P&gt;&lt;P&gt;    clear cb.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : In SUBMIT command you can populate selection screen also - like S_MATNR parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 18:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233441#M139982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T18:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to run BDC Session from Output message type processing Program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233442#M139983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="115047"&gt;&lt;/A&gt; where a similar issue was discussed and answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 19:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-bdc-session-from-output-message-type-processing-program/m-p/1233442#M139983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T19:37:35Z</dc:date>
    </item>
  </channel>
</rss>

