2014 Jan 23 7:30 PM
Dears,
I am new to OO ABAP. I am coding inside a function module. I want to pass the tables parameter of my function module to my class constructor during instantiation. The class is a local class in the Main program of the function pool. Could someone please help me with the syntax of object creation, constructor definition please ?
Thanks,
Kausthub
Static constructor doesn't have interface parameters. Since its a local class , you have chance of modifying it with instance constructor and passing the values through it.
Please read the sap help for such basic questions like object creation,constructor definition etc.
2014 Jan 24 6:20 AM
Static constructor doesn't have interface parameters. Since its a local class , you have chance of modifying it with instance constructor and passing the values through it.
Please read the sap help for such basic questions like object creation,constructor definition etc.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |