Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting dump while calling adobe form

Former Member
0 Likes
1,683

Hello All,

I am working on a webdynpro application and within the application I am calling a adobe form, when I call the adobe form I am getting the following short dump:

Error in the ABAP Application Program

The current ABAP program "CL_WD_ADOBE_SERVICES==========CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

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

include "/1BCDWB/LSM00000027F01 " in

line 587:

"Field "BKPF-WAERS" is unknown. It is neither in one of the specified t"

"ables nor defined by a "DATA" statement. ."

" "

" "

I looked at the adobe form and the interface and the field WAERS is being defined there but I am not sure then why I am getting this dump.

Can you please help me on this.

Thanks,

Rajat

Moderator message: wrong forum, please have a look in the dedicated "Web Dynpro ABAP" forum.

Edited by: Thomas Zloch on Feb 9, 2011 3:23 PM

4 REPLIES 4
Read only

Former Member
0 Likes
1,081

Hi,

Try to generate the interface and adobe form and also the generated FM "/1BCDWB/SAPLSM00000027"

Regards,

Srini.

Read only

0 Likes
1,081

Hey Srini,

Both the form and interfcae are activated.

Read only

0 Likes
1,081

Also I am not passing WAERS anywhere from my web dynpro to the adobe form, so I am not sure then why it is looking for WAERS.

Read only

Former Member
0 Likes
1,081

Hi Rajat,

You should define BKPF inside interface in global TYPES. WAERS is used in WRBTR reference type.

Regards,

Bart