<$BlogRSDUrl$>

Monday, December 15, 2003

SE14

There is an awful lot of stuff in SE14, which should let you manipulate tables from within SAP rather than at database or sapdba level.

It's best to change the values of next and max extents here, rather than in sapdba. The reason is that if the table is busy when you try to apply the change, you can just hit re-execute to try again, and again, and again....; don't worry about all the messages in the system log and database alert log that you generate!

You can also check here that SAP and the database both think the table has the same structure - particularly useful if you've transported changes to data elements or domains that are defined in the table. Watch out for BSEG - it's a b@gger.

You can reactivate the table, and also check if previous activations have been successful. Look at the options on the main SE14 screen, before you've even entered a table name.

(0) comments

Thursday, December 11, 2003

OS01

Want to see if your server can ping another address. Run this!

(0) comments

Friday, December 05, 2003

SMW0

Use this transaction to set up and upload a new logo for use on the logon screen.

SSM_CUST

Configure the entries in this table to select the logo you've created, and the sizing options.

(0) comments

Wednesday, December 03, 2003

RZ11

Change profile parameters on the fly without bouncing the application server.

Watch out for
abap/heap_area_total
abap/heaplimit
ztta/roll_extension

though. OSS Note 610965 says this won't work, use ABAP RSMEMORY instead. But even this doesn't work for abap/heaplimit :-(

(0) comments

This page is powered by Blogger. Isn't yours?