<?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 LDB_PROCESS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143184#M451729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt; I want to learn the usages of LDB_PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using 2 logical database in report.&lt;/P&gt;&lt;P&gt;one in attributes and other one is in LDB_PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting output in 2 blocks But i don't want like blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understood my requirement.&lt;/P&gt;&lt;P&gt;can any one plz post the sample code for my requirement .&lt;/P&gt;&lt;P&gt;like&amp;lt;b&amp;gt; vbeln, posnr, matnr&amp;lt;/b&amp;gt;(for one logical database)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Maktx&amp;lt;/b&amp;gt; (from other Logial database, Related info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 16:30:05 GMT</pubDate>
    <dc:creator>SantoshKallem</dc:creator>
    <dc:date>2007-04-02T16:30:05Z</dc:date>
    <item>
      <title>LDB_PROCESS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143184#M451729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt; I want to learn the usages of LDB_PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using 2 logical database in report.&lt;/P&gt;&lt;P&gt;one in attributes and other one is in LDB_PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting output in 2 blocks But i don't want like blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understood my requirement.&lt;/P&gt;&lt;P&gt;can any one plz post the sample code for my requirement .&lt;/P&gt;&lt;P&gt;like&amp;lt;b&amp;gt; vbeln, posnr, matnr&amp;lt;/b&amp;gt;(for one logical database)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Maktx&amp;lt;/b&amp;gt; (from other Logial database, Related info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 16:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143184#M451729</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-04-02T16:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: LDB_PROCESS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143185#M451730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;getting output in 2 blocks But i don't want like blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your callback routines in both the function calls to LDB_PORCESS have WRITE statements. Instead, export the data using the EXPORT to MEMORY option. At the end of the secoond function call, use the statement IMPORT from MEMEORY &amp;amp; then manipulate the data to write it out to a list in whatever format you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 16:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143185#M451730</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-02T16:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: LDB_PROCESS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143186#M451731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suresh, thanq for reply.&lt;/P&gt;&lt;P&gt;iam trying to pass the data to final internal table for both the function calls.&lt;/P&gt;&lt;P&gt;but not getting appropriate output from second ldb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for getting data from second ldb iam using READ TABLE.&lt;/P&gt;&lt;P&gt;will this method help out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u post the example code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any inputs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 03:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143186#M451731</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-04-03T03:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: LDB_PROCESS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143187#M451732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dint go thru the entire explantion but i have some sample code and i have pasted it below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;create CALLBACK:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  lt_callback-ldbnode     = i_ldbnode.&lt;/P&gt;&lt;P&gt;  lt_callback-get         = i_callback_get.&lt;/P&gt;&lt;P&gt;  lt_callback-get_late    = i_callback_get_late.&lt;/P&gt;&lt;P&gt;  lt_callback-cb_prog     = i_callback_prog.&lt;/P&gt;&lt;P&gt;  lt_callback-cb_form     = i_callback_form.&lt;/P&gt;&lt;P&gt;  APPEND lt_callback.&lt;/P&gt;&lt;P&gt;  CLEAR  lt_callback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'LDB_PROCESS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ldbname                           = i_ldbname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VARIANT                           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXPRESSIONS                       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      field_selection                   = lt_fields_sorted&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    DYN_NODE_TYPES                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      callback                          = lt_callback&lt;/P&gt;&lt;P&gt;      selections                        = lt_seltab&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      ldb_not_reentrant                 = 1&lt;/P&gt;&lt;P&gt;      ldb_incorrect                     = 2&lt;/P&gt;&lt;P&gt;      ldb_already_running               = 3&lt;/P&gt;&lt;P&gt;      ldb_error                         = 4&lt;/P&gt;&lt;P&gt;      ldb_selections_error              = 5&lt;/P&gt;&lt;P&gt;      ldb_selections_not_accepted       = 6&lt;/P&gt;&lt;P&gt;      variant_not_existent              = 7&lt;/P&gt;&lt;P&gt;      variant_obsolete                  = 8&lt;/P&gt;&lt;P&gt;      variant_error                     = 9&lt;/P&gt;&lt;P&gt;      free_selections_error             = 10&lt;/P&gt;&lt;P&gt;      callback_no_event                 = 11&lt;/P&gt;&lt;P&gt;      callback_node_duplicate           = 12&lt;/P&gt;&lt;P&gt;      callback_no_program               = 13&lt;/P&gt;&lt;P&gt;      callback_no_cbform                = 14&lt;/P&gt;&lt;P&gt;      dyn_node_no_type                  = 15&lt;/P&gt;&lt;P&gt;      dyn_node_invalid_type             = 16&lt;/P&gt;&lt;P&gt;      OTHERS                            = 17.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Callback form&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;FORM callback_form                                          "#EC CALLED&lt;/P&gt;&lt;P&gt;     USING name     TYPE ldbn-ldbnode&lt;/P&gt;&lt;P&gt;           workarea TYPE fti_ldb_tr_positions&lt;/P&gt;&lt;P&gt;           mode     TYPE c&lt;/P&gt;&lt;P&gt;           selected TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING workarea TO g_wrk_ldb_result.&lt;/P&gt;&lt;P&gt;  APPEND g_wrk_ldb_result TO g_tab_ldb_result[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 03:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-process/m-p/2143187#M451732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T03:43:58Z</dc:date>
    </item>
  </channel>
</rss>

