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

Error in smart forms

Former Member
0 Likes
748

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

6 REPLIES 6
Read only

Former Member
0 Likes
718

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.

Read only

0 Likes
718

Thanksss..Got solved

Read only

Former Member
0 Likes
718

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
718

Hi,

Check the structure declaration of W_RKPF. It should contain component W_ANLN1.

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

Thanksss.Got solved