Sunday, 13 May 2012

How to call a logical database using a function module? | SAP-ABAP

  Functional module LDB_PROCESS is used to call logical database. User can call more than one I logical database from the same program. Selection screen is not displayed by using LDB_PROCESS Selection screen is filled by using the interface parameter of the functional module. The logical 1 database does not execute any GET events in the calling program. But it passes the data back to I the caller in callback routines in the program.

No comments: