‎2008 Jan 28 2:40 AM
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 !
‎2008 Jan 28 3:00 AM
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.
‎2008 Jan 28 3:33 AM
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
‎2010 May 31 8:38 AM
hi,
use proper LDB.
In this case try VAV in LDB field.
Regards
Uday