<?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 BAPI_PO_CREATE1 - Services in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093159#M101369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, i have tried to create purchase orders, but that contains service positions, i filled the structures POSERVICES, but always it leaves the same error to me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Please maintain services or limits"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody can help me to solve this problem???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thkns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mauricio N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2005 21:25:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-14T21:25:51Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE1 - Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093159#M101369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, i have tried to create purchase orders, but that contains service positions, i filled the structures POSERVICES, but always it leaves the same error to me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Please maintain services or limits"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody can help me to solve this problem???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thkns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mauricio N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 21:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093159#M101369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T21:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 - Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093160#M101370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are getting that message because you are passing both POLIMITS and POSERVICES. Pass only POSERVICES to the BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 21:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093160#M101370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T21:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 - Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093161#M101371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be I am wrong. Look at the code below from LMEPOF2B. This is where the message is coming from and looks like it has got something to do with the outline agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  IF ( ekpo-pstyp EQ pstyp-dien OR ekpo-pstyp EQ pstyp-blnk ) AND
     ekpo-packno IS INITIAL.
* service item without services
* check comsrv
    DATA: l_success TYPE mmpur_bool VALUE mmpur_yes.        "511338

* check outline agreement is obligatory (only for services)  511338
    PERFORM mepo_check_agmt_srv USING l_success             "511338
                                      mmpur_yes.            "511338

    CASE ekpo-pstyp.
      WHEN pstyp-dien.
        mmpur_metafield mmmfd_services.
        mmpur_metafield_add mmmfd_limits.                   "619075
      WHEN pstyp-blnk.
        mmpur_metafield mmmfd_limits.
    ENDCASE.

    IF l_success EQ mmpur_yes.                              "511338
      MESSAGE e029(se).
    ENDIF.                                                  "511338

  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 21:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-services/m-p/1093161#M101371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T21:43:32Z</dc:date>
    </item>
  </channel>
</rss>

