‎2006 Nov 28 1:28 PM
‎2006 Nov 28 1:32 PM
Hi,
Directly after an executable program, a module pool, a function group or a subroutine pool has been loaded, a special processing block can be executed exactly once. This processing block is defined as an event block using the event keyword LOAD-OF-PROGRAM. The processing block for LOAD-OF-PROGRAM has the same function for ABAP programs as a constructor has for classes.
Regards
Sudheer
‎2006 Nov 28 1:32 PM
load program means loading of data into sap from pc or application server...
for PC u have to use GUI_UPLOAD and write a BDC
for Appl. u have to use dataset and write a BDC