<?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: Write Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355226#M1036934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want in the output of the report the description of the taxcode, &lt;STRONG&gt;as per user selection of taxcode in the selection screen, not all the taxcode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Aug 2008 04:50:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-23T04:50:09Z</dc:date>
    <item>
      <title>Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355219#M1036927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to write on the top of my report(under Top-of-page event), the description of the taxcode when I fetch particular Taxcode in the selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose in my selection screen I fetch Taxcode A0, I want that in the output of the report I want the deecription of the Taxcode A0  i.e. Zero Output Taxcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355219#M1036927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355220#M1036928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use TOP-OF-PAGE Event...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355220#M1036928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355221#M1036929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the event TOP-OF-PAGE select from the table of TAX codes descriptions the one you need and write it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355221#M1036929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355222#M1036930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell when the user select Tacode suppose A0 in the selection screen , I want to write its description in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355222#M1036930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355223#M1036931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Savita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to write it into the report or in selection screen itself before you run the report option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to write it in report output after you run report with tax code in selection option, then you have to write the write statement into top-of-page event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to select the tax description into top-of-page event and write it,  example table  T007S for tax description...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to write it on screen immediately, you have to write it in at selection screen event and use modify screen option to put tax code into corresponding field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need detail help, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355223#M1036931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355224#M1036932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want in the output of the report, when the user select taxcode, I want its description in the o/p of the report on the top of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me some more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355224#M1036932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355225#M1036933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Savita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the output tax displayed into the output of the report then you it is definite you have to write it in top-of-page event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure top-of-page event gets triggered, ie you should have atleast one runtime write statement into your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page.&lt;/P&gt;&lt;P&gt;Select * from t007s&lt;/P&gt;&lt;P&gt;where spras = sy-langu&lt;/P&gt;&lt;P&gt;and mwskz = &amp;lt;input parameter field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write:/ t007s-text1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355225#M1036933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T13:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355226#M1036934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want in the output of the report the description of the taxcode, &lt;STRONG&gt;as per user selection of taxcode in the selection screen, not all the taxcode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 04:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355226#M1036934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T04:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355227#M1036935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i believe u have the taxcode from the selection screen when u enter the top-of-page event.. In top-of-page, write a select statement to get the desciption of that taxcode into some field of type c. and write that field in the top-of-page event.&lt;/P&gt;&lt;P&gt;. if u do not know which is the table which contains the desciption of the tax code.. &lt;/P&gt;&lt;P&gt;goto the data element of taxcode and double click on it to get its domain. in the domain, there will be table name in the field 'value table'.This u will find in the tab , value range..This will be the table from which u can get the description.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 04:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355227#M1036935</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2008-08-23T04:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Write Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355228#M1036936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;PARAMETERS :&lt;/P&gt;&lt;P&gt;  p_carrid LIKE spfli-carrid,&lt;/P&gt;&lt;P&gt;  p_connid LIKE spfli-connid.&lt;/P&gt;&lt;P&gt;DATA :&lt;/P&gt;&lt;P&gt;  t_spfli LIKE STANDARD TABLE OF spfli,&lt;/P&gt;&lt;P&gt;  fs_spfli LIKE LINE OF t_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  SELECT carrid&lt;/P&gt;&lt;P&gt;            connid&lt;/P&gt;&lt;P&gt;            cityfrom&lt;/P&gt;&lt;P&gt;            cityto&lt;/P&gt;&lt;P&gt;      FROM spfli&lt;/P&gt;&lt;P&gt;      INTO CORRESPONDING FIELDS OF TABLE t_spfli&lt;/P&gt;&lt;P&gt;    WHERE carrid EQ p_carrid&lt;/P&gt;&lt;P&gt;       AND connid EQ p_connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT t_spfli INTO fs_spfli.&lt;/P&gt;&lt;P&gt;    WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; fs_spfli-cityfrom,&lt;/P&gt;&lt;P&gt;               fs_spfli-cityto.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  LOOP AT t_spfli INTO fs_spfli.&lt;/P&gt;&lt;P&gt;    WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; fs_spfli-carrid,&lt;/P&gt;&lt;P&gt;               fs_spfli-connid.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 08:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/4355228#M1036936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T08:16:57Z</dc:date>
    </item>
  </channel>
</rss>

