‎2010 Aug 16 1:21 PM
hello experts,
I am new to ABAP OOP world and having a doubt. Whenever we are creating an object using CREATE OBJECT statement in export parameter we pass something. For eg if i create an object of CL_GUI_CUSTOM_CONTAINER in EXPORT parameter we pass CONTAINER_NAME. How we can come to know wat to pass in EXPORT parameter while creating an object of an unknown class.
‎2010 Aug 16 1:33 PM
Those are the values passed to the constructors, check the method constructor of the class and its parameters.
‎2010 Aug 16 1:33 PM
Those are the values passed to the constructors, check the method constructor of the class and its parameters.
‎2010 Aug 17 5:46 AM