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

Problem with GET <table>

Former Member
0 Likes
1,156

Dear Friends,

I have upload one program for customer ageing report.

In that there is statements like GET LFA1, GET BSIK etc.

when i save and check it throughs an error that "lfa1 is not defined for the current logical database'.

but these statements are present in some standard reports.

why am getting the error, if same exist in the other reports.

Please guide me to resol

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,009

Hi,

please fill the logical database name in the program's attributes.

Regards,

Klaus

Dear Friends,

I have upload one program for customer ageing report.

In that there is statements like GET LFA1, GET BSIK etc.

when i save and check it throughs an error that "lfa1 is not defined for the current logical database'.

but these statements are present in some standard reports.

why am getting the error, if same exist in the other reports.

Please guide me to resol

5 REPLIES 5
Read only

Former Member
0 Likes
1,010

Hi,

please fill the logical database name in the program's attributes.

Regards,

Klaus

Read only

0 Likes
1,009

how do i get the ldb name.

Can you please explain elobarately.

Read only

0 Likes
1,009

Hi

i gave the ldb name in program attributes as 'DDF'..knowling from std program.

but still it is showling same eror.

Read only

0 Likes
1,009

Hi,

please change it to KDF and check this (DDF is for Customers, KDF for Vendors).

You can have a look at this logical database with tcode SLDB.

I have found KDF as one and only logical database in the where used list of datbase table BSIK.

Regards,

Klaus

Read only

0 Likes
1,009

Dear Klaus,

Issue resolved by passing KDF as ldb name.

Thank you so much for your quick reply.