SBDS SAP Message class Nachrichtenklasse Business Document Service









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

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

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

000 - Knowledge Provider error. Exception &

001 - No hits

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

002 - Bar code error. No document type defined

003 - Bar code error. Target content repository does not match

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

004 - Error in the hit list. Error in calling &

005 - Nothing found

006 - Bar Code &2 Already Exists

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

007 - Error in bar code processing. Not possible to delete in table &

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

008 - Error: Wrong parameters for calling &

009 - Error: Missing parameter & when calling &

010 - Error in check-in

011 - Error in file selection

012 - Cancellation by user

013 - Document stored successfully

014 - No document exists

015 - It is not possible to save since you are in display mode

016 - Error in check-out

017 - Knowledge Provider error

018 - Context resolution error

019 - No new version can be created for the document

020 - Error in creating a relationship. Document is not unique

021 - No authorization for this function

022 - Deleting the relationship is not permitted

023 - Error during deletion

024 - Error during display

025 - You can specify a name for the document here

026 - You can assign a description to the document here

027 - Data provider error. Exception &

028 - Error during display: Entry could not be read

029 - Error during storage: Entry could not be inserted

030 - Error during deletion: Selected entry could not be determined

031 - Version already exists

032 - invalid class type. Only BO, CL and OT are permitted

033 - Select a document type

034 - No memory category maintained

035 - Link table & has the wrong structure

036 - No link entry could be generated

037 - Bar code error: No bar code was transferred

038 - Unknown method &

039 - Error when searching for links. Document is not unique

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

101 - Nothing Found

102 - Error in transfer parameters

103 - Action not permitted

104 - Error in Knowledge Provider

105 - Internal error in Business Document Service

106 - No authorization for this action

109 - Error in Business Document Service (cannot be defined further)

111 - No content was transferred

112 - Error in Data Provider

113 - The logical system is not defined

150 - Knowledge Provider: All OK

151 - Knowledge Provider error: Object does not exist

152 - Knowledge Provider error:

153 - Knowledge Provider error:

154 - Knowledge Provider error:

155 - Knowledge Provider error:

156 - Knowledge Provider error: No authorization

157 - Knowledge Provider error: No content exists

158 - Knowledge Provider error: Invalid content category

159 - Knowledge Provider error: Template does not exist

160 - Knowledge Provider error: Invalid document class

161 - Knowledge Provider error: Attributes missing

162 - Knowledge Provider error: Invalid attributes

163 - Knowledge Provider error: Invalid relationships

164 - Knowledge Provider error: Object key not unique

165 - Knowledge Provider error: Document already checked out

166 - Knowledge Provider error: Document has status 'initial'

167 - Knowledge Provider error: Source object does not exist

168 - Knowledge Provider error: Transfer error

169 - Knowledge Provider error: Document class was not transferred

170 - Action not permitted

171 - URL is unavailable

172 - Creating relationships: Outgoing document does not exist

173 - Creating relationships: Target document does not exist

174 - Creating relationships: Relationship already exists

175 - Creating relationships: Relationship ID is not unique

176 - Knowledge Provider error: Invalid search request

177 - Knowledge Provider: Document locked

178 - Knowledge Provider: Internal error from enqueue server

200 - Knowledge Provider: Everything OK

201 - Knowledge Provider: Document does not exist

202 - Knowledge Provider: Action is not permitted

203 - Knowledge Provider: Directory was not transferred

204 - Knowledge Provider: Naming conflict

205 - Knowledge Provider: Transfer error

206 - Knowledge Provider: No authorization

207 - Knowledge Provider: Connection error

208 - Knowledge Provider: Invalid content category

209 - Knowledge Provider: Error in opening a file

210 - Knowledge Provider: Error in reading a file

211 - Knowledge Provider: Internal error

212 - Knowledge Provider: Error in writing a file

213 - Knowledge Provider: System error

214 - Knowledge Provider: Communication error

215 - Knowledge Provider: Temporary key is not unique

216 - Knowledge Provider: No document variant exists

217 - Knowledge Provider: Missing file name

218 - Knowledge Provider: Invalid internal document class

219 - Knowledge Provider: Target matches source

220 - Knowledge Provider: Error in application exit

221 - Knowledge Provider: Document locked

222 - Knowledge Provider: Document locked

223 - Knowledge Provider: Error in lock management

224 - Knowledge Provider: Error in creating signature

225 - Knowledge Provider: Action not supported

226 - Knowledge Provider: File name is not unique

227 - Knowledge Provider: Document ID is not unique

228 - No logical transport object defined

229 - No header table exists

230 - Invalid document attributes

299 - Knowledge Provider: Unexpected error situation

300 - Selected document could not be determined

301 - BDN error: The entry could not be deleted from the tree

302 - BDN error: Document information could not be generated

303 - A transport request could not be created

304 - Transport request was created successfully

305 - No document was selected

306 - Stored document: It is not possible to edit the document

307 - No application suitable for processing the document was found

308 - Select a document

309 - Several documents are selected. Select one document

310 - You can transfer the language to the document here

311 - Maximum number of hits exceeded. Only the first & are displayed

312 - Select an object ID first

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

313 - The object ID could not be determined unambiguously

314 - No keywords exist

315 - The document could not be copied to the BDS

316 - The application could not be started

317 - The application & could not be started in the GUI

318 - Document changed

319 - New version created successfully

320 - A new variant was created successfully

321 - Error in structure of &

322 - Error in generating &

323 - Error when calling a method of &

324 - Error when processing the automation queue

325 - Error in deconstructing &

326 - In-place display deactivated for user &

327 - In-place display activated for user &

328 - Documents that are being edited cannot be deleted

329 - No relationships exist for document &. It is not possible to delete

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

330 - Document & (version: &, var-Id: & ) cannot be transported

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

331 - The document cannot be transported

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

332 - Document & cannot be transported

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

333 - Stored document: It is not possible to copy the document

334 - Internal error when starting application

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

335 - The application selected was not found

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

336 - Error in export: Entry could not be read

337 - Documents that are being edited cannot be exported

338 - Error in export of document

339 - The document was exported successfully

340 - Enter the target directory for the export

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

341 - The target path specified does not exist

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

342 - SAP Knowledge Warehouse documents cannot be changed in the BDN

343 - SAP Knowledge Warehouse documents cannot be copied in the BDN

344 - SAP Knowledge Warehouse documents cannot be deleted in the BDN

345 - SAP Knowledge Warehouse documents cannot be transported

346 - SAP Knowledge Warehouse documents cannot be exported

347 - SAP Knowledge Warehouse documents cannot be assigned attributes

348 - No version administration for SAP Knowledge Warehouse documents in BDN

349 - No URL was transferred

350 - The object selected cannot be displayed directly

351 - Object selected does not exist

352 - The document selected is currently not available online

353 - Annotation & successfully changed

354 - Annotation & successfully created

355 - Error when saving annotation

356 - Note function not available for these documents

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

357 - It is not possible to reassign the selected document

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

358 - It is not possible to reassign the selected document

359 - Error when displaying

360 - Select a document or an object

361 - There is no version management for SAP GOS documents

362 - SAP GOS documents cannot be processed using the BDN

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

363 - No notes can be created for SAP GOS documents.

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

364 - SAP ArchiveLink documents cannot be exported

365 - Stored URLs cannot be processed.

366 - No assignment has been made for class name &1, class type &2

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

367 - No BOR object with key &2 exists for class name &1



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!