RZ10 – Character Limitation on Profile Import

I tried to import profile after system refresh a while ago. I just noticed that import profile character entry is limited. As far as I’m involved in SAP Basis consultant, I never experience a problem when importing an instance profile in RZ10. Before I show you where the character limit entry reside, here’s the procedure [...]

Trace SAP Web based Application

When working on SAP Web based application, there will be an issue about internet or network connection and all the things related to web. Applications here like Portal application, BEx Web, ITS connection, Web dynpro, BSP , etc. Sometimes we need to trace those application which can be used to analyze the problem. I’m using [...]

Important Log Files for Portal Application

If you run a Portal application based on SAP Web AS, you may find an error on your running process. Mostly the errors are logged into a log files of Java server process. A Portal application usually identified by prefix http://<hostname>:<port>/irj/… Here’s the important log files location :

<drive>:\usr\sap\<SID>\DVEBMGS<inst_no>\j2ee\
cluster\serverX\log\defaultTrace.xx.trc
<drive>:\usr\sap\<SID>\DVEBMGS<inst_no>\j2ee\
cluster\serverX\log\applications.x.log

X: server process number, start from 0,1,2 .. [...]

Notes in updating clustered SAP system Kernel

This is a little note when you upgrading the SAP Kernel in clustered system on Windows OS: Dont forget to copy the Kernel folder /usr/sap/<SID>/<instance>/SYS/exe/run to C:/Windows/sapcluster folder. I got an error when I didn’t copy the Kernel folder to cluster directory. And this has to be done in both cluster nodes which I think [...]

Delete Row in Table Record

This is the tricks to delete a row in an SAP table. This tricks will be very useful for example to delete hanging transport with truck icon in STMS. Generally, when import is going on, STMS program save a temporary data in TMSTLOCKP or TMSTLOCKR table. For newer SAP version you can find process queue [...]

New BR*Tools Feature in SAP Netweaver 7.1

In SAP Netweaver 7.1 you can find the following features of BR*Tools :

Verification of database and archive log files with RMAN ( BR*Tools 7.00 patch 22 ) which affects :
o BRARCHIVE -w|-verify use_rmv|first_rmv|only_rmv
o BRBACKUP -w|-verify use_rmv|only_rmv
o BRRESTORE -w|-verify use_rmv
Support for Oracle Data Pump like export and import ( BRSPACE patch 17 ) which affects :
o [...]