<?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: how to replace text in smartforms. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629915#M1571199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;we remove the condition means how we will print the text like &lt;STRONG&gt;tax/sale invoice cum delivery challan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That text is printing through %in_in_ex_n_ex_p_taxin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF ( V_FLAG NE 1&lt;/P&gt;&lt;P&gt;   AND WA_HDR-FKART EQ 'F1'&lt;/P&gt;&lt;P&gt;   AND V_FLAG3 EQ 0&lt;/P&gt;&lt;P&gt;   AND WA_PLANT-REGIO NE '06' ).&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSFCOMP_TABLE_GOTO_CELL'&lt;/P&gt;&lt;P&gt;     EXPORTING  I_ROW  = 003&lt;/P&gt;&lt;P&gt;                I_COL  = 001&lt;/P&gt;&lt;P&gt;     EXCEPTIONS OTHERS = 1.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0. RAISE ERROR. ENDIF.&lt;/P&gt;&lt;P&gt;REFRESH %INPUTFIELDS.&lt;/P&gt;&lt;P&gt;FILL_TEXTAREA 'F'  0  0 ' '.&lt;/P&gt;&lt;P&gt;PERFORM %WRITE_TEXT USING '%IN_IN_EX_N_EX_P_TAXIN' SPACE SPACE 'P' SPACE %INPUTFIELDS %TEXTAREA.&lt;/P&gt;&lt;P&gt;IF %WEXIT &amp;lt;&amp;gt; SPACE. EXIT. ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;siva rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2011 10:37:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-07T10:37:09Z</dc:date>
    <item>
      <title>how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629912#M1571196</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;i had requirement to replace text &lt;STRONG&gt;retail invoice&lt;/STRONG&gt; with &lt;STRONG&gt;Tax/sale invoice cum delivery challan&lt;/STRONG&gt; in smart form&lt;/P&gt;&lt;P&gt;in that smart form they had retun one condition like region no notequl to '06' they had retun one condition to print correct like(Tax/sale invoice cum delivery challan) but region eq 6 they had return one condition it is printing retail invoice.so he want at any condition u need to print like (Tax/sale invoice cum delivery challan) so any body plz help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks in advance.&lt;/P&gt;&lt;P&gt;sivarama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 09:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629912#M1571196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T09:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629913#M1571197</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;Delete text elemtn where region is 6 and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the condition region &amp;lt;&amp;gt; 6 from first text elemnt where text is &lt;STRONG&gt;'Tax/sale invoice cum delivery challa'&lt;/STRONG&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629913#M1571197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629914#M1571198</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;Simply remove the condition there and use only one text element with text as "Tax/sale invoice cum delivery challan".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629914#M1571198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T10:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629915#M1571199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;we remove the condition means how we will print the text like &lt;STRONG&gt;tax/sale invoice cum delivery challan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That text is printing through %in_in_ex_n_ex_p_taxin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF ( V_FLAG NE 1&lt;/P&gt;&lt;P&gt;   AND WA_HDR-FKART EQ 'F1'&lt;/P&gt;&lt;P&gt;   AND V_FLAG3 EQ 0&lt;/P&gt;&lt;P&gt;   AND WA_PLANT-REGIO NE '06' ).&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSFCOMP_TABLE_GOTO_CELL'&lt;/P&gt;&lt;P&gt;     EXPORTING  I_ROW  = 003&lt;/P&gt;&lt;P&gt;                I_COL  = 001&lt;/P&gt;&lt;P&gt;     EXCEPTIONS OTHERS = 1.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0. RAISE ERROR. ENDIF.&lt;/P&gt;&lt;P&gt;REFRESH %INPUTFIELDS.&lt;/P&gt;&lt;P&gt;FILL_TEXTAREA 'F'  0  0 ' '.&lt;/P&gt;&lt;P&gt;PERFORM %WRITE_TEXT USING '%IN_IN_EX_N_EX_P_TAXIN' SPACE SPACE 'P' SPACE %INPUTFIELDS %TEXTAREA.&lt;/P&gt;&lt;P&gt;IF %WEXIT &amp;lt;&amp;gt; SPACE. EXIT. ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;siva rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629915#M1571199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629916#M1571200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yo have to remove it in the smartform itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open smartform, Double click on that text element, go to tab conditions, there u will find the condition WA_PLANT-REGIO = '06'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629916#M1571200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629917#M1571201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;they had retun one condition in condition tab like  WA_PLANT-REGIO nt= '06'&lt;/P&gt;&lt;P&gt;then it is printing &lt;STRONG&gt;Tax/sale invoice cum delivery challana&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after anoter text element condition like  WA_PLANT-REGIO = '06'&lt;/P&gt;&lt;P&gt;here is printing like &lt;STRONG&gt;retail invoice.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now we remove above  nt='06' condition. after also the  region eq '06' it  will print &lt;STRONG&gt;reail invoice&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we need to display in boath condition like &lt;STRONG&gt;Tax/sale invoice cum delivery challana&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in nt= 06 or = 06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;sivarama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 11:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629917#M1571201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629918#M1571202</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 want print invoice form like.&lt;/P&gt;&lt;P&gt;amount                                                        400000&lt;/P&gt;&lt;P&gt;basic.exice(%)                                           200000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add:output vat                           12.5%&lt;/P&gt;&lt;P&gt;add:output vat                           2.50%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;out put is comming like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want print invoice form like.&lt;/P&gt;&lt;P&gt;amount                                                        400000&lt;/P&gt;&lt;P&gt;basic.exice(%)                                           200000&lt;/P&gt;&lt;P&gt;                                        12.5%&lt;/P&gt;&lt;P&gt;                                         2.50%&lt;/P&gt;&lt;P&gt;add:output vat                           &lt;/P&gt;&lt;P&gt;add:output vat                           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how i will do modification for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 06:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629918#M1571202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T06:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace text in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629919#M1571203</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;Delete the text element for printing 'retail invoice'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nikhil Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 06:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-text-in-smartforms/m-p/7629919#M1571203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-14T06:39:25Z</dc:date>
    </item>
  </channel>
</rss>

