<?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: BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666543#M883052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one doesnt work I have checked.. tell me other alternative please..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 07:31:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T07:31:54Z</dc:date>
    <item>
      <title>BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666540#M883049</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;My requirement is To display automatic cash management group with reference to account group in vendor master.&lt;/P&gt;&lt;P&gt;In vendor master initial screen if user enters Account group (LFA1-KTOKK) as &amp;#147;VWOP or DMST in the accounting information screen Cash management group field (LFB1 &amp;#150; FDGRV) planning group code A1 has to display.&lt;/P&gt;&lt;P&gt;In change mode if any of the user trys to change planning group code an error massage &amp;#147;change is not possible&amp;#148; has to appear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i ve coded in the method PRESET_VALUES_CCODE which is in the BADI definition VENDOR_ADD_DATA  this method is getting triggered even after the accounting information screen and could you please help me in displayin the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please please please..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 06:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666540#M883049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T06:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666541#M883050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you want to make sure that the warning is display as dialog you could&lt;/P&gt;&lt;P&gt;use one of the function modules POPUP_TO_CONFIRM &amp;amp; POPUP_TO_INFORM ( search in SE37 &lt;STRONG&gt;POPUP&lt;/STRONG&gt;) to display a text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=10947078&amp;amp;messageID=5214757" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=10947078&amp;amp;messageID=5214757&lt;/A&gt;&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 06:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666541#M883050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666542#M883051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;within  PRESET_VALUES_CCODE  method write the code as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if LFA1-KTOKK = VWOP OR LFA!-KTOKK =  DMST .&lt;/P&gt;&lt;P&gt;   LFB1 &amp;#150; FDGRV  = A1.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;message e000(z00) with 'change is not possible'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but here u should take care about parameter names...acutually LFA1 structure must be defined as some I_LFA1 in VENDOR-ADD_DATA interface..so try to use this parameter in your code instead LFA1 use I_LFA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 06:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666542#M883051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666543#M883052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one doesnt work I have checked.. tell me other alternative please..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 07:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666543#M883052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666544#M883053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx for the answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 07:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3666544#M883053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T07:46:28Z</dc:date>
    </item>
  </channel>
</rss>

