<?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: code for project creation using bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-project-creation-using-bapi/m-p/3818607#M918379</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;This is the Structure you have to populate and have to pass to the BAPI you mentioned.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROJECT_DEFINITION_STRU&lt;/STRONG&gt; like BAPI_PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the field in the structure BAPI_PROJECT_DEFINITION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the se11-datatype give the BAPI_PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se37 give the BAPI name , in the IMPORT u see the structure name  BAPI_PROJECT_DEFINITION , double click u can see the field of the structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me say the steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) populate the internal table from the flat file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) loop the internal table and populate the structure &lt;/P&gt;&lt;P&gt;created with type BAPI_PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) call the BAPI function assign the value to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) create a return table to maintain the return message..with the structure BAPIRETURN1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) after the Endloop process the RETURN message and check for succes ful records and errorneous one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;check this sample program for MM01.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.saptechies.com/mm01-upload-using-bapi-2/" target="test_blank"&gt;http://www.saptechies.com/mm01-upload-using-bapi-2/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Point if useful...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 04:32:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T04:32:19Z</dc:date>
    <item>
      <title>code for project creation using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-project-creation-using-bapi/m-p/3818606#M918378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone share code for project creation using bapi_projectdef_create...&lt;/P&gt;&lt;P&gt;it's very urgent...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2008 11:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-project-creation-using-bapi/m-p/3818606#M918378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-11T11:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: code for project creation using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-project-creation-using-bapi/m-p/3818607#M918379</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;This is the Structure you have to populate and have to pass to the BAPI you mentioned.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROJECT_DEFINITION_STRU&lt;/STRONG&gt; like BAPI_PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the field in the structure BAPI_PROJECT_DEFINITION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the se11-datatype give the BAPI_PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se37 give the BAPI name , in the IMPORT u see the structure name  BAPI_PROJECT_DEFINITION , double click u can see the field of the structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me say the steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) populate the internal table from the flat file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) loop the internal table and populate the structure &lt;/P&gt;&lt;P&gt;created with type BAPI_PROJECT_DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) call the BAPI function assign the value to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) create a return table to maintain the return message..with the structure BAPIRETURN1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) after the Endloop process the RETURN message and check for succes ful records and errorneous one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;check this sample program for MM01.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.saptechies.com/mm01-upload-using-bapi-2/" target="test_blank"&gt;http://www.saptechies.com/mm01-upload-using-bapi-2/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Point if useful...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 04:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-project-creation-using-bapi/m-p/3818607#M918379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T04:32:19Z</dc:date>
    </item>
  </channel>
</rss>

