<?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: SmartForms - Making Data Available in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959295#M67006</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;Are you using other structures you want, in you form ? You need to pass these structures as parameter to some program lines to get these structures read by the function module. Just try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the  IS_DLV_DELNOTE-IT_GEN to import parameters in initialization. Then activate the form. and try to run that function again. The IS_DLV_DELNOTE-IT_GEN will appear in field list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, If you are reading structure IS_DLV_DELNOTE, it will make tha data available for all the nested structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gagan Bhanot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2005 12:58:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-02T12:58:09Z</dc:date>
    <item>
      <title>SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959293#M67004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When running function 'SSF_FIELD_LIST' (SET_PRINT_DATA_TO_READ of RLE_DELNOTE_FORMS) for a smartform, the table LT_FIELDLIST is populated with only four delivery note structures: &lt;/P&gt;&lt;P&gt;IS_DLV_DELNOTE, &lt;/P&gt;&lt;P&gt;IS_DLV_DELNOTE-HD_GEN, &lt;/P&gt;&lt;P&gt;IS_DLV_DELNOTE-HD_GEN-DELIV_NUMB, &lt;/P&gt;&lt;P&gt;IS_DLV_DELNOTE-HD_GEN-GI_DATE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function allows you to select which structures you want populated prior to calling the smartform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;I would like to use IS_DLV_DELNOTE-IT_GEN. &lt;/P&gt;&lt;P&gt;Does anyone know how to turn its use on automatically, other than by forcing a flag 'X' when calling the above function module?&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The smartform currently uses IS_DLV_DELNOTE as an INPUT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959293#M67004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T12:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959294#M67005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also facing the same problem. Does any one knos how to do this?&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;Joshy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 09:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959294#M67005</guid>
      <dc:creator>former_member540059</dc:creator>
      <dc:date>2005-08-02T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959295#M67006</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;Are you using other structures you want, in you form ? You need to pass these structures as parameter to some program lines to get these structures read by the function module. Just try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the  IS_DLV_DELNOTE-IT_GEN to import parameters in initialization. Then activate the form. and try to run that function again. The IS_DLV_DELNOTE-IT_GEN will appear in field list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, If you are reading structure IS_DLV_DELNOTE, it will make tha data available for all the nested structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gagan Bhanot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 12:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959295#M67006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T12:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959296#M67007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward the points if it solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 15:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959296#M67007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959297#M67008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an excellent idea, but when I enter parameter 'IS_DLV_DELNOTE-IT_GEN', type assignment 'TYPE', and reference type 'IS_DLV_DELNOTE-IT_GEN', I receive error message 'Name IS_DLV_DELNOTE-IT_GEN' is invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not like the substructure name as in input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 16:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959297#M67008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959298#M67009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;I guess you understood me wrongly.&lt;/P&gt;&lt;P&gt;In initialization, you need not to refer the type. You have IS_DLV_DELNOTE in you form import parameters. The goto Global definitions &amp;gt; Initialization. There you type IS_DLV_DELNOTE-IT_GEN in the Import parameters. Activate and check the function module again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 16:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959298#M67009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms - Making Data Available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959299#M67010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gagan your help is very appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 17:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-making-data-available/m-p/959299#M67010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T17:01:30Z</dc:date>
    </item>
  </channel>
</rss>

