cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump - field LIKP-WAERK is uknown

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

jeff_broodwar
Active Participant
0 Kudos

Hi,

May I know how this was corrected? I'm facing the same issue.

Thanks,

Jeff