Hello,
While trying to post an inbound shipping notification
Process code DELS msgtyp DESADV idoc type delvry01
iam getting a dump error GETWA_NOT_ASSIGNED Iam using standard fun module..Can anyone help why that dump happens...?
while the fun module hits the first perform DESADV_IDOC_PARSE the dump happens in the statement shown..
The error is Field symbol has not yet been assigned but its a std module iam using...
Can you pls help..
Thanks,
Larry
000470 * check basis idoc type
> READ TABLE IDOC_CONTRL INDEX 1.
000490 IF IDOC_CONTRL-IDOCTP NE 'DELVRY01'.
000500 MESSAGE E029(E0) WITH IDOC_CONTRL-IDOCTP TEXT-001
000510 'IDOC_INPUT_DELVRY1' RAISING WRONG_FUNCTION_CALLED.
000520 ENDIF.
000530
000540 CLEAR: F_STAT, F_TIDX, T_DLGN, T_VSEK, T_VSEP,
000550 S_DL20, S_DT13, S_DRM1, S_DRE1, S_DL24,
000560 S_DL41, S_DL37, S_DL44.
000570 REFRESH: T_DLGN, T_VSEK, T_VSEP.