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

ude logical database.

Former Member
0 Likes
1,311

I wish to use logical database in my dynamic program

Logical database is VFV .How to define this.

START-OF-SELECTION.

get vfv.

Field "VFV" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,178

Hi Abhut,

hw abt decalting the LDB in the attributes field of the report.

This might help u.

thanks,

teja.

10 REPLIES 10
Read only

Former Member
0 Likes
1,178

If UR using Logical database is VFV .

Declare as :

tables : vbrk.

start-of-selection.

get vbrk.

Read only

0 Likes
1,178

i will have to do this evertime

get vbrk.

get vbrp

get konv.

& all other tables in VFV

Read only

0 Likes
1,178

there is no structure called VFV so U can't call that.

U will have to call the below every time ...

get vbrk.

get vbrp

get konv.

Look at the Program : SDS060RC

Read only

0 Likes
1,178

Its givibg error

"VBRK" is not defined for the current logical database.

Read only

Former Member
0 Likes
1,178

Hi,

Use NODE statement for declaration instead of tables statement.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
1,178

Error Msg :

"VBRK" is not defined for the current logical database.

Read only

Former Member
0 Likes
1,179

Hi Abhut,

hw abt decalting the LDB in the attributes field of the report.

This might help u.

thanks,

teja.

Read only

0 Likes
1,178

How to do this please explain.

Read only

0 Likes
1,178

open your report through SE38

click on GO TO

click on Attributes

in attributes tab, u will see option for logical database: enter edit mode, write dowon VFV there..

your error will be solved

Read only

0 Likes
1,178

>

> your error will be solved

His problem already solved on 27th May 2008 at 11:35 AM * *