cancel
Showing results for 
Search instead for 
Did you mean: 

Set number of Blank lines dynamically in Table UI settings

former_member206441
Contributor
0 Kudos

Dear Experts,

I am facing a problem in dynmaically setting the Blank lines of a table. the functionality is users are allowed to upload data thru excel sheet if the data has 20 rows it is getting uploaded but if the data is more than that it is not taking the data when we change the Blank line settigns from -1 to 1 no problem encountered and we are abe to append more than 20 rows. i am dynamically increasing the rows by SET_VISIBLE_ROW_COUNT but when i set the Blank lines dynamically i am getting asaert condition failed. Kindly guide me how can we set the Blank lines dynamcially.

Thanks & Regards

Arun.K.P

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arun,

Pls check your cardinality conditions....

and u can try like append empty rows means ...

u can append empty workarea to table....

do   lv_no times.

append wa to it.

enddo.

->Bind table...

Try this.

Regards,

Venkat.