<?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 Custom field for bapi_pr_create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513841#M1655100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement of adding custom field at the header level. Can i use bapiextensionin in the FM BAPI_PR_CREATE&lt;/P&gt;&lt;P&gt;if yes what is the structure that need to be modified for appending new fields and transfer the data to the EBAN table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 10:05:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-23T10:05:58Z</dc:date>
    <item>
      <title>Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513841#M1655100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement of adding custom field at the header level. Can i use bapiextensionin in the FM BAPI_PR_CREATE&lt;/P&gt;&lt;P&gt;if yes what is the structure that need to be modified for appending new fields and transfer the data to the EBAN table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 10:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513841#M1655100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513842#M1655101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check in the customzation of Purchase requisition screen whether the addition new custom field is available the use it by creating a customzation transport request in stead of BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 10:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513842#M1655101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513843#M1655102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what new field you want to include?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 13:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513843#M1655102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513844#M1655103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a name field of character 40&lt;/P&gt;&lt;P&gt;can't we append a custom field to header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 14:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513844#M1655103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513845#M1655104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated custom fields using extensionin structure in BAPI_PR_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 07:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513845#M1655104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513846#M1655105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;I've the same problem, using BAPI_PR_CREATE and filling EXTENSIONIN ( BAPI_TE_MEREQITEM/X)&lt;/P&gt;&lt;P&gt;the custom field has not filled. I've also tried to implement BADI ME_PR_CUST but doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513846#M1655105</guid>
      <dc:creator>umberto_panico</dc:creator>
      <dc:date>2013-12-12T14:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom field for bapi_pr_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513847#M1655106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umberto, Did you solve your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-field-for-bapi-pr-create/m-p/8513847#M1655106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T16:47:50Z</dc:date>
    </item>
  </channel>
</rss>

