<?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: Parameters in a logical database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795414#M912873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to get the data from the LDB you can give the values in the standard screen given and execute it will work like a report but what happens here is the screen comes automatically...and you can disable the screen as said by srinivas gurram reddy....check the simple program...&lt;/P&gt;&lt;P&gt;with logical data base..PNP. copy this and execute it and give the values in the selection screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:PERNR.&lt;/P&gt;&lt;P&gt;INFOTYPES:0002,0008.&lt;/P&gt;&lt;P&gt; GET PERNR.&lt;/P&gt;&lt;P&gt; PROVIDE * FROM P0002  BETWEEN PN-BEGDA AND PN-ENDDA.&lt;/P&gt;&lt;P&gt; ENDPROVIDE.&lt;/P&gt;&lt;P&gt; PROVIDE * FROM P0008  BETWEEN PN-BEGDA AND PN-ENDDA.&lt;/P&gt;&lt;P&gt; ENDPROVIDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt; WRITE:/ P0002-PERNR,P0002-BEGDA,P0002-ENDDA,P0002-VORNA,P0008-ANSAL,P0008-PREAS.&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;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 19:54:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T19:54:18Z</dc:date>
    <item>
      <title>Parameters in a logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795409#M912868</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;Why Parameters defined in a logical databse are not like those defined in a report program?&lt;/P&gt;&lt;P&gt;And what we can do with those one wich declare in a logical database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 11:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795409#M912868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T11:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in a logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795410#M912869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In logical database the selection screen is already get created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make it dynamic also.But you can not create a selection screen in your report if your report contains a logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can check or restrict the select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean after entering values in selection screen (  coz of logical database) , then you can put check on the select options as per the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795410#M912869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in a logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795411#M912870</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;When ever you mention LDB in your program attributes, there is one option for report categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can mention the report category also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you execute the program the program will display the screen which contains the parameters or select options for that report category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto the transaction SM30 and check the view V_T599F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the tables T599C for report categories and T599W for HR report categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Velangini Showry Maria Kumar Bandanadham on May 16, 2008 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795411#M912870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in a logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795412#M912871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If U don't want to use any of the parameters given by LDB&lt;/P&gt;&lt;P&gt;.. then U need to change the Report category ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If UR using LDB PNP and U don't want the default selection&lt;/P&gt;&lt;P&gt;screen then use '_____000' in the report category .. &lt;/P&gt;&lt;P&gt;(No selection criteria for DB PNP)  .. declare your own  &lt;/P&gt;&lt;P&gt;parameters/select-options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795412#M912871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in a logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795413#M912872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in a fact, I want to know what can I do with a parameters data defined in a logical data base !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 14:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795413#M912872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters in a logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795414#M912873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to get the data from the LDB you can give the values in the standard screen given and execute it will work like a report but what happens here is the screen comes automatically...and you can disable the screen as said by srinivas gurram reddy....check the simple program...&lt;/P&gt;&lt;P&gt;with logical data base..PNP. copy this and execute it and give the values in the selection screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:PERNR.&lt;/P&gt;&lt;P&gt;INFOTYPES:0002,0008.&lt;/P&gt;&lt;P&gt; GET PERNR.&lt;/P&gt;&lt;P&gt; PROVIDE * FROM P0002  BETWEEN PN-BEGDA AND PN-ENDDA.&lt;/P&gt;&lt;P&gt; ENDPROVIDE.&lt;/P&gt;&lt;P&gt; PROVIDE * FROM P0008  BETWEEN PN-BEGDA AND PN-ENDDA.&lt;/P&gt;&lt;P&gt; ENDPROVIDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt; WRITE:/ P0002-PERNR,P0002-BEGDA,P0002-ENDDA,P0002-VORNA,P0008-ANSAL,P0008-PREAS.&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;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 19:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-in-a-logical-database/m-p/3795414#M912873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T19:54:18Z</dc:date>
    </item>
  </channel>
</rss>

