‎2010 Feb 11 6:53 AM
Hi ABAP Gurus,
I am trying to create a recording for the t-code COGI. But I have come across a very strange error. When I run the T-Code COGI and give the input ie The Plant and Posting Dates the T-Code runs without any hassles. But when I am trying to create a recording for the same T-Code for the same set of input data through SHDB transaction I get the error that callback event Context_menu doesnt exist.
What is this error?
regards,
Ankur
‎2010 Feb 11 12:06 PM
Hi,
COGI is a report program. You cannot do BDC for the ALV screen.
But you can schedule it background or use submit statement in the program to execute multiple times.
if you can brief your requirement i can help you more.