AQ_AD_HOC SAP Message class SAP Query: Nachrichten der Ad Hoc Query









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

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

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

001 - &1 internal error: &2

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 aq_ad_hoc.

002 - Query does not exist in your current query area

003 - Start not possible using selection screen

010 - Tree could not be generated (RC = &1)

020 - Specify a report first

021 - Report '&1' does not exist

022 - Only reports can be specified using the logical database &3

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

023 - Error when displaying documentation on report &1

051 - Query locked: Not possible to read variants

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

052 - Cannot generate query: Not possible to read variants

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

053 - Query contains local fields that are ignored

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

054 - Query contains more than one list. The first list will be opened

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

055 - Query does not contain a list

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

056 - Query contains output fields that are ignored

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

057 - Query contains selection fields that are ignored

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 aq_ad_hoc.

058 - Query &1 does not exist

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 aq_ad_hoc.

060 - Loading of query terminated

061 - Query is locked

062 - Still no fields selected for output

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

063 - Assigned InfoSet & has not been generated, or it does not exist

064 - The fields in the statistics contain different currencies

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

065 - Variables in the column headers will be lost

070 - Select a query

100 - No F1 Help available

101 - No F4 help available

102 - Selections checked. No errors found.

103 - Selections checked and incorrect entries reset

122 - Enter a title

200 - No documentation available on this query

201 - No documentation available on this InfoSet

209 - Selected selections of the data source are being completed

210 - Fields in tree cannot be deleted

211 - &1 internal error: &2

219 - Query saved

220 - Internal error when generating

221 - Error when generating the report (see long text)

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

222 - Query catalog locked by &1

223 - Error when generating program &

224 - Save canceled

226 - System could not read any data

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

227 - Generation terminated

228 - Ranked list has no valid criterion

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

229 - The aggregation of a numerical field caused an overflow

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

230 - InfoSet not loaded successfully.

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

231 - More than one field has been selected as a criterion

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

232 - The currency or unit is inadmissible

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

237 - The query is locked by &1

238 - The query is locked for changes by &1

239 - Query changed in the mean time; choose a new name

297 - The query is already entered in your role

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

298 - The query was not copied to your role

299 - The query was copied to your role

300 - Could not read role &1

301 - The system could not display more than 98 fields

302 - No F1 Help available

456 - No field documentation available for this field

800 - Display of radio buttons not possible in selection control

801 - Cannot delete required entry fields

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

802 - Some selection fields are not available

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


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!