<?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_UPDATE - Update KNA1 without STCD1 and STCD2 in SAP for Utilities Discussions</title>
    <link>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519709#M10482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find the solution to this problem? I am facing a similar issue wherein I lose the KNA1-ADRNR field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 12:36:11 GMT</pubDate>
    <dc:creator>ankit_doshi</dc:creator>
    <dc:date>2014-10-31T12:36:11Z</dc:date>
    <item>
      <title>CUSTOMER_UPDATE - Update KNA1 without STCD1 and STCD2</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519707#M10480</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;I've got a seious problem in saving Business Partner from FPP2 or CIC0. In particular, when I save a BP, there's a call on the function CUSTOMER_UPDATE, that deletes data stored in KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields affected are STCD1 and STCD2. In KNA1 before saving they are both present with correct values; by the way, when I save the BP, I have this stack:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*58		FUNCTION	CUSTOMER_UPDATE*
57		FORM	UPDATE_TASK_ALL
56		FUNCTION	SD_CUSTOMER_MAINTAIN_ALL
55		FUNCTION	ISU_CUSTOMER_SAVE
54		FUNCTION	ISU_BUPA_EVENT_DSAVE
53		FORM	EVENT_DSAVE
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When CUSTOMER_UPDATE is called, there's an internal table I_KNA1 in which STCD1 and STCD2 are both initial (other values are correctly present).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CUSTOMER_UPDATE there's the following update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
49	  KNA1 = I_KNA1.
50	  IF KNA1-KUNNR NE SPACE.
51	    UPDATE KNA1.
52	    IF SY-SUBRC NE 0.
53	      MESSAGE A803 WITH 'KNA1' KNA1-KUNNR.
54	    ENDIF.
55	  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I loose STCD1 and STCD2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't understand when and how I_KNA1 is read or filled, can somebody help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519707#M10480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T12:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_UPDATE - Update KNA1 without STCD1 and STCD2</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519708#M10481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have I posted the question in the right section?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 14:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519708#M10481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_UPDATE - Update KNA1 without STCD1 and STCD2</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519709#M10482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find the solution to this problem? I am facing a similar issue wherein I lose the KNA1-ADRNR field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 12:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/customer-update-update-kna1-without-stcd1-and-stcd2/m-p/6519709#M10482</guid>
      <dc:creator>ankit_doshi</dc:creator>
      <dc:date>2014-10-31T12:36:11Z</dc:date>
    </item>
  </channel>
</rss>

