<?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: ABAP program set schedule job in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223773#M768860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in bdc u should use no screen mode for background scheduling purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 10:01:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T10:01:20Z</dc:date>
    <item>
      <title>ABAP program set schedule job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223771#M768858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a program which will call another transaction using BDC. When i set the program run as schedule. which will start and end at the same time. But i can run the program through sa38. Is it can not set as schedule. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223771#M768858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program set schedule job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223772#M768859</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;Im not getting ur req clearly but u can schedule a job from ABAP pgm using fn modules &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOB_OPEN&lt;/P&gt;&lt;P&gt;JOB_SUBMIT&lt;/P&gt;&lt;P&gt;JOB_CLOSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 10:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223772#M768859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program set schedule job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223773#M768860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in bdc u should use no screen mode for background scheduling purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 10:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223773#M768860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program set schedule job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223774#M768861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i set no screen mode in bdc. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 10:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223774#M768861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T10:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program set schedule job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223775#M768862</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;Use the mode &amp;lt;mode&amp;gt; option in the call transaction stmt. &lt;/P&gt;&lt;P&gt;For not displaying the screens please set 'N'  as mode value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcod mode N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 12:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223775#M768862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T12:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program set schedule job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223776#M768863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was set the mode to 'N'. The following is my snapshot of source code. It the program run as foreground is fine. but can't run as schedule mode using sm36. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at gt_file_header_record.&lt;/P&gt;&lt;P&gt;        clear move_flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        perform bdc_dynpro      using 'SAPMZPP004'&lt;/P&gt;&lt;P&gt;                                      '0100'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                      '/00'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-BUDAT'&lt;/P&gt;&lt;P&gt;                                      gt_file_header_record-budat.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-LFSNR'&lt;/P&gt;&lt;P&gt;                                      gt_file_record-lfsnr.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-BWARTWE'&lt;/P&gt;&lt;P&gt;                                      '101'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-CBELN'&lt;/P&gt;&lt;P&gt;                                      gt_file_header_record-ebeln.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-WERKS'&lt;/P&gt;&lt;P&gt;                                      '8011'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-LGORT'&lt;/P&gt;&lt;P&gt;                                      '9998'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-SCLGT'&lt;/P&gt;&lt;P&gt;                                      gt_file_header_record-lgort.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-FR'&lt;/P&gt;&lt;P&gt;                                      gt_file_header_record-fg.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'WA_POGR-BATCH_FILE'&lt;/P&gt;&lt;P&gt;                                      gt_file_header_record-filename.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                      '/8'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        perform bdc_dynpro      using 'SAPMZPP004' '0200'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                      '=BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        perform bdc_transaction using 'ZPP004B' gt_file_header_record-ebeln&lt;/P&gt;&lt;P&gt;                                                gt_file_header_record-budat&lt;/P&gt;&lt;P&gt;                                                gt_file_header_record-fg.    &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_TRANSACTION USING TCODE p_cbeln p_budat p_fr.&lt;/P&gt;&lt;P&gt;  DATA: L_MSTRING(480).&lt;/P&gt;&lt;P&gt;  DATA: WA_PARAMS TYPE CTU_PARAMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    REFRESH MESSTAB.&lt;/P&gt;&lt;P&gt;    WA_PARAMS-DISMODE = 'N'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WA_PARAMS-UPDMODE = 'L'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    WA_PARAMS-UPDMODE = 'S'.&lt;/P&gt;&lt;P&gt;    WA_PARAMS-DEFSIZE = 'X'.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION TCODE USING BDCDATA OPTIONS FROM WA_PARAMS&lt;/P&gt;&lt;P&gt;                   MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 07:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-set-schedule-job/m-p/3223776#M768863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T07:51:32Z</dc:date>
    </item>
  </channel>
</rss>

