cancel
Showing results for 
Search instead for 
Did you mean: 

ADOBE form going to dump without trigering interface

Former Member
0 Kudos

Hi,

I have a strange issue that one of my ADOBE form going to dump withou trigeering the form interface. The error says ' KOMVD' is used unknown. But I have not used KOMVD directly in my form binding and interface code also. Please help to fix this issue.

The following is the breif of dump message

The following syntax error occurred in program "/1BCDWB/SAPLSM00000405 " in

include "/1BCDWB/LSM00000405F01 " in

line 4082:

"The field "KOMVD" is unknown, but there are the following fields with "

"similar names: "GT_KOMVD" and "GWA_KOMVD"."

" "

Source Code Extract

Line SourceCde

1 METHOD if_badi_sd_bil_print01~print_data.

2

*3 * Call the generated function module*

>>>>> CALL FUNCTION iv_fm_name

5 EXPORTING

6 /1bcdwb/docparams = is_docparams

7 bil_prt_com = is_interface

8 IMPORTING

9 /1bcdwb/formoutput = es_formoutput

10 EXCEPTIONS

11 usage_error = 1

12 system_error = 2

13 internal_error = 3

14 OTHERS = 4.

Thanks and regards

Susmitha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

can you please check ur interface parameters in the adobe form and driver program .

or else u might have use the structure name in binding of any field .

Thanks

Aakash

former_member216702
Active Participant
0 Kudos

Hello Susmitha YR

verify the Currency/Quantity Fields in your interface.

In your structure, tou should use a reference to KOMVD.

Thierry

jeff_broodwar
Active Participant
0 Kudos

Hi Susmitha,

Have you found the solution to this? I'm having the same issue.

Thanks.