<?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: BTE form process 1040 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583830#M1661063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See SAP Note 156985 - Reference Note: BTE for dunning. It says in point 5 (test the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
c) The test in debugging cannot be carried out via Transaction F150
because a background job is always triggered here. Instead, after
maintaining the parameters start the report SAPF150S2 via
Transaction SE38 (or SA38).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&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;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 15:52:14 GMT</pubDate>
    <dc:creator>eduardo_hinojosa</dc:creator>
    <dc:date>2012-02-06T15:52:14Z</dc:date>
    <item>
      <title>BTE form process 1040</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583827#M1661060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched the forum on how to implement this BTE to send dunning letters thru email with transaction F150 and i have followed all the steps, but can't get it stop at the breakpoint im setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the steps i've followed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Added a new product on transaction FIBF (Settings/Products/of a customer) and activated it.&lt;/P&gt;&lt;P&gt;2. Added the new product created on step 1 on (Settings/Process Modules/of a customer) under the process 00001040.&lt;/P&gt;&lt;P&gt;3. Copied the FM SAMPLE_PROCESS_00001040 into a Z one and added the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  c_finaa-nacha = 'I'.&lt;/P&gt;&lt;P&gt;  c_finaa-intad = EMAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think these steps are all i need to do for it to work, but as i run the F150 its not stopping on the break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be really appreciated.&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;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 14:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583827#M1661060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: BTE form process 1040</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583828#M1661061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First make sure the event interface process 1040 is being called. Put break-point in the function PC_FUNCTION_FIND and confirm the field I_PROCS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you are calling the event, make sure the process is not "in update task". Check the "update debugging" in the debugger or if you prefer you can also use for this transaction SRDEBUG activating your function Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bruno Xavier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583828#M1661061</guid>
      <dc:creator>brunobex</dc:creator>
      <dc:date>2012-02-06T15:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: BTE form process 1040</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583829#M1661062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked as you said on FM PC_FUNCTION_FIND and the process 1040 is not being called. There are other two that are being called: 1051 and 1060.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand number 2.&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;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583829#M1661062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T15:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: BTE form process 1040</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583830#M1661063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See SAP Note 156985 - Reference Note: BTE for dunning. It says in point 5 (test the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
c) The test in debugging cannot be carried out via Transaction F150
because a background job is always triggered here. Instead, after
maintaining the parameters start the report SAPF150S2 via
Transaction SE38 (or SA38).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&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;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bte-form-process-1040/m-p/8583830#M1661063</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2012-02-06T15:52:14Z</dc:date>
    </item>
  </channel>
</rss>

