cancel
Showing results for 
Search instead for 
Did you mean: 

Increase empty rows in BPS Manual planning

Former Member
0 Kudos

Hi All,

I have a BPS layout and there is already data in the cube and I can see it. when I want to add additional data via this manual planning layout, ı only see 20 empty rows. when ı insert 20 rows of data and save it, new 20 empty rows will come.

Is it possible to increase these rows from 20 to 500.

I want to insert 500 rows of data at a same time.

I appreciate you for your replies.

Ali

Accepted Solutions (1)

Accepted Solutions (1)

former_member5472
Active Contributor
0 Kudos

Hi Ali,

You can use the program UPP_SET_DEFAULT_DUMMIES to increase the default lines.

Note : Please be careful as this is system wide change that will affect all the modules.

thanks

pratyush

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Ali,

we have had the same problem and could extend the number of input ready rows by changing of the system function:

Function Group: UPP_FRONT_SPREADS

Include: LUPP_FRONT_SPREADSTOP

Following line was changed:

*\constants: c_dummies_number type upp_y_row value  20.
constants: c_dummies_number type upp_y_row value 500.

Best regards,

Kirill

Former Member
0 Kudos

Yes, the default of the template supplied by SAP is 20 lines, you need to customise your template and re-check it back into the SAP system (check on SDN on changing BPS template) as it's easy to do.