SAP Function STATUS_TEXT_CONVERSION - Conversion of 4 Character Language-Dependent Status in an Appropriate No.

Parameter Reference Type Length Default Optional Text
CLIENT SYST-MANDT C 3 SY-MANDT X Client
LANGUAGE SYST-LANGU C 1 Language for TXT04
MODE 0 'I' X Mode: 'I' = System Status, 'E' = User Status
OBJNR JSTO-OBJNR C 22 SPACE X Object Number (For MODE = 'E', if Known)
STSMA JSTO-STSMA C 8 SPACE X Status Profile (For MODE = 'E', if Known)
TXT04 TJ02T-TXT04 C 4 Language-Dependent Status ID

Parameter Reference Type Length Text
LANGUAGE_FOUND SYST-LANGU C 1 Language in which Status was Found for TXT04
STATUS_NUMBER JEST-STAT C 5 Internal Status Number

Exception Text
INSUFFICIENT_INPUT Neither STSMA nor OBJNR Filled (MODE = 'E')
NOT_FOUND Status Not Found
OBJECT_NOT_FOUND Status Object not Found for OBJNR (MODE='E')
WRONG_MODE Incorrect Mode

Functionality
A given 4-character language-dependent abbreviation is converted to theinternal format (Exxxx,Ixxxx).
This module is the counterpart toSTATUS_NUMBER_CONVERSION.

Description
Language in which 4-character, language-dependent status abbreviationwas found. In additon to the language demanded could also themaintenance language (for user status) or German (for system status).

Description
Internal status number (Ixxxx or Exxxx) found for the statusabbreviation.

Description
Client

Description
Language in which 4-character abbreviation TXT04 is to be delivered.

Description
The status abbreviation is to be understood as the system status ('I')or user status ('E').

Value range
'I' or 'E'

Default
'I'

Description
Object number, only evaluated if the status is a user status and thestatus profile is not given.

Description
Status profile, is only evaluated if the status is a user status.

Description
4-character, language-dependent status abbreviation.