<?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_ENTRYSHEET_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668203#M295605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepti, Did you resolove this issue?  We are having the same problem in our system.  BAPI creates the header, no lines.  And we cannot find the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 21:07:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T21:07:11Z</dc:date>
    <item>
      <title>BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668199#M295601</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 am trying to create service entry sheet using BAPI_ENTRYSHEET_CREATE, but it is creating only header of the service sheet and not the line items. It also gives me an error message saying 'Error in Update'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me if there is any other bapi to be used for creating the line items or this bapi will suffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 05:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668199#M295601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T05:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668200#M295602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepti,&lt;/P&gt;&lt;P&gt;Just to confirm are you passing entries in table parameter &lt;/P&gt;&lt;P&gt;   ENTRYSHEETSERVICES&lt;/P&gt;&lt;P&gt;   ENTRYSHEETSRVACCASSVALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668200#M295602</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-11-09T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668201#M295603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am passing values in ENTRYSHEETSERVICES &amp;amp;&lt;/P&gt;&lt;P&gt;ENTRYSHEETSRVACCASSVALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 06:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668201#M295603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T06:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668202#M295604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Populating header structure&lt;/P&gt;&lt;P&gt;   lw_header-po_number = lw_final-ebeln.&lt;/P&gt;&lt;P&gt;   lw_header-po_item = lw_final-ebelp.&lt;/P&gt;&lt;P&gt;   lw_header-acceptance = lw_final-acceptance.&lt;/P&gt;&lt;P&gt;   lw_header-fin_entry = lw_final-fin_indi. (*only if it is the final entry sheet for that line item )&lt;/P&gt;&lt;P&gt;   lw_header-doc_date = sy-datum.&lt;/P&gt;&lt;P&gt;   lw_header-post_date = sy-datum.&lt;/P&gt;&lt;P&gt;   lw_header-short_text = lw_final-txz01.&lt;/P&gt;&lt;P&gt;   lw_header-pckg_no = lw_final-packno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Populating table services&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Line one&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-pckg_no = lw_final-packno.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-line_no = c_line_no.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-outl_ind = c_outl_ind.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-subpckg_no = lw_final-hpackno.&lt;/P&gt;&lt;P&gt;   APPEND lw_bapiesllc TO li_bapiesllc.&lt;/P&gt;&lt;P&gt;   CLEAR: lw_bapiesllc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Line two&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   lw_bapiesllc-pckg_no = lw_final-hpackno.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-line_no = c_line_no + 1.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-ext_line = c_line_no.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-service = lw_final-srvpos.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-matl_group = lw_final-matkl.&lt;/P&gt;&lt;P&gt;   lw_bapiesllc-quantity = lw_final-menge.&lt;/P&gt;&lt;P&gt;   APPEND lw_bapiesllc TO li_bapiesllc.&lt;/P&gt;&lt;P&gt;   CLEAR: lw_bapiesllc.&lt;/P&gt;&lt;P&gt;use the statement SET UPDATE TASK LOCAL b4 u call the bapi so that the particular service order does not get locked when passing mulitiple line for the same PO .&lt;/P&gt;&lt;P&gt;any clarifications mail me. make sure that the account assignment is done during the PO creation else u need pass it here in tables eskl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 07:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668202#M295604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T07:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668203#M295605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepti, Did you resolove this issue?  We are having the same problem in our system.  BAPI creates the header, no lines.  And we cannot find the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 21:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create/m-p/1668203#M295605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T21:07:11Z</dc:date>
    </item>
  </channel>
</rss>

