Application Development and Automation 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: 
Read only

Func Module : LDB_PROCESS and Logical Database ADA

Former Member
0 Likes
1,037

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
Read only

Former Member
0 Likes
791

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
Read only

Former Member
0 Likes
792

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.

Read only

Former Member
0 Likes
791

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..

Read only

Former Member
0 Likes
791

Thanks for your concerns.

Read only

Former Member
0 Likes
791

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.