| Home • Quiz • Tips • Tutorials • Functional • Cert Q's • Interview Q's • Jobs • Testimonials • Advertise • Contact Us | ||
ABAP QUIZ 5 NEWTips Categories:
Contribute?What's New?
What's Hot? |
Error "Statement is not accessible" when defining events in a table maintenance programBy Suresh In this
tip, we would discuss about an error that is faced in common when defining
events for a table maintenance program. Problem: As seen in the screenshot below, we have defined an event “Creating a new entry” and provided the subroutine name “CREATE_ENTRY”.
By
clicking on the Editor Button, we have defined the following code:
When we do
the syntax check, the following error message “Statement is not accessible”:
Solution: In
general, whenever we double-click on any subroutine name (in a PERFORM
statement), SAP automatically proposes to create the subroutine (if doesn’t
exists). On clicking YES, SAP automatically provides us with the structure of
the subroutine as shown below:
But in the
case of events in table maintenance, the structure of subroutine is not created.
Now let us change our code as shown below:
|
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||