<?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 with smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667544#M295397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Global Definations Intilization you define the internal tables and retrive data to the final itab from Mara &amp;amp; other table by using join statement.&lt;/P&gt;&lt;P&gt;In the main window create table in that table we can find data tab there u assing this final itab to one field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing u need to assign Database table in Global definations and Field symbols also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2006 05:00:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-09T05:00:35Z</dc:date>
    <item>
      <title>problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667538#M295391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;     I am working on &amp;lt;b&amp;gt;smartforms&amp;lt;/b&amp;gt;. i hv one problem in that. if i use one internal table in smartforms i got exact output wht i want. but if my finalitab contain data of two tables. for eg&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;tables: MARA, MAKT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;itab1 like mara.&lt;/P&gt;&lt;P&gt;itab2 like makt.&lt;/P&gt;&lt;P&gt;finalitab contains fields from both itabs i.e.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;finalitab&amp;lt;/b&amp;gt; having fields like matnr, mtart, mbrsh, maktx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how will i define these tables into smartforms so that i will get data from two different tables. i hv tried some options but they are not working. &lt;/P&gt;&lt;P&gt;plz give me sample example with code as early as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667538#M295391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T04:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667539#M295392</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;you can refer following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      formname = 'ZFI_DEB_CRE_NOTE_FORM'&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;     formname = 'ZFI_CRDR_PANKAJ'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      fm_name  = fm_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION fm_name&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      control_parameters   = v_con&lt;/P&gt;&lt;P&gt;      user_settings        = 'X'&lt;/P&gt;&lt;P&gt;      text                 = p_long&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      document_output_info = out_info&lt;/P&gt;&lt;P&gt;      job_output_info      = prn_ret&lt;/P&gt;&lt;P&gt;      job_output_options   = out_op&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      gs_out               = gs_out&lt;/P&gt;&lt;P&gt;      gs_out1              = gs_out_item&lt;/P&gt;&lt;P&gt;      git_adrc             = git_adrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in smartform also you have to define multipal internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667539#M295392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T04:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667540#M295393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to use 2 internal tables, then you have to define those tables in your smartform.  Create 2 Tables in abap dictionary, specifying the fields that internal tables contain and use it in ur smartform.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667540#M295393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T04:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667541#M295394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for replay,&lt;/P&gt;&lt;P&gt;     but actually my problem is that.&lt;/P&gt;&lt;P&gt;    i just want finalitab in my smartform.&lt;/P&gt;&lt;P&gt;    how can i assign 2 tables to single finalitab.&lt;/P&gt;&lt;P&gt;    while assigning second table to finalitab it gives me error. &lt;/P&gt;&lt;P&gt;this is my ABAP program&lt;/P&gt;&lt;P&gt;REPORT ZFORM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : ZTAB, kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 10,&lt;/P&gt;&lt;P&gt;CODE LIKE ZTAB-CODE,&lt;/P&gt;&lt;P&gt;NAME LIKE ZTAB-NAME,&lt;/P&gt;&lt;P&gt;ADDRESS LIKE ZTAB-ADDRESS,&lt;/P&gt;&lt;P&gt;END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB1 OCCURS 10,&lt;/P&gt;&lt;P&gt;KUNNR LIKE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;NAME1 LIKE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;*ADDRESS LIKE ZTAB-ADDRESS,&lt;/P&gt;&lt;P&gt;END OF ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF FIITAB OCCURS 10,&lt;/P&gt;&lt;P&gt;CODE LIKE ITAB-CODE,&lt;/P&gt;&lt;P&gt;NAME LIKE ITAB-NAME,&lt;/P&gt;&lt;P&gt;ADDRESS LIKE ITAB-ADDRESS,&lt;/P&gt;&lt;P&gt;KUNNR LIKE ITAB1-KUNNR,&lt;/P&gt;&lt;P&gt;NAME1 LIKE ITAB1-NAME1,&lt;/P&gt;&lt;P&gt;END OF FIITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i just want to pass this fiitab to my function which is created in smartform.&lt;/P&gt;&lt;P&gt;wht can i do for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds.&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667541#M295394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T04:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667542#M295395</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;Here is a sample program in which used two internal tables: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT YPRINTPRG_SMARTFORM1 . &lt;/P&gt;&lt;P&gt;DATA : ITKNA1 LIKE KNA1, &lt;/P&gt;&lt;P&gt;             ITVBAK LIKE VBAK OCCURS 0 WITH HEADER LINE. &lt;/P&gt;&lt;P&gt;PARAMETERS : PKUNNR LIKE KNA1-KUNNR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM KNA1 INTO ITKNA1 &lt;/P&gt;&lt;P&gt;   WHERE KUNNR = PKUNNR. &lt;/P&gt;&lt;P&gt;ENDSELECT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM VBAK &lt;/P&gt;&lt;P&gt;    INTO TABLE ITVBAK &lt;/P&gt;&lt;P&gt;   WHERE KUNNR = PKUNNR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SF00000011' &amp;#147;THIS FUNCTION MODULE CALLS THE  &lt;/P&gt;&lt;P&gt;                                      SMART FORM WE WILL GET THIS AT MENU ENVIRONEMENT &amp;#148; &lt;/P&gt;&lt;P&gt;  EXPORTING &lt;/P&gt;&lt;P&gt;  ITKNA1                     = ITKNA1 &lt;/P&gt;&lt;P&gt;  TABLES &lt;/P&gt;&lt;P&gt;      ITVBAK                = ITVBAK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN SMART FORM  &lt;/P&gt;&lt;P&gt;FORM INERFACE----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;IMPORT (TAB)  &lt;/P&gt;&lt;P&gt;  Parameter name      Type assignment    Reference type      Default value  &lt;/P&gt;&lt;P&gt;  ITKNA1                     LIKE                      KNA1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM INERFACE----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;TABLES (TAB) &lt;/P&gt;&lt;P&gt;  ITVBAK                     LIKE                       VBAK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAGES &amp;amp; WINDOWS--&lt;DEL&gt;- MAIN WINDOW&lt;/DEL&gt;&lt;DEL&gt;-LOOP 1&lt;/DEL&gt;--DATA(TAB) &lt;/P&gt;&lt;P&gt;  ITVBAK         INTO               ITVBAK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAGES &amp;amp; WINDOWS----&lt;DEL&gt;-MAIN WINDOW&lt;/DEL&gt;--&lt;DEL&gt;LOOP 1&lt;/DEL&gt;---TEXT 3(EDITOR)  &lt;/P&gt;&lt;P&gt;  &amp;amp;ITVBAK-VBELN&amp;amp;   &amp;amp;ITVBAK-ERDAT&amp;amp;  &amp;amp;ITVBAK-ERNAM&amp;amp;  &amp;amp;ITVBAK-NETWR&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAGES &amp;amp; WINDOWS----&lt;DEL&gt;-HEADER WINDOW&lt;/DEL&gt;---TEXT 2(EDITOR) &lt;/P&gt;&lt;P&gt;  Customer No. &amp;amp;itkna1-kunnr&amp;amp;        CustomerName :&amp;amp;itkna1-name1&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667542#M295395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T04:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667543#M295396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;create a table (EX: ZFINAL) with the fields that final itab contain.  In smart form, &lt;/P&gt;&lt;P&gt;(1) click on Form Interface -&amp;gt; Tables tab -&amp;gt; Parameter Name -&amp;gt; finalitab,&lt;/P&gt;&lt;P&gt;Type Assistant -&amp;gt; Like,&lt;/P&gt;&lt;P&gt;Associated Type -&amp;gt; ZFINAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Right click on Main Window (LHS) -&amp;gt; Create -&amp;gt; Table&lt;/P&gt;&lt;P&gt;(3) In Data tab -&amp;gt; Operand -&amp;gt; finalitab; into; finalitab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program include the function module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: sform TYPE TDSFNAME VALUE '&amp;lt;SMARTFORMNAME&amp;gt;'.&lt;/P&gt;&lt;P&gt;DATA: fname TYPE RS381_FNAM.&lt;/P&gt;&lt;P&gt;TABLES : ZTAB, kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 10,&lt;/P&gt;&lt;P&gt;CODE LIKE ZTAB-CODE,&lt;/P&gt;&lt;P&gt;NAME LIKE ZTAB-NAME,&lt;/P&gt;&lt;P&gt;ADDRESS LIKE ZTAB-ADDRESS,&lt;/P&gt;&lt;P&gt;END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB1 OCCURS 10,&lt;/P&gt;&lt;P&gt;KUNNR LIKE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;NAME1 LIKE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;*ADDRESS LIKE ZTAB-ADDRESS,&lt;/P&gt;&lt;P&gt;END OF ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF FIITAB OCCURS 10,&lt;/P&gt;&lt;P&gt;CODE LIKE ITAB-CODE,&lt;/P&gt;&lt;P&gt;NAME LIKE ITAB-NAME,&lt;/P&gt;&lt;P&gt;ADDRESS LIKE ITAB-ADDRESS,&lt;/P&gt;&lt;P&gt;KUNNR LIKE ITAB1-KUNNR,&lt;/P&gt;&lt;P&gt;NAME1 LIKE ITAB1-NAME1,&lt;/P&gt;&lt;P&gt;END OF FIITAB.&lt;/P&gt;&lt;P&gt;&amp;lt;POPULATE ALL THE REQUIRED FIELDS IN UR FIITAB&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      formname                 = sform&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VARIANT                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIRECT_CALL              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     fm_name                  = fname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_FORM                  = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_FUNCTION_MODULE       = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                   = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;*IF sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION fname&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DOCUMENT_OUTPUT_INFO       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_INFO            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_OPTIONS         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      itab3                      = FIITAB&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     formatting_error           = 1&lt;/P&gt;&lt;P&gt;     internal_error             = 2&lt;/P&gt;&lt;P&gt;     send_error                 = 3&lt;/P&gt;&lt;P&gt;     user_canceled              = 4&lt;/P&gt;&lt;P&gt;     OTHERS                     = 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667543#M295396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T04:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667544#M295397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Global Definations Intilization you define the internal tables and retrive data to the final itab from Mara &amp;amp; other table by using join statement.&lt;/P&gt;&lt;P&gt;In the main window create table in that table we can find data tab there u assing this final itab to one field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing u need to assign Database table in Global definations and Field symbols also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 05:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667544#M295397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T05:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667545#M295398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ur solution is very helpful  to me&lt;/P&gt;&lt;P&gt;but i hv still problem while creating table on main window of smartforms. &lt;/P&gt;&lt;P&gt;it show some line type error.&lt;/P&gt;&lt;P&gt;plz help me&lt;/P&gt;&lt;P&gt;thnks for previous solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds, &lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 09:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1667545#M295398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T09:33:25Z</dc:date>
    </item>
  </channel>
</rss>

