<?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: changing document Order type(Purchasing) --- BSART in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992979#M404864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it did work,,thnks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 10:52:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T10:52:20Z</dc:date>
    <item>
      <title>changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992975#M404860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt; I have a requirement to force an order type based on a PO's class characteristics. For example if  user creates a PO(ME21N), within a small sized company Vendor,the the document order type should default to (SME)...I've looked at the badis - ME_BSART_DET,ME_PROCESS_PO .. they dont seem to have a CHANGING parameter..if any one knows please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks&lt;/P&gt;&lt;P&gt;Zola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992975#M404860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992976#M404861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;U can try this badi ME_PROCESS_PO_CUST.&lt;/P&gt;&lt;P&gt;In the method PROCESS_HEADER, u can set the data for doc type as follows:&lt;/P&gt;&lt;P&gt;  DATA: ls_mepoheader TYPE mepoheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method im_header-&amp;gt;get_data&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;im_header = ls_mepoheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_mepoheader-bsart = &amp;lt;b&amp;gt;'ZZZZ'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  call method im_HEADER-&amp;gt;set_data&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;  im_data = ls_mepoHEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can give ur order type in ls_mepoheader-bsart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves ur query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992976#M404861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992977#M404862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot,,will try it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 13:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992977#M404862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T13:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992978#M404863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zola,&lt;/P&gt;&lt;P&gt;Did u try ? is it workin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 11:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992978#M404863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T11:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992979#M404864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it did work,,thnks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 10:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992979#M404864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T10:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992980#M404865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another question...&lt;/P&gt;&lt;P&gt;Im downloading some text that i get from FM READ_TEXT into spreadsheet(MSWORD)...is it possible to pass the font to the text,for example i want other items on the text to be bold?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Zola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 10:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992980#M404865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992981#M404866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure whether it is possible or not.Will check &amp;amp; get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***REWARD ALL HELPFUL ANSWERS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 11:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992981#M404866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: changing document Order type(Purchasing) --- BSART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992982#M404867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;the all famous BAPI_REQUISITION_CREATE has come back to haunt me... for some reason it is not creating service items but i do pass the services table.. i couldnt find an example of how one has filled the services table..please if anyone has done this and is WORKING, send me the code of how you populated the SERVICES table,that'll help a great deal..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please I need someone's working program of how to fill in the services table..the links i had a look at, didnt help either ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ta&lt;/P&gt;&lt;P&gt;Zola.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 11:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-document-order-type-purchasing-bsart/m-p/1992982#M404867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T11:56:37Z</dc:date>
    </item>
  </channel>
</rss>

