SAP Function TRINT_GET_STATISTICS_ON_ORDERS - Determines the number of exported/imported requests and repairs

Parameter Reference Type Length Default Optional Text
IV_RECOGNIZE_CONFIRMED_REPAIRS C C 0 ' ' X
IV_RECOGNIZE_FIXED_ERRORS C C 0 ' ' X
USERNAME SYST-UNAME C 12 User whose statistics were requested

Parameter Reference Type Length Text
CANT_OPEN C C 0 Cannot read the user's SAPNAMES file
NUM_EREX 0 Number of faulty exports
NUM_EREX_FIXED 0 Number of faulty exports, error corrected
NUM_EXPO 0 Number of successful exports
NUM_NOSU 0 Number of faulty exports
NUM_NOSU_FIXED 0 Number of faulty imports, error corrected
NUM_OKIM 0 Number of successful imports
NUM_REPF 0 Number of repairs belonging to others
NUM_REPF_CONFIRMED 0 Number of repairs confirmed that belong to another user
NUM_REPO 0 Number of own repairs
NUM_REPO_CONFIRMED 0 Number of own repairs confirmed

Functionality
The function module TRINT_GET_STATISTICS_ON_ORDERS analyzes theSAPNAMES file of the specified user.
The entries in this file are split into six (eight ifIV_RECOGNIZE_FIXED_ERRORS = 'X') disjoint categories.
The module returns the number of entries in each category.
If IV_RECOGNIZE_FIXED_ERRORS is not set (= ' '), the entries that wouldotherwise be counted under NUM_EREX_FIXED and NUM_NOSU_FIXED arecounted under NUM_EREX and NUM_NOSU.

Further information
For more information on the SAPNAMES files, see the description of thefunction module STRF_ACCESS_SAPNAMES.