<?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 Problem with BADi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865512#M1476350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have using a method 'CONDITION_SAVE_EXIT' in BADI 'SD_CONDI_SAVE_A' for VK11 &amp;amp; VK12 transaction, where when customer enters start date as any past/current date the BADI should automatically update the start date to current date. The problem in BADi is the data that is being transferred into function module ('SD_CONDITION_SAVE_EXIT') is being copied into internal tanle and this copied table data is available for me while programming. Now the problem is as data is being copied into internal table when I update this data (the start date) the data is not being reflected in main program and condition is being stroed with user entered date itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came to that the main internal data can be changed using update statement on internal table (sAPLV13A)db_xkondat[]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so can anybody please specify the coding for this staement, when I code with the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY (sAPLV13A)db_xkondat[] from wa_kondat_new INDEX l_line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's giving error messgae AFTER "(SAPLV13A)", THERE MUST BE A SPACE OR EQUIVALENT CHARACTER (";", "," ".").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 May 2010 05:29:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-15T05:29:28Z</dc:date>
    <item>
      <title>Problem with BADi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865512#M1476350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have using a method 'CONDITION_SAVE_EXIT' in BADI 'SD_CONDI_SAVE_A' for VK11 &amp;amp; VK12 transaction, where when customer enters start date as any past/current date the BADI should automatically update the start date to current date. The problem in BADi is the data that is being transferred into function module ('SD_CONDITION_SAVE_EXIT') is being copied into internal tanle and this copied table data is available for me while programming. Now the problem is as data is being copied into internal table when I update this data (the start date) the data is not being reflected in main program and condition is being stroed with user entered date itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came to that the main internal data can be changed using update statement on internal table (sAPLV13A)db_xkondat[]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so can anybody please specify the coding for this staement, when I code with the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY (sAPLV13A)db_xkondat[] from wa_kondat_new INDEX l_line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's giving error messgae AFTER "(SAPLV13A)", THERE MUST BE A SPACE OR EQUIVALENT CHARACTER (";", "," ".").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 May 2010 05:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865512#M1476350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-15T05:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BADi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865513#M1476351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY( sAPLV13A ) db_xkondat[] from wa_kondat_new INDEX l_line. &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 09:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865513#M1476351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BADi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865514#M1476352</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;Check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Thread|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="9100067"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dillip Sahoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 10:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865514#M1476352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T10:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BADi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865515#M1476353</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;Please close the thread, if issue is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dillip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 12:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-badi/m-p/6865515#M1476353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T12:07:19Z</dc:date>
    </item>
  </channel>
</rss>

