Skip to Content
0
Former Member
Nov 04, 2005 at 02:11 AM

calling logical database

23 Views

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