Application Development and Automation 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: 
Read only

Logical Database

Former Member
0 Likes
858

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
Read only

Former Member
0 Likes
822

Hi

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

Regards,

Sravanthi

6 REPLIES 6
Read only

Former Member
0 Likes
822

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

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

Read only

0 Likes
822

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 ?

Read only

Former Member
0 Likes
822

Hi Sophie,

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

Regards,

Swapna.

Read only

0 Likes
822

oh,i see, remembered it .tks!

Read only

Former Member
0 Likes
823

Hi

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

Regards,

Sravanthi

Read only

Former Member
0 Likes
822

Hi

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

Regards,

Sravanthi