Hi,
In the end routine I have written code for one field this was executed good from 1-2 weeks now it is showing dump error with
GETWA_NOT_ASSIGNED Field symbol has not yet been assigned.
Below is the code.
IF sy-subrc = 0.
<RESULT_FIELDS>-ZCS = wa_clink_SF-ZCS
* <WA_TEMP>-VV * <RESULT_FIELDS>-QUAN.
ENDIF.
what would be the problem?
Regards.