Application Development 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: 

Logical Database

Former Member
0 Kudos

hi ,everybody :

when i defined as below :

NODES: spfli.

it tips:

"SPFLI" is not node of the logical database____S"

how can i define and use the logical database nodes ?

tks in advanced !

Edited by: sophie xue on Sep 9, 2008 3:24 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Attributes>logical database>give the logical database name then activate the program

Regards,

Sravanthi

6 REPLIES 6

Former Member
0 Kudos

When you assign a LDB to a program you need to use

GET command to fetch the data from the tables....

0 Kudos

program as following :

REPORT ztest_sophie.

NODES: spfli, sflight, sbook.

DATA: weight TYPE p DECIMALS 4.

PARAMETERS: p_aa TYPE i.

START-OF-SELECTION.

WRITE '开始处理'.

GET spfli.

SKIP.

WRITE: / 'From:', spfli-cityfrom,

'To :', spfli-cityto.

ULINE.

what's wrong with it ?

Former Member
0 Kudos

Hi Sophie,

In the attributes window, give the logical database as F1S.

Regards,

Swapna.

0 Kudos

oh,i see, remembered it .tks!

Former Member
0 Kudos

Hi

Attributes>logical database>give the logical database name then activate the program

Regards,

Sravanthi

Former Member
0 Kudos

Hi

In the attributes-->give the logical database name.Then activate and excute the program.

Regards,

Sravanthi