<?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 Invoice based on condition Type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470420#M834193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello!&lt;/P&gt;&lt;P&gt;  I have to make an invoice where the condition type must be shown as header for the particular billno.If the cnty is repeated insted of making new col it should put condition value in the same col (not create a new cnty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raw data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000003193	10        ZDQT&lt;/P&gt;&lt;P&gt;000003193	11       ZMAN&lt;/P&gt;&lt;P&gt;000003193	12       Z FRD&lt;/P&gt;&lt;P&gt;000003193	13       ZDQT&lt;/P&gt;&lt;P&gt;000003193	14       ZMN&lt;/P&gt;&lt;P&gt;000003193	15      ZMAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the DESIRED output should be in following format--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;billno ZDQT ZMAN ZFRED ZMN&lt;/P&gt;&lt;P&gt;10     1&lt;/P&gt;&lt;P&gt;11                 1&lt;/P&gt;&lt;P&gt;12                           1&lt;/P&gt;&lt;P&gt;13     1&lt;/P&gt;&lt;P&gt;14                                        1&lt;/P&gt;&lt;P&gt;15                1&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;NehaJog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 09:11:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-06T09:11:46Z</dc:date>
    <item>
      <title>Invoice based on condition Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470420#M834193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello!&lt;/P&gt;&lt;P&gt;  I have to make an invoice where the condition type must be shown as header for the particular billno.If the cnty is repeated insted of making new col it should put condition value in the same col (not create a new cnty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raw data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000003193	10        ZDQT&lt;/P&gt;&lt;P&gt;000003193	11       ZMAN&lt;/P&gt;&lt;P&gt;000003193	12       Z FRD&lt;/P&gt;&lt;P&gt;000003193	13       ZDQT&lt;/P&gt;&lt;P&gt;000003193	14       ZMN&lt;/P&gt;&lt;P&gt;000003193	15      ZMAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the DESIRED output should be in following format--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;billno ZDQT ZMAN ZFRED ZMN&lt;/P&gt;&lt;P&gt;10     1&lt;/P&gt;&lt;P&gt;11                 1&lt;/P&gt;&lt;P&gt;12                           1&lt;/P&gt;&lt;P&gt;13     1&lt;/P&gt;&lt;P&gt;14                                        1&lt;/P&gt;&lt;P&gt;15                1&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;NehaJog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470420#M834193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice based on condition Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470421#M834194</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;U should use a dynamic internal table in order to have a table with many fields as many condition types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the method CREATE_DYNAMIC_TABLE of class CL_ALV_TABLE_CREATE,  u can find out many samples in this forum in order how to use that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470421#M834194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice based on condition Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470422#M834195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi max thanks for prev help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c rt now i have reached uptil here now wht i want is to put the unique condition type as col header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT   konv~kschl  "Condition type&lt;/P&gt;&lt;P&gt;           konv~kwert  "Condition Value&lt;/P&gt;&lt;P&gt;           konv~kposn  "Condition item number&lt;/P&gt;&lt;P&gt;           konv~knumv  "Number of the document condition&lt;/P&gt;&lt;P&gt;         FROM konv INTO TABLE kitab&lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN itab&lt;/P&gt;&lt;P&gt;         WHERE konv~kposn = itab-posnr&lt;/P&gt;&lt;P&gt;         AND  konv~knumv   = itab-knumv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    itab_kschl[] = kitab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SORT itab_kschl BY kschl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DELETE ADJACENT DUPLICATES FROM itab_kschl COMPARING kschl.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u help further&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 09:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invoice-based-on-condition-type/m-p/3470422#M834195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T09:24:56Z</dc:date>
    </item>
  </channel>
</rss>

