2010 Jun 14 8:37 AM
I am new to OO ABAP Programming.
I was analyzing a piece of code as part of my work and I came across the following line of code :
application->ZZ_VEHIACTDATA-SHIP_TO
Can anyone provide me with a detailed explanation of the code?
Thanks in advance.
2010 Jun 14 10:27 AM
Hello Arnab,
Looking at the code it looks like member variable from public structure is getting accessed.
application->ZZ_VEHIACTDATA-SHIP_TO
Here, application is object and ZZ_VEHIACTDATA is structure and SHIP_TO is member variable from structure.
Good way to understand the program is to run it and debug it.
Thanks,
-Augustin.
I am new to OO ABAP Programming.
I was analyzing a piece of code as part of my work and I came across the following line of code :
application->ZZ_VEHIACTDATA-SHIP_TO
Can anyone provide me with a detailed explanation of the code?
Thanks in advance.
2010 Jun 14 8:45 AM
2010 Jun 14 10:27 AM
Hello Arnab,
Looking at the code it looks like member variable from public structure is getting accessed.
application->ZZ_VEHIACTDATA-SHIP_TO
Here, application is object and ZZ_VEHIACTDATA is structure and SHIP_TO is member variable from structure.
Good way to understand the program is to run it and debug it.
Thanks,
-Augustin.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |