2009 Mar 24 9:06 AM
Hi,
there is class with a protected method. I get the message
"Access to protected method is ot allowed"
How must such methods be called if they are protected ?
Regards
sas
2009 Mar 24 9:15 AM
Hi,
there is class with a protected method. I get the message
"Access to protected method is ot allowed"
How must such methods be called if they are protected ?
Regards
sas
2009 Mar 24 9:15 AM
2009 Mar 24 9:18 AM
Erdem, please try to post in the correct forum. ABAP Objects questions belong in this forum, not general.
Second, Amit Khare is correct. The concept of Public/Protected/Private methods and attributes is not limited to ABAP Objects. It is a common concept to most object oriented programming languages. But if your read the ABAP Help on the appropriate keywords, then it is explained very clearly.
matt