<?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 - internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413267#M1048621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you assigned reference currency field to this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes give some formatting options to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 07:07:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T07:07:26Z</dc:date>
    <item>
      <title>smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413264#M1048618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed a smartform, inside there's a internal tables with some fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form i maked the table, and all form's field is linked with table's field like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;row2--&amp;gt;cell1 --&amp;gt; text1 with    &amp;amp;Itab-matnr&amp;amp;.&lt;/P&gt;&lt;P&gt;           cell2 --&amp;gt; text2 with    &amp;amp;Itab-var2&amp;amp;.&lt;/P&gt;&lt;P&gt;           cell3 --&amp;gt; text3 with    &amp;amp;Itab-lifnr&amp;amp;.&lt;/P&gt;&lt;P&gt;           cell4 --&amp;gt; text4 with    &amp;amp;Itab-varrr&amp;amp;.&lt;/P&gt;&lt;P&gt;           cell5 --&amp;gt; text5 with    &amp;amp;Itab-montant&amp;amp;.&lt;/P&gt;&lt;P&gt;           cell6 --&amp;gt; text6 with    &amp;amp;Itab-tax&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all run ok only if I delete   cell5 --&amp;gt; text5 with    &amp;amp;Itab-montant&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand why cell5 --&amp;gt; text5 with    &amp;amp;Itab-montant&amp;amp;. is wrong,&lt;/P&gt;&lt;P&gt;I checked and checked and it is like other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some idea ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks a lot,&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 16:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413264#M1048618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T16:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413265#M1048619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are three possibilities:&lt;/P&gt;&lt;P&gt;1) cell or row addressing is wrong -&amp;gt; make sure you have right address typed in each cell of the table (1,1) (1,2) (1,3) ... - for first row, (2,1) (2,2) (2,3)....- for second and so on&lt;/P&gt;&lt;P&gt;2) you have some misspel in field names i.e. &amp;amp;Itab-montant&amp;amp; -&amp;gt; try to verify the names of the fields in ltab once again&lt;/P&gt;&lt;P&gt;3) ltab-montant is simply empty. To check this do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- assign static vaule to ltab-montant -&amp;gt; add a 'CODE' node just before ''TEXT' node where you display data, and put there &lt;STRONG&gt;ltab-montant = some value&lt;/STRONG&gt;. Then run the smartform and see if assigned value is displaying.&lt;/P&gt;&lt;P&gt;(Don't forget to add LTAB as importing and exporting parameter in CODE node)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- as above add 'CODE' node but this time just put there command 'BREAK-POINT'. It will create a static break point. Then run the smartform. When program stops at this point check what is in LTAB-MONTANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes the mistake is so simple, that hardly identyfiable. Maybe a fresh look next day will bring the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 19:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413265#M1048619</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-09-08T19:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413266#M1048620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;tks a lot for your help, unfortunately I checked your point but not solved the problem. &lt;/P&gt;&lt;P&gt;But I checked sy-subrc after Call smartform and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc = 1   it's mean that: formatting error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-montant is type CURR in the table, ( but in other table, the type CURR is correctly printed ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, i dont now why sy-subrc = 1. The dimension of table is compatible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, help me!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 06:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413266#M1048620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T06:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413267#M1048621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you assigned reference currency field to this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes give some formatting options to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 07:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413267#M1048621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T07:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413268#M1048622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how I can assing reference currency ?? I have to do it in smartform ? where ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 07:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413268#M1048622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T07:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413269#M1048623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked and sy-subrc is set to 1 at the very beginning of the smartform, so probably formatting is not an issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What message excactly you get?&lt;/P&gt;&lt;P&gt;Can you run the smartform?&lt;/P&gt;&lt;P&gt;What does it print?&lt;/P&gt;&lt;P&gt;Does the system dumps out during the run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you provide more information similar to above it will be easier to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 07:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413269#M1048623</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-09-09T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413270#M1048624</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;the message is simply sy-subrc  = 1 , and no other, the problem is:&lt;/P&gt;&lt;P&gt;if I put &amp;amp;itab-montant&amp;amp; in the smartform, the page is not print ( nothing is print ), but if i delete &amp;amp;itab-montant&amp;amp;, the page is correctly print and, of corse, the field itab-montant is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no dump in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the type of itab-montant in char(5), is correctly, run correctly !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 07:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413270#M1048624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413271#M1048625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to do what bala said. Assign reference to currency field. Do following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to &lt;STRONG&gt;Global Definitions&lt;/STRONG&gt; -&amp;gt; tab &lt;STRONG&gt;Currency/Quant.Fields&lt;/STRONG&gt; and type ltab-montant as your &lt;EM&gt;Field name&lt;/EM&gt; and choose &lt;STRONG&gt;CURR&lt;/STRONG&gt; as &lt;EM&gt;Data Type&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 07:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413271#M1048625</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-09-09T07:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: smartform - internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413272#M1048626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved my problem !!!!!!!!&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;&lt;/P&gt;&lt;P&gt;have you a nice day !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 08:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-internal-table/m-p/4413272#M1048626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T08:00:43Z</dc:date>
    </item>
  </channel>
</rss>

