<?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 prepopulation of fields programmatically.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243708#M774224</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;Is it possible to set a default value for 'Dunning Procedure ' and ' Terms of Payment ' field in T.code FD01? How can it be done programmitically..any badi or user exit??&lt;/P&gt;&lt;P&gt;For Example : Whenever we create new customer , system should automatically take default values for fields Dunning Procedure and terms of payment for a specific Company code . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himayan Das&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 08:29:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T08:29:59Z</dc:date>
    <item>
      <title>prepopulation of fields programmatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243708#M774224</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;Is it possible to set a default value for 'Dunning Procedure ' and ' Terms of Payment ' field in T.code FD01? How can it be done programmitically..any badi or user exit??&lt;/P&gt;&lt;P&gt;For Example : Whenever we create new customer , system should automatically take default values for fields Dunning Procedure and terms of payment for a specific Company code . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himayan Das&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 08:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243708#M774224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T08:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: prepopulation of fields programmatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243709#M774225</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;You may try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit :&lt;/P&gt;&lt;P&gt;SAPMF02D  User exits: Customer master data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or BADIs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER_ADD_DATA    Additional Data at Customers                           &lt;/P&gt;&lt;P&gt;CUSTOMER_ADD_DATA_BI Additional Data at Customers (Batch Input and ALE)     &lt;/P&gt;&lt;P&gt;CUSTOMER_ADD_DATA_CS Additional Data at Customers (Subscreen Container 4000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may check whether these exits can be triggered on PBO. If so you can set the default values.&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;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Renjith Michael on Jan 9, 2008 6:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 13:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243709#M774225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T13:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: prepopulation of fields programmatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243710#M774226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Renjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for ur response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find out these badi's &amp;amp; CUSTOMER_ADD_DATA is the relevant badi for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this badi have methods which allow me to get only payment term(ZTERM) thru table KNB1 but cant fetch dunn. procedure (MAHNA) since it needs table KNB5.&lt;/P&gt;&lt;P&gt;KNB5 isnt defined for any of the methods.&lt;/P&gt;&lt;P&gt;In this scenario what shud be done??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 13:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prepopulation-of-fields-programmatically/m-p/3243710#M774226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T13:39:17Z</dc:date>
    </item>
  </channel>
</rss>

