<?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: LDB(Logical Database) selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692091#M1451284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'LDB_CONVERT_LDBNAME_2_DBPROG'
       exporting  ldb_name             = headsg-logdb "#EC DOM_EQUAL
                  flag_existence_check = space
       importing  db_name              = logdbprog
       exceptions others               = 1.
  if sy-subrc eq 0.
    call function 'SELOPTS_AND_PARAMS'
         exporting  program              = logdbprog
         tables     selpars              = dbselpars
         exceptions program_non_existent = 1
                    subroutine_pool      = 2
                    load_problems        = 3
                    others               = 4.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 16:28:18 GMT</pubDate>
    <dc:creator>franois_henrotte</dc:creator>
    <dc:date>2010-03-09T16:28:18Z</dc:date>
    <item>
      <title>LDB(Logical Database) selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692090#M1451283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Contributors,&lt;/P&gt;&lt;P&gt;I am hopefull for finding solution to my problem from one of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is i would like to pass all the elements of the selection screen of LDB to non-sap application so as they can replicate and show all those parameters there. Once those are filled from there then i need to take them and process the LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is i dont know how to get the selection screen parameters. I tried using FM 'RPY_DYNPRO_READ' and passed progname and screen number in that. It gave back all the parameters but we cant co-relate which parameter is from which table (like we say MATNR like MARA-MATNR). &lt;/P&gt;&lt;P&gt;Without having Technical details of field, non-sap application could not able to process it or show the required F4 help etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know about it, can guide me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Munish Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692090#M1451283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: LDB(Logical Database) selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692091#M1451284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'LDB_CONVERT_LDBNAME_2_DBPROG'
       exporting  ldb_name             = headsg-logdb "#EC DOM_EQUAL
                  flag_existence_check = space
       importing  db_name              = logdbprog
       exceptions others               = 1.
  if sy-subrc eq 0.
    call function 'SELOPTS_AND_PARAMS'
         exporting  program              = logdbprog
         tables     selpars              = dbselpars
         exceptions program_non_existent = 1
                    subroutine_pool      = 2
                    load_problems        = 3
                    others               = 4.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 16:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692091#M1451284</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2010-03-09T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: LDB(Logical Database) selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692092#M1451285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrotte/Other,&lt;/P&gt;&lt;P&gt;The FM mentioned by you gives names of the select-options and parameters etc but what about the technical details....Like field-type and field-length etc etc.....&lt;/P&gt;&lt;P&gt;Id there any way to get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Munish garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 10:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692092#M1451285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: LDB(Logical Database) selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692093#M1451286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in field DBFIELD of structure SELPARS you will find the reference used for defining the parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the reference contains a - then it is tabname-fieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the reference contains a single word then it is the data element or data domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the reference is empty then the parameter has a generic type and you cannot get much information about it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on this you are able to get all fields attributes using DDIF_* functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 09:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-logical-database-selection-screen/m-p/6692093#M1451286</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2010-03-18T09:40:01Z</dc:date>
    </item>
  </channel>
</rss>

