<?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 data passing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194909#M1202170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shrilata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF no looping is required how to pass the data in import parameter ? please elaborate .Secondly i am having query regarding the tow page formate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two pages&lt;/P&gt;&lt;P&gt;Page1 &lt;/P&gt;&lt;P&gt;Page2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want first purchase orde ron first page of smartform and next one on page 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i give condition on table 1 &lt;/P&gt;&lt;P&gt;where i have looped on it_Final containing all the data . NExt page is displayed as blank . i have given condiotion in command as &lt;/P&gt;&lt;P&gt;if wa_final-flag = 'x' &lt;/P&gt;&lt;P&gt;Got to NExt page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help as to how to pass data and can the main window of the page1 be same as that of page2 .i.e i have made copy of main window from page1 to page2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2009 11:35:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-03T11:35:04Z</dc:date>
    <item>
      <title>smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194902#M1202163</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 to use 4 tables for smartform instead of one but ,if i use nested loop it is not giving me results . the four tables used are :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;header - po  no&lt;/P&gt;&lt;P&gt;Details - po details &lt;/P&gt;&lt;P&gt;address &lt;/P&gt;&lt;P&gt;and shipping address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when i define the tables in the form Interface ii have given associated type as like. .what might be the reason as the data is populated in the tables but not bieng passed .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194902#M1202163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T06:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194903#M1202164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you are using nested loops, you can simple use work area for Header details and Loop for Item details. You can get Shipping address from Header details itself. First  question are u getting data into smartform. Put break point in the smartform programming lines and debug where it is going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194903#M1202164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T06:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194904#M1202165</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;Make use of joins on the tables  and write the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will resolve ur issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194904#M1202165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T07:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194905#M1202166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if i want One purchase Order on one page how do i apply PAge break?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194905#M1202166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194906#M1202167</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;check the internal table before for initial .dont use nested loop instead use join statement .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194906#M1202167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T07:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194907#M1202168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phanindra please elaborate . i am passing tables using function m,odule in following way. &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                 =  'Z9MSK_SMARTFORMS1'&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                  = fm_name&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       no_form                  = 1&lt;/P&gt;&lt;P&gt;       no_function_module       = 2&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WRITE : 'Smart form name not recognised'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;"'/1BCDWB/SF00000709'&lt;/P&gt;&lt;P&gt;CALL FUNCTION fm_name&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              = ARCHIVE_INDEX&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_INDEX_TAB          = ARCHIVE_INDEX_TAB&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_PARAMETERS         = ARCHIVE_PARAMETERS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTROL_PARAMETERS         = CONTROL_PARAMETERS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_APPL_OBJ              = MAIL_APPL_OBJ&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_RECIPIENT             = MAIL_RECIPIENT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_SENDER                = MAIL_SENDER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OUTPUT_OPTIONS             = OUTPUT_OPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   USER_SETTINGS              = 'X'&lt;/P&gt;&lt;UL&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       = DOCUMENT_OUTPUT_INFO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_INFO            = JOB_OUTPUT_INFO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_OPTIONS         = JOB_OUTPUT_OPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    po_header                  = po_header&lt;/P&gt;&lt;P&gt;    po_details                 = po_details&lt;/P&gt;&lt;P&gt;    it_address                 = it_address&lt;/P&gt;&lt;P&gt;    it_t001w                   = it_t001w&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;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the smartform &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop   (loop at po_header)&lt;/P&gt;&lt;P&gt;i into&lt;/P&gt;&lt;P&gt;wa_po_header &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using flow logic one more loop &lt;/P&gt;&lt;P&gt;loop (loop at po_details )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using where condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ebeln = wa_po_header-ebeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MSK on Feb 24, 2009 8:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 07:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194907#M1202168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T07:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194908#M1202169</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;Create Two Structures in SE11 based on the fields ie for all header data keep one structure and item data keep one structure. So it is very esay to pass data and no need to use nested loop in the samrtforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194908#M1202169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: smartform data passing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194909#M1202170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shrilata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF no looping is required how to pass the data in import parameter ? please elaborate .Secondly i am having query regarding the tow page formate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two pages&lt;/P&gt;&lt;P&gt;Page1 &lt;/P&gt;&lt;P&gt;Page2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want first purchase orde ron first page of smartform and next one on page 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i give condition on table 1 &lt;/P&gt;&lt;P&gt;where i have looped on it_Final containing all the data . NExt page is displayed as blank . i have given condiotion in command as &lt;/P&gt;&lt;P&gt;if wa_final-flag = 'x' &lt;/P&gt;&lt;P&gt;Got to NExt page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help as to how to pass data and can the main window of the page1 be same as that of page2 .i.e i have made copy of main window from page1 to page2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 11:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-passing/m-p/5194909#M1202170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T11:35:04Z</dc:date>
    </item>
  </channel>
</rss>

