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

While executing a smartform through driver program it displays error Field CA does not exist in form

former_member317957
Participant
0 Likes
1,430

Its a service entry sheet printout. Error is coming for only a particular PO. I have not declared any field CA. The message id is SSFCOMPOSER msg no is 604

4 REPLIES 4
Read only

iftah_peretz
Active Contributor
0 Likes
1,287

Hey,

Are you sure it's the same Smartform?

Can you attach screen shots of the Form interface and of the calling function of the form (the ABAP side)?

Read only

former_member317957
Participant
0 Likes
1,287

service-form1.jpgservice-form2.jpgservice-report.jpg

Hello,

Kindly find the screenshots attached above.

Read only

roberto_vacca2
Active Contributor
0 Likes
1,287

Hi.

I would try to find out witch node cause error.

Put a break in SSFRT_WRITE_ERROR and try to have a look at the call stack.

Hope to help

Read only

umayaraj
Participant
0 Likes
1,287

hi ,

check your driver program internal table assign area.


SPAN {
font-family: "Courier New";
font-size: 10pt;
color: #000000;
background: #FFFFFF;
}
.L0S52 {
color: #0000FF;
}
.L0S55 {
color: #800080;
}

  DATA: itab_essr  TYPE  TABLE OF zmmservice,

        itab_lfa1  TYPE  TABLE OF lfa1,

        it_hdr_sub TYPE  TABLE OF tline,

        itab_esll  TYPE  TABLE OF esll,

        it_service TYPE  TABLE OF zmmpotxt1,

        t_word     TYPE  TABLE OF spell.

internal table structure should same as smartform