‎2008 May 27 8:36 AM
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,
‎2008 May 27 10:35 AM
Hi Abhut,
hw abt decalting the LDB in the attributes field of the report.
This might help u.
thanks,
teja.
‎2008 May 27 8:42 AM
If UR using Logical database is VFV .
Declare as :
tables : vbrk.
start-of-selection.
get vbrk.
‎2008 May 27 8:45 AM
i will have to do this evertime
get vbrk.
get vbrp
get konv.
& all other tables in VFV
‎2008 May 27 8:49 AM
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
‎2008 May 27 9:41 AM
Its givibg error
"VBRK" is not defined for the current logical database.
‎2008 May 27 8:48 AM
Hi,
Use NODE statement for declaration instead of tables statement.
Thanks,
Sriram Ponna.
‎2008 May 27 10:08 AM
Error Msg :
"VBRK" is not defined for the current logical database.
‎2008 May 27 10:35 AM
Hi Abhut,
hw abt decalting the LDB in the attributes field of the report.
This might help u.
thanks,
teja.
‎2008 May 27 10:38 AM
‎2008 Oct 17 6:01 AM
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
‎2008 Oct 17 6:04 AM
>
> your error will be solved
His problem already solved on 27th May 2008 at 11:35 AM * *