cancel
Showing results for 
Search instead for 
Did you mean: 

ADOBE Forms auto generated program dumps LIKP-WAERKS unknown

jeff_broodwar
Active Participant
0 Kudos

Hi All,

I have similar issue to the links below:

I hope someone here knows how to solve this. I created a program to call the PDF form but the generated program by function module :


CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
    EXPORTING
      i_name     = p_form
    IMPORTING
      e_funcname = fm_name.
* fm_name will be called  in the latter part of the code that will result to the dump
CALL FUNCTION fm_name
.
.
.

Thanks,

Jeffbroodwar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193284
Active Participant
0 Kudos

you might have to define this field in the currency tab in the interface.

Thanks

jeff_broodwar
Active Participant
0 Kudos

Thanks.

Former Member
0 Kudos

Hi!

I have same problem in smartforms.

Some currency fields in you data have reference to LIKP-WAERKS field.

You can change this reference ( if use Z structure)

or create global variable LIKP TYPE LIKP in you form.

Thank you!

jeff_broodwar
Active Participant
0 Kudos

Thanks, I'll give it a try.