Hi OO master:
I have been using structured program all my life and am planning to use Classes for one of my new development. My requirement is to
1) Get data from a table (KNA1)
2) depending on the this table get data from one more table (KNVP)
3) get data from the 3rd table VBAK.
4) do some more processing on the VBAK data and update in a Z table..
I was planning to create 4 method for each task listed above and 1 more method which calls all of them.. Is this the correct approach, or should I call the the 4 methods in a FM?
Also if the inserts to the Z table are happening in a Class-method, does the Rollback work, is it still considered a single LUW..
Hope someone can help me on this.
SG.