I have 1 class, ZCL_GRID_EVT_HANDLER, in my ABAP/4 program that has a method MAIN that i want to start with a transaction.
I tried right clicking on the program > Create > Transaction
-then chose “Method of a Class (oo transaction)”
-then deselected the checkbox “OO Transaction Model”
-chose my program, chose the class name and the method name, and the message i get is
“Class ZCL_GID_EVT_HANDLER doesn’t exist”. (the program is however activated)
help!
Pls tell me what i’m doing wrong or if i’m completelly off tracks.
Link the transaction to the program containing the local class and call the
MAINmethod inside that program (at theSTART-OF-SELECTIONevent).