Show TOC

Procedure documentationDefining Error Handling Applications

 

To activate error handling in the Monitoring and Error Handling transaction, a standard error handling application is required. The standard error handling application delivered with the SAP Application Interface Framework is called AIF.

Recommendation Recommendation

As an initial step, it is recommended that you check if the AIF application is correctly defined and, if it does not exist, create and maintain it.

End of the recommendation.

Procedure

  1. Maintain error handling applications in Customizing for SAP Application Interface Framework (transaction code /AIF/CUST) under Start of the navigation path Error Handling Next navigation step Define Applications End of the navigation path.

  2. Choose Maintain Application and check that there is an entry for application ID AIF. If the application ID AIF does not exist, create it with the following settings:

    Field

    Value

    Short description

    AIF Application

    Table of maintaining Appl. key fields

    /AIF/T_INF_TBL

    Entry Data Facade

    /AIF/CL_AIF_ENTRY_DATA_FACADE

    Module

    /AIF/SAPLAIF_SP_SSC

    Screen number

    9101

    Appl. log context structure name

    /AIF/BAL_CONTEXT

    Action handler

    /AIF/CL_AIF_ACTION_HANDLER

    Program Name

    (blank)

    GUI Status

    (blank)

    URL for Interface Monitor

    (blank)

    Image object name for Interface Monitor

    /AIF/SAP_NETWEAVER_MONITOR

  3. Make sure you select the application AIF and choose Maintain Application Specific Key Fields. There should be the following three entries:

    Position sequence no

    Field

    Value

    1

    Work Field

    P_NS

    Field Name

    NS

    Data Element

    /AIF/NS

    Is field select-option?

    (blank)

    2

    Work Field

    S_IFNAME

    Field Name

    IFNAME

    Data Element

    /AIF/IFNAME

    Is field select-option?

    X

    3

    Work Field

    P_IFVERS

    Field Name

    IFVER

    Data Element

    /AIF/IFVERSION

    Is field select-option?

    (blank)

  4. Make sure that you select AIF and choose Register Functions . There should be the following six entries:

    Function

    View Code

    Field

    Value

    CANCEL

    1

    Sequence Number

    2

    Button Description

    Cancel

    Button tool tip

    Cancel

    Icon

    @3J@

    MONI

    1

    Sequence Number

    3

    Button Description

    (blank)

    Button tool tip

    Integration Engine: Monitor

    Icon

    @16@

    QRFC

    1

    Sequence Number

    4

    Button Description

    (blank)

    Button tool tip

    QRFC Monitor

    Icon

    @6P@

    RESTART

    1

    Sequence Number

    1

    Button Description

    Restart

    Button tool tip

    Restart

    Icon

    @15@

    SLOGS

    3

    Sequence Number

    1

    Button Description

    (blank)

    Button tool tip

    Display Error Message(s)

    Icon

    @DR@

    TRACELEV

    1

    Sequence Number

    5

    Button Description

    (blank)

    Button tool tip

    Maintain Trace Level

    Icon

    @4H@

  5. Make sure that you select AIF and choose Exclude Function from Appl. Toolbar. There should be no entries.