Hi Kishore,
To fix this issue use following statement in ABAP:
ASSIGN WORK_AREA to <FIELD_SYMBOL>.
This statement should be used for each field symbol you declare to avoid GETWA short dump.
Regards,
Arun Purohit
Hi Kishore,
To fix this issue use following statement in ABAP:
ASSIGN WORK_AREA to <FIELD_SYMBOL>.
This statement should be used for each field symbol you declare to avoid GETWA short dump.
Regards,
Arun Purohit