<?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: Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611614#M274157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dinesh I think that might be the probelm don't pass the same value as you got from BAPI_PO_GETDETAIL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at PO_SERVICEACCESS_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And pass the value like i have passed in ESLL structure. &lt;/P&gt;&lt;P&gt;Check u are passing PCKG_NO &amp;amp; LINE_NO from 1 to ...&lt;/P&gt;&lt;P&gt;For pckg_no u should pass the same value from PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapi_esll-pckg_no = 1.&lt;/P&gt;&lt;P&gt;bapi_esll-line_no = line_no.&lt;/P&gt;&lt;P&gt;bapi_esll-outl_level = '0'.&lt;/P&gt;&lt;P&gt;bapi_esll-outl_ind = 'X'.&lt;/P&gt;&lt;P&gt;bapi_esll-subpckg_no = 2.&lt;/P&gt;&lt;P&gt;APPEND bapi_esll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT po_services WHERE NOT short_text IS INITIAL.&lt;/P&gt;&lt;P&gt;  line_no = line_no + 1.&lt;/P&gt;&lt;P&gt;  CLEAR bapi_esll.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MOVE-CORRESPONDING po_services TO bapi_esll.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; bapi_esll-gr_price = '456'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  bapi_esll-pckg_no = 2.&lt;/P&gt;&lt;P&gt;  bapi_esll-line_no = line_no.&lt;/P&gt;&lt;P&gt;  bapi_esll-service = po_services-service.&lt;/P&gt;&lt;P&gt;  bapi_esll-quantity = po_services-quantity.&lt;/P&gt;&lt;P&gt;  bapi_esll-gr_price = po_services-gr_price.&lt;/P&gt;&lt;P&gt;  bapi_esll-price_unit = po_services-price_unit.&lt;/P&gt;&lt;P&gt;  APPEND bapi_esll.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 17:56:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T17:56:21Z</dc:date>
    <item>
      <title>Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611611#M274154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Hi SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to create Goods receipt for Service items in PO. Currently we are using Function module BAPI_ENTRYSHEET_CREATE. This Function module creates Entry sheet and its corresponding Material documents..The material documents created thru bapi are not equal to SERIAL_NO in accounting assignment at PO item level(ie; material&lt;/P&gt;&lt;P&gt; documents are created more than the &lt;/P&gt;&lt;P&gt;Account assignment summarized lines).But  same item&lt;/P&gt;&lt;P&gt; created thru Tcode ML81N,giving equal number of material documents with its corresponding SERIAL_NO....&lt;/P&gt;&lt;P&gt;(ie; material&lt;/P&gt;&lt;P&gt; documents are created equal to the&lt;/P&gt;&lt;P&gt;Account assignment summarized lines)&lt;/P&gt;&lt;P&gt; can any body tell me why this difference happening ....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help highly appreciated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dinesh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611611#M274154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611612#M274155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the BAPI is not called with proper data. I am also doing the same thing, its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  YPRA_SAMPLE42                                               *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ypra_sample42.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa_header TYPE bapiessrc,&lt;/P&gt;&lt;P&gt;      i_return TYPE bapiret2 OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      ws_entrysheet_no TYPE bapiessr-sheet_no,&lt;/P&gt;&lt;P&gt;      i_service TYPE bapiesllc OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_service_acc TYPE bapiesklc OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_service_text TYPE bapieslltx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_account TYPE bapiesknc OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      ws_pack_no TYPE packno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ws_po TYPE bapiekko-po_number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      po_items TYPE bapiekpo OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      po_services TYPE bapiesll OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF wa_po_header OCCURS 1.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE bapiekkol.&lt;/P&gt;&lt;P&gt;DATA: END OF wa_po_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF bapi_return_po OCCURS 1.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE bapireturn.&lt;/P&gt;&lt;P&gt;DATA: END OF bapi_return_po.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: serial_no LIKE bapiesknc-serial_no,&lt;/P&gt;&lt;P&gt;      line_no   LIKE bapiesllc-line_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: bapi_esll LIKE bapiesllc OCCURS 1&lt;/P&gt;&lt;P&gt;                WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ws_po = '4300000066'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PO_GETDETAIL'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    purchaseorder    = ws_po&lt;/P&gt;&lt;P&gt;    items            = 'X'&lt;/P&gt;&lt;P&gt;    services         = 'X'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    po_header        = wa_po_header&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    po_items         = po_items&lt;/P&gt;&lt;P&gt;    po_item_services = po_services&lt;/P&gt;&lt;P&gt;    return           = bapi_return_po.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_header-po_number = po_items-po_number.&lt;/P&gt;&lt;P&gt;wa_header-po_item = po_items-po_item.&lt;/P&gt;&lt;P&gt;wa_header-short_text = 'Sample'.&lt;/P&gt;&lt;P&gt;wa_header-acceptance = 'X'.&lt;/P&gt;&lt;P&gt;wa_header-doc_date = sy-datum.&lt;/P&gt;&lt;P&gt;wa_header-post_date = sy-datum.&lt;/P&gt;&lt;P&gt;wa_header-pckg_no = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serial_no = 0.&lt;/P&gt;&lt;P&gt;line_no = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapi_esll-pckg_no = 1.&lt;/P&gt;&lt;P&gt;bapi_esll-line_no = line_no.&lt;/P&gt;&lt;P&gt;bapi_esll-outl_level = '0'.&lt;/P&gt;&lt;P&gt;bapi_esll-outl_ind = 'X'.&lt;/P&gt;&lt;P&gt;bapi_esll-subpckg_no = 2.&lt;/P&gt;&lt;P&gt;APPEND bapi_esll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT po_services WHERE NOT short_text IS INITIAL.&lt;/P&gt;&lt;P&gt;  line_no = line_no + 1.&lt;/P&gt;&lt;P&gt;  CLEAR bapi_esll.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MOVE-CORRESPONDING po_services TO bapi_esll.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; bapi_esll-gr_price = '456'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  bapi_esll-pckg_no = 2.&lt;/P&gt;&lt;P&gt;  bapi_esll-line_no = line_no.&lt;/P&gt;&lt;P&gt;  bapi_esll-service = po_services-service.&lt;/P&gt;&lt;P&gt;  bapi_esll-quantity = po_services-quantity.&lt;/P&gt;&lt;P&gt;  bapi_esll-gr_price = po_services-gr_price.&lt;/P&gt;&lt;P&gt;  bapi_esll-price_unit = po_services-price_unit.&lt;/P&gt;&lt;P&gt;  APPEND bapi_esll.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ENTRYSHEET_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    entrysheetheader                  = wa_header&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  testrun                           = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    entrysheet                        = ws_entrysheet_no&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ENTRYSHEETACCOUNTASSIGNMENT       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   entrysheetservices                = bapi_esll&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  entrysheetsrvaccassvalues         = i_service_acc&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    return                            = i_return&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  entrysheetservicestexts           = i_service_text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ENTRYSHEETHEADERTEXT              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                         .&lt;/P&gt;&lt;P&gt;break gbpra8.&lt;/P&gt;&lt;P&gt;LOOP AT i_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ws_wait TYPE bapita-wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ws_wait = '3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    wait = ws_wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*CALL FUNCTION 'BAPI_ENTRYSHEET_RELEASE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   entrysheet       = ws_entrysheet_no&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   rel_code         =&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  RETURN           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611612#M274155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611613#M274156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem having little difference ... We are passing SERIAL_NO from table PO_SERVICEACCESS_VALUES of BAPI_PO_GETDETAIL..If u see the SERIAL_NO of this table will always repeated numbers(like 01,02,01,02,03 etc...ofcourse this happens due to same G/L accounts and its corresponding WBS element)...but if u see the PO_ITEM_ACCOUNTASSIGNMENT table will give summarized SERIAL_NO of table PO_SERVICEACCESS_VALUES(this table dont have repeated SERIAL_NO)...we are passing the same table values to table ENTRYSHEETSRVACCASSVALUES(this table filled with values of PO_SERVICEACCESS_VALUES) and&lt;/P&gt;&lt;P&gt;ENTRYSHEETACCOUNTASSIGNMENT(this table filled with values&lt;/P&gt;&lt;P&gt;of PO_ITEM_ACCOUNTASSIGNMENT)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even though we psssing above values correctly, we got more material documents while running bapi_entrysheet_Create...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please correct where i am wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;dinesh.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611613#M274156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611614#M274157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dinesh I think that might be the probelm don't pass the same value as you got from BAPI_PO_GETDETAIL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at PO_SERVICEACCESS_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And pass the value like i have passed in ESLL structure. &lt;/P&gt;&lt;P&gt;Check u are passing PCKG_NO &amp;amp; LINE_NO from 1 to ...&lt;/P&gt;&lt;P&gt;For pckg_no u should pass the same value from PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapi_esll-pckg_no = 1.&lt;/P&gt;&lt;P&gt;bapi_esll-line_no = line_no.&lt;/P&gt;&lt;P&gt;bapi_esll-outl_level = '0'.&lt;/P&gt;&lt;P&gt;bapi_esll-outl_ind = 'X'.&lt;/P&gt;&lt;P&gt;bapi_esll-subpckg_no = 2.&lt;/P&gt;&lt;P&gt;APPEND bapi_esll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT po_services WHERE NOT short_text IS INITIAL.&lt;/P&gt;&lt;P&gt;  line_no = line_no + 1.&lt;/P&gt;&lt;P&gt;  CLEAR bapi_esll.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MOVE-CORRESPONDING po_services TO bapi_esll.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; bapi_esll-gr_price = '456'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  bapi_esll-pckg_no = 2.&lt;/P&gt;&lt;P&gt;  bapi_esll-line_no = line_no.&lt;/P&gt;&lt;P&gt;  bapi_esll-service = po_services-service.&lt;/P&gt;&lt;P&gt;  bapi_esll-quantity = po_services-quantity.&lt;/P&gt;&lt;P&gt;  bapi_esll-gr_price = po_services-gr_price.&lt;/P&gt;&lt;P&gt;  bapi_esll-price_unit = po_services-price_unit.&lt;/P&gt;&lt;P&gt;  APPEND bapi_esll.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611614#M274157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611615#M274158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies....Tomorrow i will try it out in office...if further thig needed i will let u know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;dinesh.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 18:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611615#M274158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Tcode ML81N and  BAPI_ENTRYSHEET_CREATE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611616#M274159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Dinesh.&lt;/P&gt;&lt;P&gt;Send me a mail if it works. prakash.ramu@wipro.com&lt;/P&gt;&lt;P&gt;Don't forget to reward &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 18:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tcode-ml81n-and-bapi-entrysheet-create/m-p/1611616#M274159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T18:07:39Z</dc:date>
    </item>
  </channel>
</rss>

