<?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_BUS2001_CREATE customer fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765006#M1117060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the below steps to populate data into custom fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a structure with all the custom fields that u want to populate data.&lt;/P&gt;&lt;P&gt;eg: structure name: ZTEST&lt;/P&gt;&lt;P&gt;Fields:   ZFIELD1  -- Char length 10.&lt;/P&gt;&lt;P&gt;             ZFIELD1  -- Char length 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) then pass the structure name to BAPI extension parameter.&lt;/P&gt;&lt;P&gt;eg: EXTENSIONOUT-STRUCTURE = 'ZTEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Populate data for custom fields as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTENSIONOUT-VALUEPART1+0(10)     = ZFIELD1-Value.&lt;/P&gt;&lt;P&gt;EXTENSIONOUT-VALUEPART2+10(15)   = ZFIELD2-Value.&lt;/P&gt;&lt;P&gt;append EXTENSIONOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Finally pass the above populated structure to BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 07:03:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-13T07:03:30Z</dc:date>
    <item>
      <title>BAPI_BUS2001_CREATE customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765005#M1117059</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;I am trying to use BAPI_BUS2001_CREATE to create project definition. We also have customer fields defined in CI_PROJ. I am not sure how to use table ExtensionIn of this bapi to pass customer fields data. Can someone guide me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 06:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765005#M1117059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2001_CREATE customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765006#M1117060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the below steps to populate data into custom fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a structure with all the custom fields that u want to populate data.&lt;/P&gt;&lt;P&gt;eg: structure name: ZTEST&lt;/P&gt;&lt;P&gt;Fields:   ZFIELD1  -- Char length 10.&lt;/P&gt;&lt;P&gt;             ZFIELD1  -- Char length 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) then pass the structure name to BAPI extension parameter.&lt;/P&gt;&lt;P&gt;eg: EXTENSIONOUT-STRUCTURE = 'ZTEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Populate data for custom fields as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTENSIONOUT-VALUEPART1+0(10)     = ZFIELD1-Value.&lt;/P&gt;&lt;P&gt;EXTENSIONOUT-VALUEPART2+10(15)   = ZFIELD2-Value.&lt;/P&gt;&lt;P&gt;append EXTENSIONOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Finally pass the above populated structure to BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 07:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765006#M1117060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T07:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2001_CREATE customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765007#M1117061</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;Below is the code. Can someone tell me what's wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_custname like BAPIPAREX occurs 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_custname-structure              = 'BAPI_TE_PROJECT_DEFINITION'.&lt;/P&gt;&lt;P&gt;Concatenate 'CI_PROJ-ZZCNAME ' itab-cname into i_custname-valuepart1 .&lt;/P&gt;&lt;P&gt;append i_custname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PS_INITIALIZATION'.&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       = i_bapi_pdef&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;    ET_RETURN                  = i_pdef_ret&lt;/P&gt;&lt;P&gt;   EXTENSIONIN                 = i_custname&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Apps on Nov 13, 2008 8:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 07:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765007#M1117061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T07:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2001_CREATE customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765008#M1117062</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;Correct code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_custname like BAPIPAREX occurs 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_custname-structure = 'BAPI_TE_PROJECT_DEFINITION'.&lt;/P&gt;&lt;P&gt;Concatenate 'CI_PROJ-ZZCNAME ' itab-cname into i_custname-valuepart1 . - delete&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="6" type="ul"&gt;&lt;P&gt;added *****&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;i_custname-valuepart1+0(24)  =  i_bapi_pdef-PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;i_custname-valuepart1+24(35)  =  itab-cname.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="6" type="ul"&gt;&lt;P&gt;end of addition *****&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;append i_custname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PS_INITIALIZATION'.&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 = i_bapi_pdef&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;ET_RETURN = i_pdef_ret&lt;/P&gt;&lt;P&gt;EXTENSIONIN = i_custname&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 08:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765008#M1117062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T08:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2001_CREATE customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765009#M1117063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; color: #8b8b8b; background: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; background: transparent;"&gt;Hi Poorna Chandrasekhar,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; color: #8b8b8b; background: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;I am first time interacting with BAPi so please help me out urgent. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;I am using BAPI_BUS2001_CREATE for creating project, I have created structure and now I have pass the data from internal table to this BAPI for project creation &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;My structure is: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;types:begin of t_header, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;PSPID TYPE PROJ-PSPID, "Project Definition &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;POST1 TYPE PROJ-POST1, " Description . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;PROFL TYPE PROJ-PROFL, " Project Profile. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;VKOKR type PROJ-VKOKR, "Controlling Area &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;VBUKR TYPE PROJ-VBUKR, " Company Code. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;VERNR TYPE PROJ-VERNR, " Responsible Person. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;PLFAZ TYPE PROJ-PLFAZ, " Start Date. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;PLSEZ TYPE PROJ-PLSEZ, " Finish date. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;TXJCD TYPE PROJ-TXJCD, " Tax Jurisdiction. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;END OF t_header. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Please elaborate it well and how to check: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Before the project definition is created, the following is checked: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Is another project already being processed in the LUW (Logical Unit of Work)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Does another project with the same project definition already exist? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Is the transferred data consistent (do the company code and the controlling area match)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;If all checks are successful, then the project definition is created in the document tables. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Please help me out. Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px;"&gt;Vikash&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 09:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2001-create-customer-fields/m-p/4765009#M1117063</guid>
      <dc:creator>vikash_pathak</dc:creator>
      <dc:date>2015-01-05T09:22:44Z</dc:date>
    </item>
  </channel>
</rss>

