cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SSCE rows change

Former Member
0 Likes
200

Hi Experts,

I want to change the no of rows in the form in a particular table row in SSCE. I can't edit the source code from SSCE. But I can make change from workbench.Even though I can see the change in the browser, it doesn't reflect from SSCE. SSCE still shows the same no of rows.

var form_c0c0 = new com.sap.xmii.ssce.Form(({Columns:24,Rows:6}));

Is there a way that I can make change directly from SSCE?

Is it possible the change appear in SSCE after I make change in source code from workbench?

Regards,

Naga.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Naga,

These Columns & Rows are used for designing Layout of the SSCE main Page so, its not advisable to change them and may not be able to change.

It is protected purposefully.

R,

Parandhaman