SAP Messages

VLBAPI SAP Message Class - Nachrichtentexte für Lieferungsbapis







VLBAPI is a standard message class available within your SAP system (depending on your versionand 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(VLBAPI).

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

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


001 Delivery duplication only possible for one ship-to party
002 Delivery was not duplicated
003 BAPI processing was terminated for debugging purposes




004 Error in document &1 item &2 (quantity consistency check)
005 No recipient could be determined for object &1 method &2
006 Cross-system lock still exists despite the error
007 CSL: Reference could not be used
008 CSL: Reference could not be generated
009 CSL inactive: Inactive reference generated
020 **************** BAPI_DELIVERY_GETLIST **************
021 No deliveries with serial numbers found
022 No deliveries with foreign trade data found
030 Error during text copy from preceeding document & item &: text type &
031 Text not copied: Text type & not in text det. procedure & of del.type &
032 Text not copied: Text type & not in text determ. proc. & of item type &
033 Input parameters missing for &
050 *********************** Confirm. Inbound Delivery ***********************
051 &1 in SENDER_METHOD field is not allowed
052 Field &1 is not supported; entry is not allowed
053 Serilize the IDocs of the business object inbound delivery
060 ************************** Create BAPIs *******************************
061 Delivery & created with errors (see warnings)
062 Time stamp cannot be converted to local time without time zone
063 Time zone &1 not found
064 Time stamp &1 is not valid in &2
065 Time stamp could not be converted
066 Time &1 required
067 Order &1 item &2 cannot be transferred

Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message class or any of the messages within it. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. This information can then be found quickly, simply by searching on the message class VLBAPI

.