HI guys,
I have created a screen and wanted to check how it looks at runtime, for this i assigned a tcode to the report. Now when i run the tcode it throws a dump. the dump is as follows.
The CONTROL "TCTRL_ENTRY" was searched for but not found.
These is either an inconsistency between the screen and the program or
an incorrect ABAP statement (for example, REFRESH CONTROL .. FROM SCREEN
with incorrect control name).
MODULE STATUS_1000 OUTPUT.
SET PF-STATUS 'SCR_1000'.
SET TITLEBAR '001'.
ENDMODULE. " The pointer for error is at this line
What could be the possible error?? please let me know.
Thanks in advance...
Regards,
Navin
Edited by: navin.c on Mar 25, 2009 8:18 AM