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: 

"BSID is not defined in the current logical database"

sachin_thombre
Participant
0 Kudos
546

Hello Team, Need your help. While I am trying to write the below code. I am getting error message "BSID is not defined in the current logical database"

The issue seems at line # 2 - GET BSID.

 

TABLES: BSID, BSIK.

GET BSID.

WRITE:/ BSID-KUNNR,

BSID-LAND1.

COUNTER=0.

GET BSIK.

ADD 1 TO COUNTER

IF COUNTER >3.

REJECT 'BSID'.

ENDIF.

WRITE:/ BSID-BUDAT, BSID-DMBRT.

GET BSID LATE.

ULINE.

Thanks in advance for your reply.

Regards,

Sachin

1 REPLY 1

Former Member
0 Kudos
96

hi Sachin

Only logical database can use 'GET' event.

BSID and BSIK is transparent table.

link to LDB: http://help.sap.com/saphelp_46c/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm

regards,

Archer