76 SAP Message class HR: Fehlermeldungen im Abrechnungskalender









76 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(76).

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(76) with ld_field1.

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

000 - --- 001-150 for RPCPRC00

001 - Payroll jobs are being scheduled

002 - Error when creating variant &2 report &1

Additional information exists about message 002 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 002 class 76.

003 - Variant &2 report &1 already exists and was not re-created

004 - Job &1 already exists and was not re-scheduled

Additional information exists about message 004 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 004 class 76.

005 - No country grouping exists

006 - Table T596F does not contain a suitable entry for &1 for &2

007 - Entries are missing from table T549S for payroll run in year &1

008 - Entries are missing from table T549Q for year &1

009 - Print parameters not set completely, so job scheduling was cancelled

010 - Error when creating task (payroll area) in schedule &2

Additional information exists about message 010 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 010 class 76.

011 - Error when reading standard variant &1 for report &2

Additional information exists about message 011 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 011 class 76.

012 - Error when validating existence of variant &2 for report &1

013 - Variant maintenance is currently locked for report &1

014 - Error when checking that job &1 exists

015 - &1 payroll jobs have been scheduled

016 - Error when reading payroll driver version (country grouping &1)

017 - Error list cannot be dislayed/printed

Additional information exists about message 017 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 017 class 76.

018 - Scheduling complete

019 - One payroll job was scheduled

020 - The payroll job was not scheduled

Additional information exists about message 020 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 020 class 76.

024 - Job &1 cannot be scheduled in the past for &1 at &3

025 - Job &1 could not be scheduled

Additional information exists about message 025 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 025 class 76.

026 - Error when creating job &1

Additional information exists about message 026 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 026 class 76.

027 - Error when adding steps to job &1

Additional information exists about message 027 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 027 class 76.

028 - Error when determining start date for job &1

029 - Error when creating job &1

050 - Invalid calendar day

051 - Invalid factory calendar

052 - Invalid workday

053 - Invalid period specified

054 - Scheduling not possible for a year in the past

055 - &1 in an invalid payroll area

056 - Invalid variant

057 - Invalid schedule

Additional information exists about message 057 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 057 class 76.

058 - Table T596F does not contain an entry for country grouping &1

Additional information exists about message 058 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 058 class 76.

059 - For payroll area &1 there is no period &2 in &3

Additional information exists about message 059 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 059 class 76.

060 - Begin date &2 of period &1 is earlier than the current date

Additional information exists about message 060 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 060 class 76.

100 - --- 100-129 for RPCLOF00

130 - --- 130-159 for RPCLOG00

131 - End date < start date

160 - --- 130-159 for RPCLOH00 and RPCLOR00

161 - Payroll periods are not generated for the whole time

Additional information exists about message 161 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 161 class 76.


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!