Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc posting dump error GETWA_NOT_ASSIGNED

Former Member
0 Kudos

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.

1 REPLY 1

Former Member
0 Kudos

Iam using 4.0 version of SAP

Larry