‎2008 Jul 15 11:07 AM
hi,
Writng the following syntax
data c1_obj type ref to c1.
create object c1_obj.
error is showing as
'Statement is not accessible'
kindly tell me the reason.
thanks in advance
Ansuman
‎2008 Jul 15 11:08 AM
Ashuman,
data c1_obj type ref to c1.
start-of-selection.
create object c1_obj.Amit.
‎2008 Jul 15 11:08 AM
Ashuman,
data c1_obj type ref to c1.
start-of-selection.
create object c1_obj.Amit.
‎2011 Jun 01 1:19 PM
Buddy,
Can you please tell the reason, please dont mind as i'm new to ABAP.......
Edited by: vivekd on Jun 1, 2011 2:20 PM
‎2011 Jun 06 10:48 AM
When u r creating a object of the class , specify to start with ' start-of-selection'