2005 Nov 04 2:11 AM
Hi,
I have created one logical database using BSAK & BSEG named as "ZVENLDB".
While iam calling this LDB into abap program...it is showing error that "BSAK is not a node of the logical database".
Could any one tell me where might be the problem?
...this is abap program...
report Z_SAMPLE.
NODES: BSAK,BSEG.
GET BSAK.
SKIP.
WRITE:/BSAK.
GET BSEG.
SKIP.
WRITE:/BSEG.
Reward guaranteed...
Kaki
2005 Nov 04 3:24 AM
In the attributes of your program have you entered the name of the logical databse?
2005 Nov 04 2:16 AM
Include BKPF in the logical database .
the call BKPF first an then others. Hope this might help you.
2005 Nov 04 2:26 AM
Hi MCG,
I have included BKPF.
BSAK
BKPF
BSEG
Is my abap program is correct?How do the abap program recognise the particular LDB? Do i need to write any include<LDB> some thing like this??
kaki
2005 Nov 04 2:34 AM
Here is the link for help for more details:
http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/frameset.htm
Hope this will be helpful.
2005 Nov 04 2:39 AM
Pls check this program RFBELJ00 for LDB. this might be helpful.
2005 Nov 04 3:24 AM
In the attributes of your program have you entered the name of the logical databse?