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 [...]

Analysing Memory Using sappfpar command in SAP

SAP provides a tools to analyse memory consumption for Web AS ABAP called sappfpar. With this command you can estimate a memory consumption in a detail based on parameter setting in instance profile. Command will be like this :
>sappfpar check pf=<Instance Profile>
and the example result:

From the picture above you can see a lot of parameter [...]

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 [...]

Java in SAP

Java, what kind of island is this? joke. In SAP world, not so many people will learn about Java technology. Well, so far this technology has grown up in SAP and leaving paths in a complex web based system like Portal, BW, Solution Manager, CRM, also Exchange Infrastructure which is now has been [...]

Transport Printer Output Device

This is a simple steps to transport Printer Output Device :

Run tx code SPAD.
Leave any fields blank, press Output Device button.
Choose Output Device which will be transported.
Press Change button (F8)
Press Transport (Ctrl+F5), then it will prompt a workbench request. Create the new one. Fill description and target client as needed.
Finish.

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 [...]

Profiles, Work directory differ

Error symptom : profiles, work directory differs.

Reason : During profile maintenance (Transaction RZ10) and when setting up operation modes, information on computer names, paths and profile names is generated from different areas. These default settings do not always match the current configuration.

Central Performance History

Central Performance History or CPH is a feature provided by CCMS Alert infrastructure. CPH allows to keep performance values of monitoring architecture for long term and can be use to display report for some certain period, hence you can compare those values for performance analyzing.
You can monitor any object that already defined by CCMS infrastructure. [...]

SAP System Monitoring

Can you imagine if you have a job to monitor the whole SAP system and also non SAP system? Okay, let’s say that you only have 3 system landscapes, that would  be very easy to monitor, check the system one by one. But if you have hundreds of systems, how will you manage the system [...]