Define Error Handling Applications 
To activate error handling in the Monitoring and Error Handling application, a standard error handling application is required. The standard error handling application delivered with the SAP Application Interface Framework is called AIF. As an initial step, it is recommended that you check if this application is correctly defined and, if it does not exist, maintain it.
Go to the Customizing for error handling applications by calling the Customizing transaction of the SAP Application Interface Framework (transaction code /AIF/CUST_IF). Select .
Select the node Maintain Application from the dialog structure on the left and check that there is an entry for application ID AIF. If the application ID AIF does not exist, then create it. The settings should be as follows:
Field |
Value |
|---|---|
Short Description |
AIF Application |
App. Key flds. Tbl |
/AIF/T_INF_TBL |
Entry Data Facade |
/AIF/CL_AIF_ENTRY_DATA_FACADE |
Module |
/AIF/SAPLAIF_SP_SSC |
Screen number |
9101 |
Context Str. Name |
/AIF/BAL_CONTEXT |
Action handler |
/AIF/CL_AIF_ACTION_HANDLER |
Program Name |
(blank) |
GUI Status |
(blank) |
URL(Intf. Monitor) |
(blank) |
Img obj.(Intf. Moni) |
/AIF/SAP_NETWEAVER_MONITOR |
Make sure that the application AIF is selected and select the node Maintain Application Specific Key Fields from the dialog structure on the left. There should be three entries:
Position sequence no |
Field |
Value |
|---|---|---|
1 |
Work Field |
P_NS |
Field Name |
NS |
|
Data Element |
/AIF/NS |
|
Is field select-opt? |
(blank) |
|
2 |
Work Field |
S_IFNAME |
Field Name |
IFNAME |
|
Data Element |
/AIF/IFNAME |
|
Is field select-opt? |
X |
|
3 |
Work Field |
P_IFVERS |
Field Name |
IFVER |
|
Data Element |
/AIF/IFVERSION |
|
Is field select-opt? |
(blank) |
Make sure that the application AIF is selected and select the node Register Functions from the dialog structure on the left. There should be six entries:
Function |
View Code |
Field |
Value |
|---|---|---|---|
CANCEL |
1 |
Sequence Number |
2 |
Button Desc. |
Cancel |
||
Button tool tip |
Cancel |
||
Icon |
@3J@ |
||
MONI |
1 |
Sequence Number |
3 |
Button Desc. |
(blank) |
||
Button tool tip |
Integration Engine: Monitor |
||
Icon |
@16@ |
||
QRFC |
1 |
Sequence Number |
4 |
Button Desc. |
(blank) |
||
Button tool tip |
QRFC Monitor |
||
Icon |
@6P@ |
||
RESTART |
1 |
Sequence Number |
1 |
Button Desc. |
Restart |
||
Button tool tip |
Restart |
||
Icon |
@15@ |
||
SLOGS |
3 |
Sequence Number |
1 |
Button Desc. |
(blank) |
||
Button tool tip |
Display Error Messge(s) |
||
Icon |
@DR@ |
||
TRACELEV |
1 |
Sequence Number |
5 |
Button Desc. |
(blank) |
||
Button tool tip |
Maintain Trace Level |
||
Icon |
@4H@ |
Make sure that the application AIF is selected and select the node Exclude Function from Appl. Toolbar from the dialog structure on the left. There should be no entries.