<?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 smart forms and global data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313203#M506916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are parameters defined in global data in smart forms unavailable in form routines to be used&lt;/P&gt;&lt;P&gt;I am working on lbbil_invoice std smart form for invoices and trying to use gs_it_gen type lbbil_it_gen that is been defined in global data. Will I have to define another wa of the same type in my sub routine ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 16:18:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T16:18:15Z</dc:date>
    <item>
      <title>smart forms and global data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313203#M506916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are parameters defined in global data in smart forms unavailable in form routines to be used&lt;/P&gt;&lt;P&gt;I am working on lbbil_invoice std smart form for invoices and trying to use gs_it_gen type lbbil_it_gen that is been defined in global data. Will I have to define another wa of the same type in my sub routine ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313203#M506916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms and global data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313204#M506917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Global data is for Print program and Form ,it is like interface between program and Layout..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you have internal table then declare work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313204#M506917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms and global data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313205#M506918</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 have to pass the global data in the parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subroutine Give the global internal table in the Input parameters of the subroutine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313205#M506918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms and global data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313206#M506919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a smart form right now &lt;/P&gt;&lt;P&gt;I define in global data&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gv_fabrictext type char64 
gv_fabriccode type mara-j3afcc &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in my form routines i create a sub routine &lt;/P&gt;&lt;P&gt;FORM fcc_values USING gv_fabrictext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and making computations to calculate gv_fabrictext &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i use a program code and call perform fcc_values using gv_fabrictext with gv_fabrictext as input and output parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct? Why do I have to define gv_fabriccode type mara-j3afcc  in the form routine even though its been defined in global data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-and-global-data/m-p/2313206#M506919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:33:51Z</dc:date>
    </item>
  </channel>
</rss>

