Skip to Content
0
Former Member
Nov 28, 2010 at 01:45 PM

Short dump - field LIKP-WAERK is uknown

73 Views

Hi,

When compiled my adobe form which has one import parameter of type custom structure which has currency field whose reference field are declared as likp-waerk,

I get a short dump stating Field LIKP-WAERK is uknown. At the statement in lt_params:

  • dynamic call of the generated function module

CALL FUNCTION m_fm_name

PARAMETER-TABLE lt_params

EXCEPTION-TABLE lt_exceptions.

In the function module when checked in the code that dumps out,

PERFORM %OUTPUT USING 'AMT_FROM' %WORKAREA1-AMT_FROM 'CURR' 'P' 'LIKP-WAERK' LIKP-WAERK ' '.

I think in the ref value instead of variable LIKP-WAERK it should have been blank like ' '.

But I do not know a way to rectify this dump.

Really appreciate if you anyone could please help me out.

Edited by: Bharathi M on Nov 28, 2010 8:46 AM

Edited by: Bharathi M on Nov 28, 2010 9:23 AM