You are on page 1of 1

data flow: data->crmd_order->ow layer->ob layer->db layer->database.

When data goes to 'crmd_order' transaction and from crmd_order, data is given to
ow layer(screen work area) where function modules with *ow extension tries to g
et value from Buffer using OB and if not then it searches the Database for the v
alue.
And then data goes to ob layer where Object buffer retrieves data from the Buffe
r (using function modules with *ob extension) before it gets cleared and in the
db layer, function modules with *db extension executed which is a final layer t
o save data in database.

Note: ow and ob function modules genrally deal with data consistency how the da
ta flows from interaction layer to database.

You might also like