‎2011 Feb 09 1:36 PM
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
‎2011 Feb 09 1:55 PM
Hi,
Try to generate the interface and adobe form and also the generated FM "/1BCDWB/SAPLSM00000027"
Regards,
Srini.
‎2011 Feb 09 2:09 PM
‎2011 Feb 09 2:18 PM
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.
‎2016 Feb 02 10:04 AM
Hi Rajat,
You should define BKPF inside interface in global TYPES. WAERS is used in WRBTR reference type.
Regards,
Bart