<?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: BAPI_FUNC_LOC_CREATE BAPI functional location create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-func-loc-create-bapi-functional-location-create/m-p/1422002#M202476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call BAPI_TRANSACTION_COMMIT after this.&lt;/P&gt;&lt;P&gt;Also uncomment FUNCTLOCATION and get the value into a variable and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note: Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 14:46:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-30T14:46:21Z</dc:date>
    <item>
      <title>BAPI_FUNC_LOC_CREATE BAPI functional location create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-func-loc-create-bapi-functional-location-create/m-p/1422001#M202475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a question. I need to create a new functional location. I try to use BAPI_FUNCLOC_CREATE with this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:  FUNCLOC LIKE BAPI_ITOB_PARMS-FUNCLOC DEFAULT 'ZTZ1-ABC-AA-02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  FC_DATA_GEN   LIKE    BAPI_ITOB,&lt;/P&gt;&lt;P&gt;       FC_DATA_SPE   LIKE    BAPI_ITOB_FL_ONLY,&lt;/P&gt;&lt;P&gt;       FC_RETURN     LIKE    BAPIRET2,&lt;/P&gt;&lt;P&gt;       FC_LABEL      LIKE    BAPI_ITOB_PARMS-LABEL_SYST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       FC_DATA_SPE-STRIND = 'A'.&lt;/P&gt;&lt;P&gt;       FC_DATA_SPE-CATEGORY = 'M'.&lt;/P&gt;&lt;P&gt;       FC_DATA_SPE-EQINSTALL = 'X'.&lt;/P&gt;&lt;P&gt;       FC_DATA_GEN-READ_CRDAT = SY-DATUM.&lt;/P&gt;&lt;P&gt;       FC_LABEL = 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_FUNCLOC_CREATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      EXTERNAL_NUMBER         = FUNCLOC&lt;/P&gt;&lt;P&gt;      LABELING_SYSTEM         = FC_LABEL&lt;/P&gt;&lt;P&gt;      DATA_GENERAL            = FC_DATA_GEN&lt;/P&gt;&lt;P&gt;      DATA_SPECIFIC           = FC_DATA_SPE&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FUNCTLOCATION           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     DATA_GENERAL_EXP        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     DATA_SPECIFIC_EXP       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      RETURN                  = FC_RETURN&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;(this code was intended for testing only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the function has passed new functional location was not created. And in RETURN I got message number 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that a fun. loc. was in creation process because when i inserted a breakpoint I couldn't create a functional location with the same Id as in report (I could with an other) but it didn't save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can You help me?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 14:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-func-loc-create-bapi-functional-location-create/m-p/1422001#M202475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T14:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FUNC_LOC_CREATE BAPI functional location create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-func-loc-create-bapi-functional-location-create/m-p/1422002#M202476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call BAPI_TRANSACTION_COMMIT after this.&lt;/P&gt;&lt;P&gt;Also uncomment FUNCTLOCATION and get the value into a variable and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note: Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 14:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-func-loc-create-bapi-functional-location-create/m-p/1422002#M202476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T14:46:21Z</dc:date>
    </item>
  </channel>
</rss>

