DLALR SAP Message class Data link to central systems









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

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

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

005 - Transfer parameters not maintained

010 - Transfer aborted due to database error &

015 - Table & not available externally

020 - Transaction & not known

025 - Transfer aborted with error code &

030 - No authorization for user &

035 - Data structure created in external system

050 - & requirements from & updated

060 - & confirmations transferred to &

105 - No external requirements available

120 - Requirement & contains a negative quantity

210 - No commitments found for external system

320 - Order & not saved correctly

350 - Order number & not allowed

355 - No R/2 data found for selection

360 - Requirement & has already been scheduled

365 - Wrong record type & in transfer buffer

370 - Requirement & for material & deleted with & &

375 - Requirement & for order & deleted with & &

400 - No link confirmation from R/2

405 - Action & caused link error &

450 - R/2 update: & for commitment &

455 - Database error for commitment & after R/2 update



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!