Hi,
I am getting short dump while trying to create returns delivery on repair order, parts are serialized. Following code is extract from short dump. Also when we tried creating new equipment we saw multiple entries in OBJK table with object list usage of 'S" and "K", we only require "S" type entries, please let us know your suggestions on config or otherwise.
LOOP AT XOBJK_ALL.
IF XOBJK_ALL-OBJVW NE O
**MESSAGE X307.
ENDIF.
Regards
Ram.