‎2009 May 19 9:33 AM
Hi all,
When am working in smartforms i have to add a field(ANLN1) in the report.
But the following error occurs?
Hw to solve it?
The work area name is w_rkpf.
The data object "W_RKPF" does not have a component called "W_ANLN1".
Regards,
Priya
‎2009 May 19 9:41 AM
Hi,
Check the Field W_ANLN1 exists in work area W_RKPF.
Check the text elements where you might have wrongly written the varaible name.
‎2009 May 20 6:11 AM
‎2009 May 19 9:43 AM
Hi Sivapriyaramesh,
The data object "W_RKPF" does not have a component called "W_ANLN1".
Check whether You are using it as W_RKPF-ANLN1 or not.
Regards,
Suneel G
‎2009 May 19 9:44 AM
Hi,
Check the structure declaration of W_RKPF. It should contain component W_ANLN1.
‎2009 May 19 10:03 AM
Hai,
Confirm the internal or database table contains that field 'W_ANLN1' and also make sure it should not be workarea because you can't create work area using another workarea. why i am asking this, you are trying to add ANLN1 field but the error message indicating, no such component called 'W_ANLN1' in 'W_RKPF' .
Regards,
Harish
‎2009 May 20 6:12 AM