<?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: problem in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066841#M93539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming all the itab,jtab,wa_itab,wa_jtab are declared properly...&lt;/P&gt;&lt;P&gt;When you are writing &amp;amp;wa_jtab-maktx&amp;amp; for a text (TEXT6)... First you need to select the correct description for the material in wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You use program lines pass wa_itab,wa_jtab in input and wa_jtab for output.. Then code for reading the wa_itab with matnr = wa_itab-matnr... use this for TEXT6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, a loop on wa_itab...within which a read on wa_jtab for getting description will do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2005 09:21:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-09T09:21:07Z</dc:date>
    <item>
      <title>problem in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066837#M93535</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 am trying smartforms in that i am facing one problem I have define 2 tables  say MARA &amp;amp; MAKT and I want to Print matnr &amp;amp; maktx on the form.&lt;/P&gt;&lt;P&gt;    in Form I am defining itab &amp;amp; jtab in form interface-table also in global definations workarea for both the tables &lt;/P&gt;&lt;P&gt;in Page1 i am defining one table itab into wa_itab also define table columns in main loop i am passing jtab to wa_jtab (for 2nd table, Material description)&lt;/P&gt;&lt;P&gt;while activating the form i am getting an error %TEXT6	Field wa_JTAB-MAKTX has no defined value can anybody solve this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;amp; Regards&lt;/P&gt;&lt;P&gt;Vinayak Deosthali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066837#M93535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066838#M93536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinayak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Is it a warning or an error message that you're getting? The reason I asked was I encountered the same warning message and just ignored it. I activated the Smartform anyway. It is a result of not directly populating the variable/field within the form. Is the value coming from a print program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LeGo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066838#M93536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T06:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066839#M93537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the table Jtab contains any value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 06:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066839#M93537</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2005-12-09T06:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066840#M93538</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;If you are passing the values from program,declaring the internal tables in forms interface is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not passing values from program,then you should declare the internal table in global definition-&amp;gt;Global data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg.. the declarations should be like this&lt;/P&gt;&lt;P&gt;mara type mara[in case of not passing value from program]&lt;/P&gt;&lt;P&gt;itab &amp;lt;b&amp;gt;type standard table of&amp;lt;/b&amp;gt; mara&lt;/P&gt;&lt;P&gt;wa &amp;lt;b&amp;gt;like&amp;lt;/b&amp;gt; mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The place you are declaring depends on the values from program or from smartform itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 08:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066840#M93538</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-12-09T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066841#M93539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming all the itab,jtab,wa_itab,wa_jtab are declared properly...&lt;/P&gt;&lt;P&gt;When you are writing &amp;amp;wa_jtab-maktx&amp;amp; for a text (TEXT6)... First you need to select the correct description for the material in wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You use program lines pass wa_itab,wa_jtab in input and wa_jtab for output.. Then code for reading the wa_itab with matnr = wa_itab-matnr... use this for TEXT6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, a loop on wa_itab...within which a read on wa_jtab for getting description will do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 09:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066841#M93539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T09:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066842#M93540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the Steps to get material Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Form Interface-&amp;gt;Table&lt;/P&gt;&lt;P&gt;   Define &lt;/P&gt;&lt;P&gt;   IT	LIKE	MARA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Global Definitions-&amp;gt;Global Data&lt;/P&gt;&lt;P&gt;   define &lt;/P&gt;&lt;P&gt;   GS_MAKTX	LIKE	MAKT-MAKTX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create Table in Main Window&lt;/P&gt;&lt;P&gt;   go to Data Tab-&amp;gt;Loop-&amp;gt;Check Operand &lt;/P&gt;&lt;P&gt;   eneter IT into IT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now for getting Material Description in Main Area of table use program lines&lt;/P&gt;&lt;P&gt;   Use IT in Input Parameters &amp;amp; gs_maktx in Output Parameters &lt;/P&gt;&lt;P&gt;   write following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   TABLES : makt.&lt;/P&gt;&lt;P&gt;   CLEAR : makt,gs_maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SELECT SINGLE * FROM makt WHERE matnr = it-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    gs_maktx = makt-maktx.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Create Text under program lines.&lt;/P&gt;&lt;P&gt;   Use &amp;amp;gs_maktx&amp;amp; in text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;On assumption that u know about Table&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I dont write steps how to design table &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's easily solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward point, if it solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Digesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 09:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms/m-p/1066842#M93540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T09:32:41Z</dc:date>
    </item>
  </channel>
</rss>

