cancel
Showing results for 
Search instead for 
Did you mean: 

No table line started. Output to cell not possible

Former Member
0 Kudos

Hi Everybody:

I have developed a smartform where in if i give single record as input, it comes fine, but if more than one record is given thru selection scr, the error comes No table line started. Output to cell not possible when page break is issued.

Pls help as to why is it coming,

I also tried SF TRACE, but when i display the error, it says Cannot read from the database.

Best Regards, Neetu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Neetu,

Are you using Internal table to pass the data to smartforms?

Satish

Former Member
0 Kudos

Yes, I am using internal table which is being passed to the smartform

naimesh_patel
Active Contributor
0 Kudos

To print the internal table's data in the smartform you should use the TABLE.

LIke define a TABLE, inside the table define required table types.

Put your data inside your main ... under the Table by using one of the line type.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi,

U can either use table or loop to print ur records.

Former Member
0 Kudos

AM USING TABLE IN MAIN AREA FOR O/P BUT NOT WORKING FOR 2ND PAGE ONWARDS, NEETU

naimesh_patel
Active Contributor
0 Kudos

Have you assigned the NEXT in the PAGE1 as PAGE1?

If yes, than system will take care of this.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi

Check in conditions of main window of both first n next page whether u have given any conditions,

if not pl explain ur issue lil bit more

Regards,

Dilip

Answers (0)