<?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 working with LDB without selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196168#M468736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can' we take input through file without any selection screen when we are working with LDB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please focus on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 09:35:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T09:35:22Z</dc:date>
    <item>
      <title>working with LDB without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196168#M468736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can' we take input through file without any selection screen when we are working with LDB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please focus on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196168#M468736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: working with LDB without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196169#M468737</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;Yes,You can have a paramter for filename for a report, which is using a LDB.&lt;/P&gt;&lt;P&gt;LDB gives an addition selection for fetching the data from the tables using GET and PUT events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196169#M468737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: working with LDB without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196170#M468738</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;yes, u can make use of :&lt;/P&gt;&lt;P&gt;SET PARAMETER ID command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID pid FIELD dobj. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: &lt;/P&gt;&lt;P&gt;This statement sets the content of the SPA/GPA parameter specified in pid to the content of the data object dobj. For pid, a flat character-type field is expected that can contain a maximum of 20 characters, which cannot be exclusively blank characters. pid is case-sensitive. For dobj, a flat, (as of release 6.10 character-type) field is expected, whose binary content is transferred in an unconverted format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the SPA/GPA parameter specified for the current user in pid does not yet exist in the SAP memory, it is created. If the SPA/GPA parameter has already been created for the current user, its value is overwritten. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a program, SPA/GPA parameters can only be created or assigned values if a name exists for them in the table TPARA. The extended program check reports an error if it can statically determine that a name specified in pid is not contained in the database table TPARA. ist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196170#M468738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: working with LDB without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196171#M468739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do that.&lt;/P&gt;&lt;P&gt;Are you using PNPCE database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-ldb-without-selection-screen/m-p/2196171#M468739</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-09T09:39:25Z</dc:date>
    </item>
  </channel>
</rss>

