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 : can we delete GET BKPF and GET BSEG when we have GET BSIS on top of a program

former_member421809
Participant
0 Kudos

Hello All,

in a program i have GET BSIS
GET BSEG
GET BKPF
I need some information in BSEG and BKPF but its influence the performance n running program can we delete GET BKPF and GET BSEG if we have already GET BSIS

thanks All

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

You could remove the GET BKPF/BSEF/GSEG, but as some information is required from BSEG and BKPF you now have to to read the information yourself with some SELECT statements. You may/should no longer use the logical database, starting with a JOIN between BSIS and BKPF?