<?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>Question Re: SMARTFORMS - Step by Step Tutorial in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889524#M1194301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi are there any examples involving getting data from more then one table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 15:21:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T15:21:26Z</dc:date>
    <item>
      <title>SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaq-p/2889521</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 am looking for a step-by-step detail example for Smart Forms. It would be great if it was up-to-date and not including the now extinct COMPLEX STRUCTURE option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dips Naik&lt;/P&gt;&lt;P&gt;SAP Consultant / Project Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaq-p/2889521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889523#M1194300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below the tutorial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Simple Smartform Tutorial  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to SAP, you need neither have any programming knowledge nor use a Script language to adapt standard forms. However, basic ABAP programming skills are required only in special cases (for example, to call a function module you created or for complex and extensive conditions).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a new smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction code SMARTFORMS &lt;/P&gt;&lt;P&gt;Create new smartforms call ZSMART&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Define looping process for internal table  &lt;/P&gt;&lt;P&gt;          Pages and windows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Page -&amp;gt; Header Window (Cursor at First Page then click Edit -&amp;gt; Node -&amp;gt; Create) &lt;/P&gt;&lt;P&gt;Here, you can specify your title and page numbering &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp; (Page 1) of &amp;amp;SFSY-FORMPAGES(Z4.0)&amp;amp; (Total Page)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main windows -&amp;gt; TABLE -&amp;gt; DATA  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Loop section, tick Internal table and fill in  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Define table in smartforms &lt;/P&gt;&lt;P&gt;           Global settings : &lt;/P&gt;&lt;P&gt;           Form interface &lt;/P&gt;&lt;P&gt;           Variable name    Type assignment   Reference type &lt;/P&gt;&lt;P&gt;           ITAB1               TYPE                  Table Structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Global definitions &lt;/P&gt;&lt;P&gt;           Variable name    Type assignment   Reference type &lt;/P&gt;&lt;P&gt;           ITAB2               TYPE                  Table Structure  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. To display the data in the form  &lt;/P&gt;&lt;P&gt;    Make used of the Table Painter and declare the Line Type in Tabstrips Table &lt;/P&gt;&lt;P&gt;     e.g.  HD_GEN for printing header details, &lt;/P&gt;&lt;P&gt;             IT_GEN  for printing data details.  &lt;/P&gt;&lt;P&gt;     You have to specify the Line Type in your Text elements in the Tabstrips Output options. &lt;/P&gt;&lt;P&gt;      Tick the New Line and specify the Line Type for outputting the data. &lt;/P&gt;&lt;P&gt;      Declare your output fields in Text elements  &lt;/P&gt;&lt;P&gt;      Tabstrips - Output Options &lt;/P&gt;&lt;P&gt;      For different fonts use this Style : IDWTCERTSTYLE &lt;/P&gt;&lt;P&gt;      For Quantity or Amout you can used this variable &amp;amp;GS_ITAB-AMOUNT(12.2)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Calling SMARTFORMS from your ABAP program  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZSMARTFORM.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Calling SMARTFORMS from your ABAP program. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Collecting all the table data in your program, and pass once to SMARTFORMS &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SMARTFORMS &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Declare your table type in :- &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Global Settings -&amp;gt; Form Interface &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Global Definintions -&amp;gt; Global Data &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Main Window -&amp;gt; Table -&amp;gt; DATA &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Written by :  SAP Hints and Tips on Configuration and ABAP/4 Programming &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    &lt;A href="http://sapr3.tripod.com" target="test_blank"&gt;http://sapr3.tripod.com&lt;/A&gt; &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: MKPF.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: FM_NAME TYPE RS38L_FNAM.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF INT_MKPF OCCURS 0. &lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE MKPF. &lt;/P&gt;&lt;P&gt;DATA: END OF INT_MKPF.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR. &lt;/P&gt;&lt;P&gt;   MOVE-CORRESPONDING MKPF TO INT_MKPF. &lt;/P&gt;&lt;P&gt;   APPEND INT_MKPF.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;At the end of your program. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Passing data to SMARTFORMS  &lt;/P&gt;&lt;/LI&gt;&lt;/UL&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                 = 'ZSMARTFORM' &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;    OTHERS                   = 3.  &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;   WRITE: / 'ERROR 1'. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function FM_NAME &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;/LI&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;    GS_MKPF                    = INT_MKPF &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;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt;   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Fonts for your SMARTFORMS  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create additional fonts and style with transaction SMARTSTYLES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can then be define in the paragraph and character formats, which you can then be assign to texts and fields in the Smart Form.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The character formats includes effects such as superscript, subscript, barcode and font attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can refer to the below link for the explanation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4b/83fb42df8f11d3969700a0c930660b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4b/83fb42df8f11d3969700a0c930660b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889523#M1194300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889524#M1194301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi are there any examples involving getting data from more then one table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889524#M1194301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889525#M1194302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through this&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985"&amp;gt;EXAMPLE&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMART fORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USING TABLE IN Smart Form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Tcode --&amp;gt; SmartForms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Form name --&amp;gt; Z_SF_TEST Create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Under Global settings&lt;/P&gt;&lt;P&gt;a) Form Interface   &lt;/P&gt;&lt;P&gt;    Table Tab&lt;/P&gt;&lt;P&gt;   ITAB LIKE EKPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) GLOBAL Definitions&lt;/P&gt;&lt;P&gt;WA_NETPR LIKE EKPO-NETPR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smart forms if we want to display quantity and currency fields. We can't directly display currency field and quantity fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that we have to create an extra variable in global definitions&lt;/P&gt;&lt;P&gt;Ex: netpr FIELD of EKPO&lt;/P&gt;&lt;P&gt;CREATE program lines and specify WA_NETWR = itab-netpr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) RT CLick on main Window &lt;/P&gt;&lt;P&gt;   CREATE --&amp;gt; TABLE &lt;/P&gt;&lt;P&gt;  Click Table painter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFAULT %LTYPE will be Created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) If you want more like Header footer etc add by rt click on %LTYPE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table (Tab)&lt;/P&gt;&lt;P&gt;%LTYPE  Radio(SELECT) 5 CM 5 CM 6 CM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLICK on DATA (Tab)&lt;/P&gt;&lt;P&gt;INTERNAL TABLE ITAB LIKE ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)RT click on table control and create --&amp;gt; program lines&lt;/P&gt;&lt;P&gt;General attribute (Tab)&lt;/P&gt;&lt;P&gt;INPUT PARAMETER			OUTPUT PARAMETER&lt;/P&gt;&lt;P&gt;itab                               WA_NETPR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Area&lt;/P&gt;&lt;P&gt;WA_NETWR = ITAB-NETPR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) RT CLcick on table ctl and create 3 text to display the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) % text1 +button(insert field)&lt;/P&gt;&lt;P&gt;   FIELD name &amp;amp;itab-ebeln&amp;amp;&lt;/P&gt;&lt;P&gt;Output options (tab)&lt;/P&gt;&lt;P&gt;Check New line   LINETYPE   %Ltype1&lt;/P&gt;&lt;P&gt;check new cell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) % text2&lt;/P&gt;&lt;P&gt;   &amp;amp; itab-ebelp&amp;amp;&lt;/P&gt;&lt;P&gt;output options&lt;/P&gt;&lt;P&gt;check new cell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) % text2&lt;/P&gt;&lt;P&gt;   &amp;amp; wa_netpr&amp;amp;&lt;/P&gt;&lt;P&gt;output options&lt;/P&gt;&lt;P&gt;check new cell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ac&lt;/P&gt;&lt;P&gt;Tables ekpo.&lt;/P&gt;&lt;P&gt;Data: itab1 like ekpo occurs 0 with header line.&lt;/P&gt;&lt;P&gt;select * into table itab1 from ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SaiRam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 02:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889525#M1194302</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-10-17T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889526#M1194303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for all the help thus far but I am still struggling. I really need a step-by-step tutorial with screenshots if possible.... many thanks thus far&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889526#M1194303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889527#M1194304</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 u pls send me u r email_id . surely i will hekp u, i have a no. of docus on smart forms with examples .pls send me u r email_id to me now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889527#M1194304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889528#M1194305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipesh,&lt;/P&gt;&lt;P&gt;Check out the following link which has a step by step example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 11:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889528#M1194305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T11:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889529#M1194306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smart Forms:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Code for Create Smarf Forms: SMARTFORMS&lt;/P&gt;&lt;P&gt;Transaction Code for Create Styles (Paragraph Formats, Character Formats, etc.,)  Used in Smart Forms: SMARTSTYLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to be followed while creating Smart Forms:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	Enter the Form Name (e.x. ZEKKO_EKPO) and Press Create Button.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2.	Enter Form Description and Select the &amp;#147;Output options&amp;#148; Tab &amp;amp;#61664; Enter the Page Format (e.x. DINA4) and Style (e.x.SF_STYLE_01).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.	Double click the Form interface Left Sub-tree.&lt;/P&gt;&lt;P&gt;4.	Enter the Import Parameters (The values that passed from the Print Program into the Form) (e.x. Company Code)&lt;/P&gt;&lt;P&gt;Parameter name	Type assignment	Reference type		Default value		Pass value&lt;/P&gt;&lt;P&gt;COMPANY_CODE	TYPE			EKKO-BUKRS					&amp;amp;#61522;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;5.	Double click the Global definitions from the Left Sub-tree.&lt;/P&gt;&lt;P&gt;Assume that we are using two tables EKKO and EKPO in this example:&lt;/P&gt;&lt;P&gt;6.	Click the &amp;#147;Types&amp;#148; Tab.&lt;/P&gt;&lt;P&gt;7.	Enter the Code as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF WA_EKKO,&lt;/P&gt;&lt;P&gt;        EBELN LIKE EKKO-EBELN,&lt;/P&gt;&lt;P&gt;        BUKRS LIKE EKKO-BUKRS,&lt;/P&gt;&lt;P&gt;      END OF WA_EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF WA_EKPO,&lt;/P&gt;&lt;P&gt;        EBELN LIKE EKPO-EBELN,&lt;/P&gt;&lt;P&gt;        EBELP LIKE EKPO-EBELP,&lt;/P&gt;&lt;P&gt;        MENGE LIKE EKPO-MENGE,&lt;/P&gt;&lt;P&gt;        NETPR LIKE EKPO-NETPR,&lt;/P&gt;&lt;P&gt;       END OF WA_EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: T_EKKO TYPE STANDARD TABLE OF WA_EKKO,&lt;/P&gt;&lt;P&gt;       T_EKPO TYPE STANDARD TABLE OF WA_EKPO.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.	Click the &amp;#147;Global data&amp;#148; Tab.&lt;/P&gt;&lt;P&gt;Declare the Internal Tables and Work Areas as follows:&lt;/P&gt;&lt;P&gt;Variable name		Type assignment	Reference type	Default value 		Constant&lt;/P&gt;&lt;P&gt;I_EKKO		TYPE			T_EKKO&lt;/P&gt;&lt;P&gt;I_EKPO		TYPE			T_EKPO&lt;/P&gt;&lt;P&gt;WA_EKKO		TYPE			WA_EKKO&lt;/P&gt;&lt;P&gt;WA_EKPO		TYPE			WA_EKPO&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9.	Double click the &amp;#147;%PAGE1 New Page&amp;#148; in the Left Sub-tree.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;10.	Change the %PAGE1 to &amp;#147;FIRST&amp;#148; or any name and Enter the Description (e.x. First Page). &lt;/P&gt;&lt;P&gt;11.	Select the Next Page as &amp;#147;FIRST&amp;#148;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;12.	Select the &amp;#147;Output options&amp;#148; Tab and select the format of the page (Portrait or Landscape) and all other print attributes.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;13.	Select the &amp;#147;Background Picture&amp;#148; Tab, and Enter the Name, Object and Id of the image file. (Before this step, go to SE78 and import the image first) for the Image which has to be appeared in the Background of the Script.&lt;/P&gt;&lt;P&gt;14.	If you want to add any LOGO in the First Page of the Script then right click the &amp;#147;FIRST New Page&amp;#148; in the Left Sub-tree from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Graphic&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;15.	Double click the &amp;#147;%Graphic1 New Graphic 1&amp;#148; in the Left Sub-tree.&lt;/P&gt;&lt;P&gt;16.	Give the Name and Description (e.x. Graphic = &amp;#147;COMP_LOGO&amp;#148; and Description = &amp;#147;LOGO WINDOW&amp;#148;)for the New Graphic Inserted.&lt;/P&gt;&lt;P&gt;17.	Enter Name, Object and ID for the Graphic image and Select the Color grid screen (BCOL) option button in the &amp;#147;General attributes&amp;#148; Tab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Click - Output options Tab. Set Left and Upper Margins as given:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;18.	Right click the &amp;#147;FIRST New Page&amp;#148; in the Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Window&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;19.	Double click the &amp;#147;%WINDOW1 New Window1&amp;#148; in the Left Sub-tree and enter the Window name and Description (e.x. Window = &amp;#147;ADD_WIN&amp;#148; and Description = &amp;#147;Address Window&amp;#148;)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Set the Left and Upper margins for the ADD_WIN as follows:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;20.	Right click &amp;#147;ADD_WIN Address Window&amp;#148; in Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Program Lines&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;21.	Enter the Program Lines name and description (e.x. Program Lines = &amp;#147;ADD_FETCH&amp;#148; and Description = &amp;#147;FETCHING COMPANY ADDRESS&amp;#148;)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;22.	Enter the Input Parameter as  COMPANY_CODE and Export Parameter as V_ADRNR in the &amp;#147;General attributes&amp;#148; Tab and write the select query as following:&lt;/P&gt;&lt;P&gt;SELECT SINGLE ADRNR INTO V_ADRNR&lt;/P&gt;&lt;P&gt;       FROM T001 WHERE BUKRS EQ COMPANY_CODE.&lt;/P&gt;&lt;P&gt;	(Note: Before writing the select query first declare the Variable V_ADRNR in the Global definitions area as follows:&lt;/P&gt;&lt;P&gt;	V_ADRNR 		TYPE		T001-ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;23.	Right click the &amp;#147;ADD_WIN Address Window&amp;#148; in the Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Address&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;24.	Double click the &amp;#147;%ADDRESS1 New address1&amp;#148; and change the Address name and description (e.x. Address = COMP_ADD and Description = &amp;#147;COMPANY ADDRESS&amp;#148;).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;25.	Select the Type of the address in the &amp;#147;General attributes&amp;#148; Tab. (Since we are retrieving the Organization address, we selected the first radio button) and in the Address number text box pass the V_ADRNR Variable as &amp;amp;V_ADRNR&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;26.	Set the Main window attributes like this: (Setting of window co-ordinates)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;27.	Right click the &amp;#147;MAIN Main Window&amp;#148; in the Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Program Lines&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;28.	Enter the name and description (e.x. Program Lines = &amp;#147;SELECT_RECORD&amp;#148; and Description = &amp;#147;SELECTING RECORDS&amp;#148;).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;29.	Enter the Input Parameter as  COMPANY_CODE and Output Parameter as I_EKKO and I_EKPO in the &amp;#147;General attributes&amp;#148; Tab and write the select query as following:&lt;/P&gt;&lt;P&gt;SELECT EBELN BUKRS&lt;/P&gt;&lt;P&gt;       INTO TABLE I_EKKO&lt;/P&gt;&lt;P&gt;       FROM EKKO&lt;/P&gt;&lt;P&gt;       UP TO 10 ROWS&lt;/P&gt;&lt;P&gt;       WHERE BUKRS EQ COMPANY_CODE.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;  SORT I_EKKO BY EBELN.&lt;/P&gt;&lt;P&gt;  SELECT EBELN EBELP MENGE NETPR&lt;/P&gt;&lt;P&gt;         INTO TABLE I_EKPO&lt;/P&gt;&lt;P&gt;         FROM EKPO&lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN I_EKKO&lt;/P&gt;&lt;P&gt;         WHERE EBELN EQ I_EKKO-EBELN.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;    SORT I_EKPO BY EBELN EBELP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;30.	Right click &amp;#147;MAIN Main Window&amp;#148; in the Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Complex Section&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;31.	Enter the Section name and description (e.x. Section = &amp;#147;PO_LOOP&amp;#148; and Description = &amp;#147;PURCHASE ORDER NUMBER LOOP&amp;#148;) and check the &amp;#147;Repeat processing&amp;#148; check box and select the &amp;#147;Output type&amp;#148; as Unstructured (i.e. select the Unstructured radio button) in the &amp;#147;General attributes&amp;#148; Tab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;32.	Select the &amp;#147;Data&amp;#148; Tab.&lt;/P&gt;&lt;P&gt;33.	Enter the Internal Table Name as I_EKKO and Work area name as WA_EKKO and sort by the BUKRS and EBELN fields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;34.	Right click &amp;#147;PO_LOOP PURCHASE ORDER NUMBER LOOP&amp;#148; in Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Text&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;35.	Enter the Text name and description (e.x. Text = &amp;#147;PO_NO_DISPLAY&amp;#148; and Description = &amp;#147;PURCHASE ORDER NUMBER DISPLAY&amp;#148;) and enter the values as in the screen shot &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Click the Text Editor&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Display the values of Company Code and Purchase Order Number as shown below:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press Back Button, then Press Save and Check Buttons&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;36.	Right click the &amp;#147;PO_LOOP PURCHASE ORDER NUMBER LOOP&amp;#148; in the Left Sub-tree and from the Menu option &amp;#147;Create&amp;#148; &amp;amp;#61664; select the &amp;#147;Template&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;37.	Double click on &amp;#147;%TEMPLATE1 New template&amp;#148; and enter the Template name and description (e.x. Template Name = &amp;#147;OI_HEAD&amp;#148; and Description = &amp;#147;ORDER ITEM HEADER&amp;#148;).&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;Before press save or enter click the &amp;#147;Table Painter Button&amp;#148; which will take you to following screen.&lt;/P&gt;&lt;P&gt;To avoid the &amp;#147;cross line&amp;#148; in the Editor click the &amp;#147;Settings Button&amp;#148;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;which will result in the following popup, in which you un-check the &amp;#147;Cross&amp;#148; Check Box and press enter.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;38.	Split the Cell into Four or into any number of columns you want to display in the script by right clicking the &amp;#147;%C1&amp;#148;.&lt;/P&gt;&lt;P&gt;and press &amp;#147;Back&amp;#148; Button.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;39.	Select the pattern of the table to be displayed in the script by the clicking &amp;#147;Select pattern&amp;#148; Button&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Selected table pattern&lt;/P&gt;&lt;P&gt;40.	Inorder to Display the &amp;#147;Column Text&amp;#147; for the table columns, insert the Text as shown below:&lt;/P&gt;&lt;P&gt;41.	Right click the &amp;#147;OI_HEAD ORDER ITEM HEADER&amp;#148; and from the Menu path &amp;#147;Create&amp;#148; &amp;amp;#61664; Select the &amp;#147;Text&amp;#148; .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;42.	Enter the Text name and description (e.x. Text = &amp;#147;HEAD1&amp;#148; and Description = &amp;#147;COLUMN1&amp;#148;) and enter the values as in the screen shot (i.e. as explained in the point no 34).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;43.	Inorder to match the Template Column with the insertedText  &amp;#147;HEAD1 COLUMN1&amp;#148;, select the &amp;#147;Output  options&amp;#148; Tab and Enter the Line Number and Column Number in which the above Text has to be printed in the form&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;44.	Repeat Step No.40 &amp;amp; 41 for all the remaining column headings.&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;&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;45.	The Form is ready with all data upto Table Header. Inorder to populate data under each column header, insert a table.&lt;/P&gt;&lt;P&gt;46.	Insert the Table under &amp;#147;PO_LOOP PURCHASE ORDER NUMBER LOOP&amp;#148; by right clicking the same.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;47.	Enter Table Name and Description (e.x. Table Name = &amp;#147;OI_DISPLAY&amp;#148; and Description = &amp;#147;ORDER ITEM DISPLAY&amp;#148;)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;48.	Match the column width with the &amp;#147;OI_HEAD ORDER ITEM HEADER&amp;#148; Template (refer step no 38 screet shot no 2) and Select the &amp;#147;Default&amp;#148; radio button and &amp;#147;No page break&amp;#148; check box. Click the &amp;#147;Select pattern&amp;#148; push button to select the table pattern to be displayed.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;49.	Click the &amp;#147;Data&amp;#148; and populate the Item details by looping the Internal Table I_EKPO into the Work Area WA_EKPO sorted by EBELN and EBELP as shown in the following screen shot&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;&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;50.	Inorder to Display the values for each column, we have to Insert Separate Text for each column under the Table &amp;#147;OI_DISPLAY ORDER ITEM DISPLAY&amp;#148; by Right clicking the same. Enter the Name and Description for the Each Text Inserted under the Table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Column 1 for Line Item of each Purchase Order &amp;#150; Populate the values for each column as explained in the step no 34.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inorder to Match the Item values with the Template Header, In the Inserted Text &amp;#147;ORD_ITM_COL COLUMN1&amp;#148; Click the &amp;#147;Output options&amp;#148; and Select the &amp;#147;New line&amp;#148; Check box and Select the &amp;#147;Line type&amp;#148; as &amp;#147;Detail&amp;#148; and also check the &amp;#147;New cell&amp;#148; Check box.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;51.	Similary add one Text for the remaining columns.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For the Second Column Text You need only to select the &amp;#147;New cell&amp;#148; Check box.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For the Third Column Text also You need only to select the &amp;#147;New cell&amp;#148; Check box.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;52.	Before Inserting the 4th Text for the 4th Column, we have to calculate the Amount by Multiplying the Quantity and Unit Price and for the same we have to insert &amp;#147;Program Lines&amp;#148; by Right clicking &amp;#147;OI_DISPLAY ORDER ITEM DISPLAY&amp;#148;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;53.	Similarly calculate the subtotal by adding the totals and calculate the grand total by adding the subtotals.&lt;/P&gt;&lt;P&gt;Before doing the calculations, declare variables for total, subtotal and grand total in Global definitions.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;InputParameters: WA_EKPO-MENGE,WA_EKPO-NETPR &amp;amp; OutputParameters: V_TOTAL,V_SUBTOTAL, V_GRDTOTAL.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;54.	Now add the 4th Text to display the 4th column in the Form.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For the Fourth Column Text also You need only to select the &amp;#147;New cell&amp;#148; Check box.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;55.	Inorder to display the Subtotals (which has been created earlier i.e. refer to step no 52) of all the Line Items for each Purchase Order, we have to Insert a separate Text Under the Table OI_DISPLAY ORDER ITEM DISPLAY&amp;#148; by right clicking the same.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;56.	Enter the Name and Description for the Inserted Text (e.x. Text = &amp;#147;SUB_TOTAL_DISPLAY&amp;#148; and Description = &amp;#147;SUB_TOTAL_DISPLAY&amp;#148; and populated the value for subtotal.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;57.	After each purchase order, the Variable V_SUBTOTAL has to be refreshed, Inorder the clear the subtotal variable we have to insert &amp;#147;Program Lines&amp;#148; by right clicking the &amp;#147;OI_DISPLAY ORDER ITEM DISPLAY&amp;#148;.&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;&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;58.	Enter Name and Description for the Program Lines (%CODE1 New program lines 1) Inserted (e.x. Program lines = &amp;#147;CLR_VAR&amp;#148; and Description = &amp;#147;CLEAR SUBTOTAL VARIABLE&amp;#148;. Input parameters = &amp;#147;V_SUBTOTAL&amp;#148;. Clear the variable as shown below:&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;59.	Now, we have to display the Grand Total (i.e. summation of all the subtotals). Insert &amp;#147;Text&amp;#148;  under the &amp;#147;PO_LOOP PURCHASE ORDER NUMBER LOOP&amp;#148; by right clicking the same.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Text &amp;#147;%TEXT1 New text1&amp;#148; gets inserted. Now enter the name and description for the same and also populated the value for grand total&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text = &amp;#147;GRD_TOT_DISP&amp;#148;, Description = &amp;#147;GRAND TOTAL DISPLAY&amp;#148; and Variable V_GRDTOTAL has been populated to display the grand total in the form.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;60.	Inorder to display the Current Page Number and Total Number of pages in the form we need a separate window and to obtain the same right click the &amp;#147;FIRST First Page&amp;#148; and the insert window.&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;&lt;/P&gt;&lt;P&gt;Window &amp;#147;%WINDOW1 New window 1&amp;#148; get inserted under the first page.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;61.	Enter the Window name and description (e.x. Window = &amp;#147;PG_WIN&amp;#148; and Description &amp;#147;PAGE NUMBER WINDOW&amp;#148;)&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the window co-ordinates for page number window &amp;#147;PG_WIN&amp;#148; as given below:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;62.	Inorder to display the page numbers we have to insert a &amp;#147;Text&amp;#148; by right clicking the &amp;#147;PG_WIN PAGE NUMBER WINDOW&amp;#148;.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text &amp;#147;%TEXT1 New text 1&amp;#148; gets inserted and now enter the text name and description.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text = &amp;#147;PG_DISP&amp;#148;, Description = &amp;#147;PAGE NUMBER DISPLAY&amp;#148; and Page Number gets displayed from the Transparent Table &amp;#147;SFSY&amp;#148;.&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;&lt;/P&gt;&lt;P&gt;63.	General Screen Shot of Entire Left Sub-tree:&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;&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;&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;&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;&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;64.	Form output:&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;65.	SOME MORE FURTHER MODIFICATIONS / ADDITIONAL OPTIONS IN THE ABOVE CREATED FORM:&lt;/P&gt;&lt;P&gt;Condition-1: Create second page and company logo should get printed only in the first page and not in the second page. Similarly, company address window should get printed only in the last page and not in other pages.&lt;/P&gt;&lt;P&gt;To create the second page right click the &amp;#147;FIRST First Page&amp;#148; in the left sub-tree.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;66.	Another page gets inserted with name &amp;#147;%PAGE1 New page 1&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;67.	Enter Page name and description for the inserted new page (e.x. Page = &amp;#147;SECOND&amp;#148; and Description = &amp;#147;Second Page&amp;#148;) and set the next page as inserted second page and select the mode as increase counter as shown below:&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;68.	Now change the &amp;#147;FIRST First Page&amp;#148;s Next page as &amp;#147;SECOND&amp;#148; and change the mode as Initialize counter.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;69.	Now copy the Main, Company Address, Page No windows from &amp;#147;FIRST First Page &amp;#147; to &amp;#147;SECOND Second Page&amp;#148;.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;70.	Arrange all the windows under the Main window in both first and second page. Inorder to restrict the company logo to be printed only in the first page, go to the first page and double click the &amp;#147;LOGO_WIN LOGO WINDOW&amp;#148; and select the &amp;#147;Conditions&amp;#148; tab and Check the &amp;#147;only on first page&amp;#148; Check Box. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;71.	Output showing the main window got printed only in the first page and not in the second page and so on &amp;#133;.&lt;/P&gt;&lt;P&gt;First Page: With LOGO&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;&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;&lt;/P&gt;&lt;P&gt;Second Page: Without LOGO&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;72.	Inorder to restrict the Company address to be printed only in the last page and not in the remaining pages, double click the &amp;#147;ADD_WIN ADDRESS WINDOW&amp;#148; in the first page and Check the &amp;#147;only after end of main window&amp;#148; Check Box. Repeat the same process for the second page also.&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;73.	Output showing the address window got printed only in the last page and not in the first page and so on &amp;#133;.&lt;/P&gt;&lt;P&gt;First Page: without company address&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last page (second page): with company address window&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;74.	Condition-2: Purchase order&amp;#146;s whose value is more than 5000 only should get displayed / printed.&lt;/P&gt;&lt;P&gt;Inorder  to achieve the same, right click the &amp;#147;PO_LOOP PURCHASE ORDER NUMBER LOOP&amp;#148; and select the &amp;#147;Loop&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;75.	&amp;#147;%LOOP1 New loop 1&amp;#148; gets inserted&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;76.	Enter Loop name and description.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;77.	Select the &amp;#147;Data&amp;#148; Tab Loop the Internal I_EKPO as shown below:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;78.	Inorder to check the subtotal value for each purchase order (i.e. purchase order value should be more than 5000), Insert a program lines under the new loop inserted.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;79.	&amp;#147;%CODE1 New program lines 1&amp;#148; gets inserted&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;80.	Enter the name and description for Program lines. Before calculating the subtotal declare two variables one for total and another for subtotal in Global definitions. Calculate the Subtotal as shown below:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Input parameters: &amp;#147;WA_EKPO-MENGE, WA_EKPO-NETPR, V_TOT&amp;#148;; Output Parameters: &amp;#147;V_VALUE&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;81.	Now we calculated the subtotal for each purchase order. Inorder to restrict the display of purchase orders whose values are more than 5000, we need to insert &amp;#147;Alternate&amp;#148; and for the same right click the &amp;#147;PO_LOOP PURCHASE ORDER NUMBER LOOP&amp;#148; and from the menu path create &amp;amp;#61664; select the &amp;#147;Alternate&amp;#148;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;82.	&amp;#147;%CONDITION1 New alternate 1&amp;#148; gets inserted.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;83.	Enter Alternate name and description. Select the &amp;#147;General attributes&amp;#148; Tab and Enter the condition of subtotal &amp;gt; 5000 as shown:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;84.	Now, move &amp;#147;PO_NO_DISPLAY PURCHASE ORDER NUMBER DISPLAY, OI_HEAD ORDER ITEM HEADER, OI_DISPLAY ORDER ITEM DISPLAY, SUB_TOTAL_DISPLAY DISPLAY SUBTOTAL and CLR_VAR New program lines&amp;#148; under the &amp;#147;TRUE&amp;#148; part.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;85.	In the &amp;#147;FALSE&amp;#148; part (i.e. If subtotal value is less than 5000, then clear the variable), insert program lines and code as shown:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;86.	Only those purchase order whose value is more than 5000 gets displayed &amp;#150; First Page.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Only those purchase order whose value is more than 5000 gets displayed &amp;#150; Second Page.&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;87.	Condition-3 Each Purchase Order should get printed in a new page. Logo should get printed in the first page along with the first purchase order and similarly, Grand total should get printed in the last page with the last purchase order.&lt;/P&gt;&lt;P&gt;88.	Inorder to achieve this, when the first successful purchase order whose value is more than 5000 is found then increase one counter variable by 1 (this is required because the &amp;#147;New page command&amp;#148; should not get triggered in the first page itself&amp;#148;) and for the same we have to insert a &amp;#147;Program lines&amp;#148; under the &amp;#147;TRUE&amp;#148; part of &amp;#147;CHK_COND SUBTOTAL CONDITION&amp;#148;.&lt;/P&gt;&lt;P&gt;Before increasing the counter variable first declare the counter variable in the &amp;#147;Global definitions&amp;#148; part.&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;&lt;/P&gt;&lt;P&gt;Output parameters: V_COUNTER.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;89.	Inorder to avoid triggering &amp;#147;New page command&amp;#148; in the first page, we have to insert &amp;#147;Command&amp;#148; in the &amp;#147;TRUE&amp;#148; part of &amp;#147;CHK_COND SUBTOTAL CONDITION&amp;#148; by right clicking the same as shown below:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;90.	&amp;#147;%COMMAND1	 New command 1&amp;#148; gets inserted.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;91.	Enter name and description for the inserted Alternative. Select &amp;#147;General attributes&amp;#148; Tab and check whether for the counter variable is more than 1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;92.	If the counter variable is more than 1 means, we got the second successful purchase order whose value is more than 5000. Hence, we can trigger new page command here and for the same right click the &amp;#147;TRUE&amp;#148; part in &amp;#147;NEW_PG NEW PAGE COMMAND&amp;#148; as shown:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;#147;%COMMAND1 New command 1&amp;#148; gets inserted&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;93.	Enter the name and description for Command and select the &amp;#147;General attributes&amp;#148; Tab and Check the &amp;#147;Go to new page&amp;#148; and select the page as &amp;#147;SECOND&amp;#148; as shown below:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;94.	The following is the output: First Page with company logo and without company address window, first purchase order whose value is more than 5000.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second page: without company logo and with company address window for the last purchase order whose value is more than 5000.&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;&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;&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;&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;95.	The new PROBLEM we faced when we create the smart form is page number. Total Page Number got displayed as &amp;#147;*&amp;#148; as shown:&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;&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;&lt;/P&gt;&lt;P&gt;96.	Inorder to solve the above problem Double Click the &amp;#147;PG_DISP PAGE NUMBER DISPLAY&amp;#148; and Click the Text Editor.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Upon clicking the text editor it will take you to the following screen: &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Cut (Ctrl+X) the &amp;#147;SFSY-FORMPAGES&amp;#148; and delete the remaining things as shown.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Go to the menu path Insert &amp;amp;#61664; Symbols &amp;amp;#61664; New as shown&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Which will result you in the following popup and fill the popup as shown.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;97.	It will takes you to the following screen.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;98.	Now replace &amp;amp;SFSY-FORMPAGES&lt;EM&gt;4(4CZ)&amp;amp; as &amp;amp;SFSY-FORMPAGES&lt;/EM&gt;0(4CZ)&amp;amp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;99.	Press back and then check, activate and execute &amp;#150; You can observe that the problem has resolved.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;100.	Enjoy and try to create more smart forms&amp;#133;&amp;#133;..&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;STRONG&gt;Reward Points if useful....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarathy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 15:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889529#M1194306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889530#M1194307</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 link which will teach you step by step&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step by Step creation of Smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-006.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-006.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 15:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889530#M1194307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889531#M1194308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mam,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you send me example Doc related to SMARTFORMS at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:piyushmatrixs@gmail.com"&gt;piyushmatrixs@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Oct 2013 18:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889531#M1194308</guid>
      <dc:creator>Piyushmatrixs</dc:creator>
      <dc:date>2013-10-20T18:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889532#M1194309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;it is crystal-clear you can check and do it by yourself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Learn+making+First+Smartform+Step+by+Step" title="http://wiki.scn.sap.com/wiki/display/ABAP/Learn+making+First+Smartform+Step+by+Step"&gt;Learn making First Smartform Step by Step - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 07:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889532#M1194309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-15T07:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS - Step by Step Tutorial</title>
      <link>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889533#M1194310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working anymore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/smartforms-step-by-step-tutorial/qaa-p/2889533#M1194310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-31T13:06:57Z</dc:date>
    </item>
  </channel>
</rss>

