3B SAP Message class Trieda správ HR SK









3B is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(3B).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(3B) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name 3B into the relevant SAP transaction such as SE91 or SE80.

101 - Report width exceeds 132 characters

102 - In tab.T7SK4D can be max. number of parameters

103 - You can page only for header entries

104 - Enter at least 1 parameter

201 - Wrong ZIP code

400 - Area of education was not entered according to code list.

500 - Gainful activity: ' ', 'B', 'V', 'P'

501 - Gainful activity: ' ', 'D', 'N', 'P', 'V', 'B'

502 - For code D and E enter the contract type with type ZECD* in infotype 0016

900 - & & & &

901 - Entry is not numerical (permitted values: 1234567890-)

902 - Account number is missing

903 - Symbol number is missing

904 - Invalid bank key

905 - Wrong adres type

906 - For selected adress type no address exist (infotype 0006)

907 - Wrong account number (spec/var symbol)

910 - Report width exceeds 132 characters

915 - Do not fill the work schedule rule

916 - Fill in reference work schedule rule

920 - Entry is not numerical

921 - Wage type not permitted for garnishment

922 - Garnishment number must be entered

983 - Specify number of months between 1 and 12

984 - Constant SVAGP does not exist in selected period

985 - Payroll period can be entered only if you chech RZD on.

986 - Posting to payroll is possible only for periods 01, 02, 03

987 - Only one tax-free amount for wife is possible

988 - Change the report date

989 - Maintain feature BELEG

991 - Report date is outside absence

992 - Infotype 0255 is not neccessary for this absence

993 - No absence/illness is available

994 - Mismatch pers.ID number - birth date - gender

995 - Only one tax-free amount for challenge (disability) is permitted

996 - Error on personal ID number (modulo 11)

997 - Wrong birth date

998 - Mismatch birth date - date in personal ID number

999 - Other tax-free amounts cannot be applied



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!