<?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: Smartform Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024531#M414760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds any suggestion from ur side regarding this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 08:10:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T08:10:39Z</dc:date>
    <item>
      <title>Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024526#M414755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                i m working in smartforms i hav be stopped at a place where i m unable to proceed. My requirement is i hav created a custom table ZSD_INSP_REQ &lt;/P&gt;&lt;P&gt;which contains a field ·Text to print (ZSD_INSP_REQ-TEXT) CHAR25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i m giving the text in smartforms that is throwing error that text is not defined.&lt;/P&gt;&lt;P&gt;Frnds can anyone guide me what shuld be done to get the text printed in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking u all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 15:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024526#M414755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024527#M414756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjay,&lt;/P&gt;&lt;P&gt;    check if your form interface has a tables parameter defind for that z table.&lt;/P&gt;&lt;P&gt;Also, you should declare a work area of that type.&lt;/P&gt;&lt;P&gt;then you can use a loop element to loop at the table into the work area and use that work area field in the text elements under the loop element.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 16:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024527#M414756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T16:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024528#M414757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              There is no need of loop yaar but see...&lt;/P&gt;&lt;P&gt; need fo loopyaar thr is one condition to be checked so based on tht condition&lt;/P&gt;&lt;P&gt;it should be displayed tht text is stored as " Inspection required".&lt;/P&gt;&lt;P&gt;so based on the conidition it should be displayed whethr for tht particular PO&lt;/P&gt;&lt;P&gt;text should be printed or not&lt;/P&gt;&lt;P&gt;u got it?&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 printout takes place when a material document for GR of purchase orders or outbound deliveries is printed.&lt;/P&gt;&lt;P&gt;Output type ZTAG uses print program ZMMRMATTAG, form routine ENTRY, Smartform ZZ_MMMATERIAL_TAG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create Z-Table do make the print out plant and movement specific: Table ZSD_INSP_REQ with the following Fields&lt;/P&gt;&lt;P&gt;·	Plant (ZSD_INSP_REQ-PLANT) CHAR4&lt;/P&gt;&lt;P&gt;·	Movement type (ZSD_INSP_REQ-BWART) CHAR3&lt;/P&gt;&lt;P&gt;·	Stock Type (ZSD_INSP_REQ-INSMK) CHAR1&lt;/P&gt;&lt;P&gt;·	Language (ZSD_INSP_REQ-SPRAS) LANG1 (ABAP internal length 2)&lt;/P&gt;&lt;P&gt;·	Text to print (ZSD_INSP_REQ-TEXT) CHAR25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create FM Z_CHECK_INSPEC_REQ (Suggestion: create function module)&lt;/P&gt;&lt;P&gt;Input parameter:&lt;/P&gt;&lt;P&gt;·	Plant (from MSEG-WERKS)&lt;/P&gt;&lt;P&gt;·	Movement type (from MSEG-BWART)&lt;/P&gt;&lt;P&gt;·	Stock type (from MSEG-INSMK)&lt;/P&gt;&lt;P&gt;·	Language (Logon language SYST-LANGU)&lt;/P&gt;&lt;P&gt;Output parameter:&lt;/P&gt;&lt;P&gt;·	Text to print (ZSD_INSP_REQ-TEXT) -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Program logic:&lt;/P&gt;&lt;P&gt;When posting a goods receipt a material document is created (table MSEG) which is used to determine whether or not the text in ZSD_INSP_REQ-TEXT (Inspection required) is printed.&lt;/P&gt;&lt;P&gt;If &lt;/P&gt;&lt;P&gt;Plant in MSEG-WERKS = Plant in table ZSD_INSP_REQ-PLANT) and&lt;/P&gt;&lt;P&gt;Movement type in MSEG-BWART = Movement type in ZSD_INSP_REQ-PLANT-BWART and&lt;/P&gt;&lt;P&gt;Stock Type in MSEG-INSMK = Stock Type in ZSD_INSP_REQ-INSMK and&lt;/P&gt;&lt;P&gt;Language (Logon language SYST-LANGU) = Language in ZSD_INSP_REQ-SPRAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;print content maintained in table field ZSD_INSP_REQ-TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else (if no entry in table or no match) do no print content of ZSD_INSP_REQ-TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnking u all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sanjay jaju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 16:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024528#M414757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T16:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024529#M414758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;              Any help plz...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 16:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024529#M414758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024530#M414759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds,&lt;/P&gt;&lt;P&gt;          Its an issue with high priority plzz help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnking u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 17:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024530#M414759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T17:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024531#M414760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds any suggestion from ur side regarding this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 08:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024531#M414760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T08:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024532#M414761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;after cing ur post i can suggest you these things,&lt;/P&gt;&lt;P&gt;1.check whether the function module is returning the text after u r calling that in the form,and also c that wehther the field TEXT is specified in the output parameters of the  program lines.&lt;/P&gt;&lt;P&gt;put a manual break-point in the prog lines and Debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zarina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 09:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text/m-p/2024532#M414761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T09:23:23Z</dc:date>
    </item>
  </channel>
</rss>

