<?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: Dunning text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5518000#M1261369</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;First you execute the transaction OBL6 (Dunning Program Configuration Documentation), which shows you all the details regarding the dunning program, dunning notice selected, and dunning notice for header and footer level etc... based on the dunning procedure and company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating the new one, then you can look into some existing procedure how this is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For detailed view, you can go to transaction FBMP, there you can see the above details again, also can be changed if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now looking into the output form which got triggerred, check the code from where and how the logic took place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 11:43:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-27T11:43:25Z</dc:date>
    <item>
      <title>Dunning text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5517997#M1261366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In F150 T-code, after i have maintained parameters and schedule i can modify dunning proposal for each customer.&lt;/P&gt;&lt;P&gt;Besides this, i can i add some extra texts(notes) to customer and billings. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any transaction where I can view those texts for all clients  or in which table are stored those notes (text) ??&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 08:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5517997#M1261366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T08:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dunning text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5517998#M1261367</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;If you are using the standard dunning form means, please check the text from where it picked in the script form, and you can accordingly make the necessary changes at customer or vendor master tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you using the custom dunning form, then you can replace the existing logic and put your own logic by creating a new perform in the subroutine pools by passing the dependant keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can change the dunning text accordingly.&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;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 10:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5517998#M1261367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T10:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dunning text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5517999#M1261368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which tables contains dunning text? i have to create a report and i can't find tables that contains those texts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if someone know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 10:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5517999#M1261368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T10:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dunning text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5518000#M1261369</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;First you execute the transaction OBL6 (Dunning Program Configuration Documentation), which shows you all the details regarding the dunning program, dunning notice selected, and dunning notice for header and footer level etc... based on the dunning procedure and company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating the new one, then you can look into some existing procedure how this is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For detailed view, you can go to transaction FBMP, there you can see the above details again, also can be changed if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now looking into the output form which got triggerred, check the code from where and how the logic took place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 11:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5518000#M1261369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dunning text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5518001#M1261370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe i was not so clear ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a dunning proposal can be changed and at client level and billings level  SAP gives facility to add some notes, corespondences.&lt;/P&gt;&lt;P&gt;I'm not lookink for dunning form ... i'm searching for those notes,text, correspondences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In which tables are stored those texts (notes)?&lt;/STRONG&gt; I think it's in a pooled table... but which table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 07:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dunning-text/m-p/5518001#M1261370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T07:41:03Z</dc:date>
    </item>
  </channel>
</rss>

