<?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: Invoice Header Condition Read in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114288#M1510187</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;Use f.m. 'RV_PRICE_PRINT_HEAD'. Just pass condition record number (KNUMV) in COMM_HEAD_I-KNUMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Birendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 09:13:31 GMT</pubDate>
    <dc:creator>birendra_chatterjee</dc:creator>
    <dc:date>2010-06-29T09:13:31Z</dc:date>
    <item>
      <title>Invoice Header Condition Read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114287#M1510186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am using the Function Module PRICING_SUBSCREEN_PBO to get the Sales Invoice Header condition details, passing the KNUMV value in the comm_head_i  structure as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lwa_comm_head_i-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;  lwa_comm_head_i-knumv = lp_vbdrk-knumv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'PRICING_SUBSCREEN_PBO'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      comm_head_i = lwa_comm_head_i&lt;/P&gt;&lt;P&gt;      comm_item_i = lwa_comm_item_i&lt;/P&gt;&lt;P&gt;      TRTYP_I     = ' '&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      tkomv       = li_tkomv                "Item pricing condition&lt;/P&gt;&lt;P&gt;      ykomv       = li_ykomv                "Header pricing condition&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error       = 1&lt;/P&gt;&lt;P&gt;      OTHERS      = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runnoing the FM standalone in SE37 gives the result apprpriately, but the program does not result thew right result.  Is there anything else that i need to take care of before calling the FM. Is there anuy other way to read the Header condition details for the invoices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate ur ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;stck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 09:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114287#M1510186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T09:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Header Condition Read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114288#M1510187</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;Use f.m. 'RV_PRICE_PRINT_HEAD'. Just pass condition record number (KNUMV) in COMM_HEAD_I-KNUMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Birendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 09:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114288#M1510187</guid>
      <dc:creator>birendra_chatterjee</dc:creator>
      <dc:date>2010-06-29T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Header Condition Read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114289#M1510188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Birendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM 'RV_PRICE_PRINT_HEAD' gives me the Item cond type details, i want the header details. any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 09:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114289#M1510188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Header Condition Read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114290#M1510189</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;Did You check in the document whether You have any header condition that is not subdivived into items. I suppose all of the  conditions in your document are either at item level or subdivided into items, hence You get the item number also in the returing table TKOMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At table-level You can verify, by checking in table KONV. Pass the header condition record number, and item number = space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Birendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 09:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-header-condition-read/m-p/7114290#M1510189</guid>
      <dc:creator>birendra_chatterjee</dc:creator>
      <dc:date>2010-06-29T09:58:08Z</dc:date>
    </item>
  </channel>
</rss>

