Hello
I am trying to understand DB LUW's. I have issues with linking the theory with real abap code.
Let's assume that I have 2 lines of code:
insert ztable from line1.
insert ztable from line2.
This could be in the report program or in the PAI module for the screen.
Is above creating 1 or 2 db luw's?
Could you provide content of the 1 simple db-LUW and one complex db-LUW?
Thx