Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Weird Error while Recording T-Code

Former Member
0 Likes
379

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

1 REPLY 1
Read only

Former Member
0 Likes
275

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.