Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Func Module : LDB_PROCESS and Logical Database ADA

Former Member
0 Kudos

Hi All,

How to get 'ANLB' data from logical database 'ADA' using the

function module 'LDB_PROCESS'?

Is there any other way to done this without getting into SELECTION SCREEN of this LOGICAL DATABASE?

With Thanls & Regards,

R.Nagarajan.

-


We can -


1 ACCEPTED SOLUTION

Former Member
0 Kudos

if you dont want to use the selection screen for an LDB, why cant you write the select statement yourself fro the corresponding tables. You already have the relation among the various tables ADA uses, so it woul dbe simple to write you own select statements to read the data.

4 REPLIES 4

Former Member
0 Kudos

if you dont want to use the selection screen for an LDB, why cant you write the select statement yourself fro the corresponding tables. You already have the relation among the various tables ADA uses, so it woul dbe simple to write you own select statements to read the data.

Former Member
0 Kudos

Hi,

Using LDB_PROCESS will made all the fields of this LDB available to you......this is the way ..you can use n number of LDB's in your program apart from the one that u mention in Program attributes....

for more details and Function call..use..

Former Member
0 Kudos

Thanks for your concerns.

Former Member
0 Kudos

hai,

while creating program in the program attributes u will having options to enter the ldb name and sel.screen no .

there u give ldb name alone.