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