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 AAV

Former Member
0 Likes
694

Hi all friend !

I have problem belong Logical database, I used Logical database AAV but when I run report, i receive a message " VBAK is not specified for field selection".

report test_logicaldatabase.

nodes: vbak.

get vbak fields vbeln.

write: / vbak-vbeln.

help me ?

Thank very much !

3 REPLIES 3
Read only

Former Member
0 Likes
538

Hi Van, I think what u wrote is correct. But I wonder y its not working for u. try once again with the same code in another report program.

Here is a simple Program on Logical database.

Here is the code.

NODES: spfli,sflight.

START-OF-SELECTION.

WRITE 'Test Program for GET'.

*Fetching SPFLI table

GET spfli.

WRITE: / 'Carrid:', spfli-carrid,

'Connid:', spfli-connid.

*Fetching SFLIGHT table

GET sflight.

SKIP 5.

WRITE: / 'Carrid:', sflight-carrid,

'Connid:', sflight-connid.

Hope,it is useful for you.

kindly reward if found helpful.

cheers,

Hema.

Read only

Former Member
0 Likes
538

Hi ,

in the Attribute of the Program there is any LOGICAL DATABASE Column , Place your LDB , Then activate it .

Reward points if it is usefull ....

Girish

Read only

former_member51139
Discoverer
0 Likes
538

hi,

use proper LDB.

In this case try VAV in LDB field.

Regards

Uday