<?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 Project definition data 'BAPI_BUS2001_CREATE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829558#M1589855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When uploading data from file to SAP using BAPI    'BAPI_BUS2001_CREATE' , IT is uploading all the records Except the user fields  extended in PROJ table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function mdule is used like below.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_BUS2001_CREATE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_project_definition = gs_proj_create&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        et_return            = gt_ret2&lt;/P&gt;&lt;P&gt;        extensionin          = gt_ext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GT_EXT has that structure name with the required field.  WHen i  check through DEbugging data is present in GT_EXT   but it is not updating in table PROJ.&lt;/P&gt;&lt;P&gt;Please suggest me what to do.  &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Susant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 06:58:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-10T06:58:07Z</dc:date>
    <item>
      <title>Project definition data 'BAPI_BUS2001_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829558#M1589855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When uploading data from file to SAP using BAPI    'BAPI_BUS2001_CREATE' , IT is uploading all the records Except the user fields  extended in PROJ table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function mdule is used like below.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_BUS2001_CREATE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_project_definition = gs_proj_create&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        et_return            = gt_ret2&lt;/P&gt;&lt;P&gt;        extensionin          = gt_ext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GT_EXT has that structure name with the required field.  WHen i  check through DEbugging data is present in GT_EXT   but it is not updating in table PROJ.&lt;/P&gt;&lt;P&gt;Please suggest me what to do.  &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Susant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 06:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829558#M1589855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Project definition data 'BAPI_BUS2001_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829559#M1589856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you populated data into gt_ext correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1125406"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829559#M1589856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T07:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Project definition data 'BAPI_BUS2001_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829560#M1589857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chandra for ur Reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data is like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_ext-structure = ''BAPI_TE_PROJECT_DEFINITION'.&lt;/P&gt;&lt;P&gt;gs_ext-valuepart1 = gs_mpm.&lt;/P&gt;&lt;P&gt;   APPEND gs_ext TO gt_ext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_mpm has two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think every thing is ok, but data is not updating PROJ table.&lt;/P&gt;&lt;P&gt;All other fields Except user fielda are updating successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Susant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Susanta22 on May 10, 2011 10:01 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Susanta22 on May 10, 2011 10:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-definition-data-bapi-bus2001-create/m-p/7829560#M1589857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T07:37:29Z</dc:date>
    </item>
  </channel>
</rss>

