<?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 Address number not generated for function location creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971199#M1894218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement where i have to create a function location.The funtcion location data will be uploaded from the flat file into an internal table.&lt;/P&gt;&lt;P&gt;I am using the following procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Firstly i am uploading the data from the flat file into an internal table which contain function location details and address data details.&lt;/P&gt;&lt;P&gt;2)Then I am using the following 4 function module to insert the address into the ADRC table from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)ADDR_INSERT&lt;/P&gt;&lt;P&gt;b)ADDR_NUMBER_GET&lt;/P&gt;&lt;P&gt;c)ADDR_MEMORY_SAVE&lt;/P&gt;&lt;P&gt;d)ADDR_MEMORY_CLEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After these steps i am calling the bapi "BAPI_FUNCLOC_CREATE".Then commiting the bapi.&lt;/P&gt;&lt;P&gt;After this i am calling the bapi "BAPI_RE_AO_CHANGE".Then commiting the bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;The problem is when i am calling the function module ADDR_NUMBER_GET,it is showing the error address_handle not valid.I need this function module to generate address number which i can pass to the bapi "BAPI_FUNCLOC_CREATE" for creating function location with address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;The line read table addr_appl_to_int in the function module is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harminder Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 09:33:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-15T09:33:53Z</dc:date>
    <item>
      <title>Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971199#M1894218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement where i have to create a function location.The funtcion location data will be uploaded from the flat file into an internal table.&lt;/P&gt;&lt;P&gt;I am using the following procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Firstly i am uploading the data from the flat file into an internal table which contain function location details and address data details.&lt;/P&gt;&lt;P&gt;2)Then I am using the following 4 function module to insert the address into the ADRC table from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)ADDR_INSERT&lt;/P&gt;&lt;P&gt;b)ADDR_NUMBER_GET&lt;/P&gt;&lt;P&gt;c)ADDR_MEMORY_SAVE&lt;/P&gt;&lt;P&gt;d)ADDR_MEMORY_CLEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After these steps i am calling the bapi "BAPI_FUNCLOC_CREATE".Then commiting the bapi.&lt;/P&gt;&lt;P&gt;After this i am calling the bapi "BAPI_RE_AO_CHANGE".Then commiting the bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;The problem is when i am calling the function module ADDR_NUMBER_GET,it is showing the error address_handle not valid.I need this function module to generate address number which i can pass to the bapi "BAPI_FUNCLOC_CREATE" for creating function location with address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;The line read table addr_appl_to_int in the function module is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harminder Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 09:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971199#M1894218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-15T09:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971200#M1894219</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;Got resolved on my own..&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;Harminder Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971200#M1894219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-21T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971201#M1894220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harminder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate what did you do to get this resolved. We have the same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 02:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971201#M1894220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-28T02:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971202#M1894221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Firstly i uploade the data from the flat file into an internal table which contain function location details and address data details.&lt;/P&gt;&lt;P&gt;2)Then I am using the following 4 function module to insert the address into the ADRC table from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)ADDR_INSERT&lt;/P&gt;&lt;P&gt;b)ADDR_NUMBER_GET&lt;/P&gt;&lt;P&gt;c)ADDR_MEMORY_SAVE&lt;/P&gt;&lt;P&gt;d)ADDR_MEMORY_CLEAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the Function module "&lt;STRONG&gt;ADDR_INSERT&lt;/STRONG&gt;",pass the parameter "&lt;STRONG&gt;Check_address&lt;/STRONG&gt;".Pass only the blank value .Although it is not manadatory,you still have to pass it so that your address are saved into the ADRC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After calling function module "Addr_number_get" please use Commit work.And also use Commit work after calling ADDR_MEMORY_SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After these steps i am calling the bapi "BAPI_FUNCLOC_CREATE.In this case address number will not be saved into IFLO table.Then Call function module &lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Func_location_Read and then call &lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Func_location_update to update the address data into the Function location.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;After this i am calling the bapi "BAPI_RE_AO_CHANGE".Then commiting the bapi.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Hope this will solve your query.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Harminder Singh&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 06:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971202#M1894221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-28T06:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971203#M1894222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harminder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I have one more question if you can spare time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which function module did you use to add the Sold to and Bill to in the functional location. I check the BAPI BAPI_FUNCLOC_CREATE and it does not have a place to add the partner function and the partner number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Sahai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 07:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971203#M1894222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-28T07:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971204#M1894223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot help in this case as my requirement was only to add the address data into the function location and assignesd the assignement object ID to the function location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry,I cannot provide any assistance in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harminder Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 09:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971204#M1894223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-28T09:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971205#M1894224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfectly fine. Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 01:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/10971205#M1894224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-29T01:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Address number not generated for function location creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/13953304#M2038003</link>
      <description>&lt;P&gt;Hy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me what did you write for the handling section?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Henrietta&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 15:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-number-not-generated-for-function-location-creation/m-p/13953304#M2038003</guid>
      <dc:creator>kaszaheni</dc:creator>
      <dc:date>2024-12-02T15:38:18Z</dc:date>
    </item>
  </channel>
</rss>

