If I have TYPES: BEGIN OF myType, ID TYPE i, END OF myType. DATA: workarea TYPE myType. So I can access ID of workarea with workarea-ID If I have a dynamic version: DATA: dynworkarea TYPE REF TO Data. CREATE DATA: dynworkarea TYPE myType. I assign it to a Field Symbol: ASSIGN dynworkarea->* TO FIELD-SYMBOL(). Now its not possible to access the ID with -ID Why?
thanks for your knowledge..it's helping alot
Thank you and Welcome
Great video sir you are simply amazing.
Thank you
Thanks Ganesh for knowledge sharing..
Thank you
Thanku Ganeshji..!!
Welcome!
Thank you so much Ganesh for this information, can you please let us know on dynamic alv field catalog concept. Thanks 🙏
Yes, will make it.
Very well explained 👏 sir
Thank you
Thanks for making this useful video sir. Could you please make a playlist on Adobe form cocentrating more on the design part with one project.
Yes, little busy... will do it.
If I have
TYPES: BEGIN OF myType, ID TYPE i, END OF myType.
DATA: workarea TYPE myType.
So I can access ID of workarea with
workarea-ID
If I have a dynamic version:
DATA: dynworkarea TYPE REF TO Data.
CREATE DATA: dynworkarea TYPE myType.
I assign it to a Field Symbol:
ASSIGN dynworkarea->* TO FIELD-SYMBOL().
Now its not possible to access the ID with
-ID
Why?
Thanks!!!!
Welcome!
Thank you sir
Welcome!
Sir keep all vedios on ABAP hanaa sir
Yes, will keep it - it is on going process and we can't conclude the new learning.