<?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_PROCESS selections problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process-selections-problem/m-p/6286359#M1389133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try transaction FBL3N with use LDB SDF, it uses flags to select cleared, non cleared or all items, depending on the flag selected some different dates are to be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2009 13:41:41 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-10-30T13:41:41Z</dc:date>
    <item>
      <title>LDB_PROCESS selections problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process-selections-problem/m-p/6286358#M1389132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there dear ABAP'ers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got such a question &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a standard report F.05, which doesn't do BD SELECTs directly, but instead it calls LDB_PROCESS FModule and processes a 'SDF' LDBase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    call function 'LDB_PROCESS'
       exporting
            ldbname                     = 'SDF'
*          VARIANT                     =
           EXPRESSIONS                 =  sdf_expressions
*          FIELD_SELECTION             =
*          DYN_NODE_TYPES              =
       tables
            callback                    = gt_callback
           SELECTIONS                  =  seltab
       exceptions
        ... &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F.05 for G/L accounts valuation returns some 'aggregated' values, and I would like to debug it somehow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug the place in code where LDB_PROCESS is calleg, I see that FM's parameter 'SELECTIONS' contains an itab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELNAME  KIND SIGN OPTION LOW      
D_SAKNR|S   |I   |EQ    |3110000000
X_CURTP|S   |I   |EQ    |60        
D_BUKRS|S   |I   |EQ    |TCLZ      
D_GJAHR|S   |I   |EQ    |2009      
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to edit a 'SDF'  LDbase in SE36 transaction. I am launching a SELECTIONS screen, then try to insert into screen fields values as in FModule's parameter itab, and when I wish to launch LDB program I got an error message, that one more parameter is missed (key date for open items).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how does it work that LDB_PROCESS doesn't pass the key date parameter and it fetches data from LDBase correctly, whilst when I launch LDB manually from SE36 - it needs one more additional parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing is ... why when I set a breakpoint in LDB program, after launching F.05 - debugger does not stop at LDB's breakpoint ... I thought that when launching LDB_PROCESS sap launches a LDB's program to gather appropriate data ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings. P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Piotr Wojciechowski on Oct 30, 2009 2:12 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Piotr Wojciechowski on Oct 30, 2009 2:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 13:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process-selections-problem/m-p/6286358#M1389132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: LDB_PROCESS selections problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process-selections-problem/m-p/6286359#M1389133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try transaction FBL3N with use LDB SDF, it uses flags to select cleared, non cleared or all items, depending on the flag selected some different dates are to be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 13:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process-selections-problem/m-p/6286359#M1389133</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-10-30T13:41:41Z</dc:date>
    </item>
  </channel>
</rss>

