<?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 BAPI_ENTRYSHEET_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744489#M323166</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;  Does anyone have this problem ? I really need help to put the bapi working well.&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;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 09:37:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-08T09:37:01Z</dc:date>
    <item>
      <title>Bapi BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744486#M323163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  About this question i found one thread in Abap forum :&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="119183"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and i have the same doubt that appears in the end of the thread. Can anyone explain the significance of the import and table field parameters, related to one P.O. with services items. Also, please with the link between the data entered in the bapi, and the EKKO, EKPO and ESLL contents for that purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I'm trying to use the bapi, but i got the message that there's an error in the register update. The bapi returns one entry sheet number, but it does not exists.&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;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 17:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744486#M323163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T17:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744487#M323164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Paulo Sousa,&lt;/P&gt;&lt;P&gt;have a look at Include program LMLSXF31, you will get what data to pass and how to pass that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 17:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744487#M323164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T17:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744488#M323165</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;  The problem is i believe i'm filling the entry parameters well, but i think there's someting missing, reason why i got the error message. In my example i have P.O n. 4500009283 that have in EKPO PACKNO = 16964. In ESLL the entry that have PACKNO = 16964 has SUB_PACKNO = 16965. Also in ESLL with PACKNO = 16965 i have 4 entries, one of them ( with EXT_NUMBER = 0060 ) is the service i want to pass to the entry sheet with Servico code = 4000001, quantity 1 and value 100, 00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  To do that i'm filling the following parameters :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTRYSHEETHEADER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCKG_NO = 0000016964&lt;/P&gt;&lt;P&gt;SHORT_TEXT = TEST&lt;/P&gt;&lt;P&gt;PO_NUMBER = 4500009283&lt;/P&gt;&lt;P&gt;PO_ITEM = 00010&lt;/P&gt;&lt;P&gt;DOC_DATE = 27.12.2006&lt;/P&gt;&lt;P&gt;POST_DATE = 27.12.2006&lt;/P&gt;&lt;P&gt;ACCEPTANCE = X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTRYSHEETACCOUNTASSIGNMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCKG_NO = 0000016964&lt;/P&gt;&lt;P&gt;GL_ACCOUNT = 62235000&lt;/P&gt;&lt;P&gt;BUS_AREA = ANA&lt;/P&gt;&lt;P&gt;COSTCENTER = 110400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTRYSHEETSERVICES ( 2 entries )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1ST&lt;/P&gt;&lt;P&gt;PCKG_NO = 0000016964&lt;/P&gt;&lt;P&gt;LINE_NO = 0000000001&lt;/P&gt;&lt;P&gt;SUBPCKG_NO = 0000016965&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2ND&lt;/P&gt;&lt;P&gt;PCKG_NO = 0000016965&lt;/P&gt;&lt;P&gt;LINE_NO = 0000000002&lt;/P&gt;&lt;P&gt;EXT_LINE = 0000000060 ( the service item i want to enter )&lt;/P&gt;&lt;P&gt;SERVICE = 4000001&lt;/P&gt;&lt;P&gt;QUANTITY = 1,000&lt;/P&gt;&lt;P&gt;BASE_UOM = UN&lt;/P&gt;&lt;P&gt;GR_PRICE = 100,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTRYSHEETSRVACCASSVALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCKG_NO = 0000016965&lt;/P&gt;&lt;P&gt;LINE_NO = 0000000002&lt;/P&gt;&lt;P&gt;QUANTITY = 1,000&lt;/P&gt;&lt;P&gt;NET_VALUE = 100,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when i test the bapi with those parameters i got the message 'Error updating register'. I got a entrysheet number in the ENTRYSHEET parameter but that entry sheet number does not exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I'll apreciate any sugestion about data that i need to give in the entry parameters/table entries, and that is not being filled at the moment.&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;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 09:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744488#M323165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T09:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744489#M323166</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;  Does anyone have this problem ? I really need help to put the bapi working well.&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;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 09:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744489#M323166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T09:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744490#M323167</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;  I've checked in this and other forum that there exists several persons with this proble. Does anyone have solved it ?&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;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 12:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744490#M323167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T12:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744491#M323168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was caused by an user-exit that should not be active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 15:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-entrysheet-create/m-p/1744491#M323168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T15:50:48Z</dc:date>
    </item>
  </channel>
</rss>

