VEG_SRV_MESSAGES SAP Message class Messages in VEG integration









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

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

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

000 - No Record Found

001 - PDMDOCID is initial. Update unsuccessful.

002 - Record Updated Successfully

003 - Lock is already set for the record.

004 - Database update is unsuccessful.

005 - Unique network ID not generated. Check data and save.

006 - Record added successfully.

007 - No record added.

008 - Lock is reset for the record.

009 - Job &1 Successfully Updated

010 - Job &1 Successfully Inserted

011 - Error in Job Update

012 - Error in Job Insert

013 - PROSERVER is initial. Update unsuccessful.

014 - Record is not locked

015 - All fields are initial

016 - Record already locked for editing.

017 - Record already exist. Update unsuccessful.

018 - Domain &1 does not have fixed values

019 - Job status &1 is incorrect

020 - Job sub status &1 is incorrect

021 - PDMDOCID is initial. No record selected.

022 - PROCONTEXT is initial. Update unsuccessful.

023 - No Authorisation to execute the function.

024 - Customizing not maintained

025 - Invalid Server



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!