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

about smartforms

Former Member
0 Likes
764

hi to all,

friend i am getting this message while executing smartform program.

Line 2 column 3 do not exist.

now how i locate this line in layout.

with regards

bhupi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
743

hi

u have to ROW by ROW , somewhere in ROW ur using LINE-TYPE which will have only two column and u have defined TEXT for third column also.

OR u can check for where ur using LINE-TYPE which have only two columns .

reward if helpful.

4 REPLIES 4
Read only

Former Member
0 Likes
743

I think this error is from Table , check your tables.

also try to identify the different lables in your smartform. find any element with that names.

Read only

Former Member
0 Likes
743

hi,

check all the templates u have used.

Read only

olivier_segol
Active Participant
0 Likes
743

Hello,

I think that in a template you try to assign a text node (or other node) to a cell which doesn't exist.

Activate smartforms trace: transaction sftrace and laucnh your smartforms.

Hope it helps

Olivier

Read only

Former Member
0 Likes
744

hi

u have to ROW by ROW , somewhere in ROW ur using LINE-TYPE which will have only two column and u have defined TEXT for third column also.

OR u can check for where ur using LINE-TYPE which have only two columns .

reward if helpful.