You can configure the correct assignment of error message numbers on transactions you send from Maximo® to SAP with BAPI programs. To configure the assignment of error messages, you must add a Number Range Object.
Procedure
- In the SAP Easy Access menu, expand the Tools > ABAP Workbench >
Development >Other Tools >Number Ranges and select Enter.
- Specify ZMXESERROR in the Object field, and click
Create.
- Specify the following values and save your entries:
Table 1. Field values for number range objectsField
|
Value
|
Short Text
|
Transaction Number
|
Long Text
|
Transaction Number for BAPI Errors
|
Number length domain
|
NUM10
|
Warning %
|
2.0
|
- Click Yes.
- Specify the name of the package and save.
- Click Continue.
- Click Number Ranges.
- In the Transaction Errors for BAPI Errors window, click Intervals. The
Maintain Number Range Intervals window appears.
- Click Interval and specify the following values:
Table 2. Interval field valuesField
|
Value
|
Interval No
|
01
|
From Number
|
0000000001
|
To Number
|
9999999999
|
Current® Number
|
value = maximum value of ZBC_BAPI_ADMIN.MINDEX + 1
|
To find the value of the Current Number field, complete the following
steps:
- Type SE16 in the field of the SAP Easy Access menu.
- Select the ZBC_BAPI_ADMIN table.
- Sort the output by MINDEX to determine the last number assigned.
- Increase this value by 1 and use the new value as the current number. If there are no numbers
in the ZBC_BAPI_ADMIN table yet, set the current number to 1.
- Click Insert and Save.
What to do next
For more information about SAP transaction codes used for this integration, see the
IBM® Maximo Enterprise Adapter for SAP Applications 7.6.1 System Administrator Guide.