SAP BW-Usage of Global Variables in Routine
Usage of Global Variables in BW Routine. Sometimes we wish to fill the internal table only once, and also we need use the internal table across all the start, end and field routines like STATIC internal table which will be used inside routines, function module or static methods. BW routine is created using local class, [...]