cancel
Showing results for 
Search instead for 
Did you mean: 

what are tools used by the xi/pi system ,to bug the errrors

Former Member
0 Kudos

hi gurus,

what are tools used by the xi/pi system ,to bug the errrors.

regards,

subba reddy

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos

solved my problem,

thanks,

subba reddy

hemant_chahal
Contributor
0 Kudos

For all kind of errors the only tool available which bugs or say alerts for the error is Alert Management.

Alerts are messages which can be raised in case of failure.

Alerts - used for system errors, u can send a mail or msg whenever there is any failure. alert configuration can be done in t-code - ALERTCATDEF.

Alert Categrory can be defined in transaction ALRTCATDEF on abap stack. we can assign receipients to every alert category which specifies who will receive alert in case of error.

Alert rules can be defined in RWB.

for configuring alerts u need follwing roles first for defining or creating alertcategory

the roles reuired to access the RWB are:

1. SAP_XI_RWB_SERV_USER

2. SAP_XI_RWB_SERV_USER_MAIN

The roles for the Alert Management are:

1. SAP_ALM_ADMINISTRATOR

2. SAP_ALM_CUSTOMIZER

3. SAP_BC_ALM_ALERT_USER

Once this is done

alert category is defined and then tested

For Alert please see

http://help.sap.com/saphelp_nw04/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

For details follow this link,

http://help.sap.com/saphelp_nw70/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

former_member192295
Active Contributor
0 Kudos

Hi,

Most of the time we will check through below process

1. SXMB_MONI: We can Monitor all transactions in ABAP stack level

2. SXMB_MONI_BPE : It is for BPM process

3. Runtime workbench: Under this window have so many options like component monitoring , message monitoring, end to end monitoring, alert config, alert inbox etc.

4. SXI_MONITOR in ABAP Stack.

5.For testing message mapping select the test tag and check the mapping.

6. In Integration Directory we can test scenario through Tools-->Test configuration in Integration directory

Former Member
0 Kudos

Hi,

After Processing Message:

sxmb_moni for debug the entire process in ABAP stack.

RWB component monitoring under communication channel monitoring for debug the communication

channel error.

In RWB message monitoring for checking the entire process.

Test Tool for check:

1.Under tools menu Test configuration (Integration Directory) used to Test the configuration.

2.RWB Under component monitoring select the adapter engine.

There you need to find the test message.

It will include the test with communication channel.

3.For testing message mapping select the test tag and check the mapping.

External tool:

1.detroubulator is used to check the all the type of mapping .

Regards,

Prakasu

Former Member
0 Kudos

Hi,

Configuration can be checked through

Tools-->Test configuration in Integration directory

Former Member
0 Kudos

SXI_MONITOR in ABAP Stack.

Component Monitoring, Message Monitoring in Run Time Workbench Tool..

for Message Mapping Testing, use Test Tab Option over there.

Former Member
0 Kudos

Hi ,

You can use

1.SXMB_MONI

2.SXMB_MONI_BPE if you have used BPM.

3.Runtime workbench

regards ,

Akhil

Former Member
0 Kudos

Hi,

Runtime Workbench is the Best tool to Monitor the Errors

Tools for Monitoring

http://help.sap.com/saphelp_nw04s/helpdata/en/f7/c8d34213d9324fa3329dcdf8e7be16/frameset.htm

Regards

Seshagiri

Edited by: N V Seshagiri on Aug 19, 2008 12:54 PM

Former Member
0 Kudos

hi

sxmb_moni is mainly used

regards

kummari