2020 Aug 22 6:07 AM
Hi All,
I want to know how to write a program to count number of objects declare in a program
Thanks,
Snehal
Hi All,
I want to know how to write a program to count number of objects declare in a program
Thanks,
Snehal
2020 Aug 22 6:20 AM
I understand that you want to parse the source code of an ABAP program and count the number of the following statement, but probably it's not the question. Could you clarify?
DATA ... TYPE REF TO <interface or class>.
2020 Sep 02 12:56 PM
You could use the statement SCAN, but it is not really friendly
2020 Sep 02 1:56 PM
Do you want to identify no of object instances created in a program?
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |