<?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: customer master logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506951#M1422830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You question and the solution provided is nowhere related.&lt;/P&gt;&lt;P&gt;Were you asking for a exit ?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 10:18:31 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-01-21T10:18:31Z</dc:date>
    <item>
      <title>customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506946#M1422825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;need logic for:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if customer master has the tax classification is &lt;/P&gt;&lt;P&gt;available, if the tax classification is coming blank &lt;/P&gt;&lt;P&gt;then if the customer sales org is 1000 and if &lt;/P&gt;&lt;P&gt;the transaction code is XD01/VD01 then the &lt;/P&gt;&lt;P&gt;value in the customer tax classification &lt;/P&gt;&lt;P&gt;against US country  is SIX(6).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 09:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506946#M1422825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T09:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506947#M1422826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add in exit ZXF04U01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manas m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 09:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506947#M1422826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506948#M1422827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go for nested 'IF* conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 09:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506948#M1422827</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-21T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506949#M1422828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He just did. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 09:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506949#M1422828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506950#M1422829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF ( sy-tcode = 'XD01'  OR  sy-tcode = 'VD01' ) AND&lt;/P&gt;&lt;P&gt;     i_knvv-vkorg EQ '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT i_knvi.&lt;/P&gt;&lt;P&gt;IF i_knvi-taxkd IS INITIAL AND&lt;/P&gt;&lt;P&gt;           i_knvi-aland EQ 'US'.&lt;/P&gt;&lt;P&gt;          i_knvi-taxkd = '6'.&lt;/P&gt;&lt;P&gt;          MODIFY i_knvi TRANSPORTING taxkd.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 09:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506950#M1422829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506951#M1422830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You question and the solution provided is nowhere related.&lt;/P&gt;&lt;P&gt;Were you asking for a exit ?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506951#M1422830</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-21T10:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: customer master logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506952#M1422831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keshva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering with the logic to be used. IF condition i used but it wasnt populating the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; manas@ Modify helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-logic/m-p/6506952#M1422831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T10:26:00Z</dc:date>
    </item>
  </channel>
</rss>

