R7 SAP Message class BW: Data basis









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

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

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

000 - &1 &2 &3 &4

001 - -----------------------------General messages----------------------------

002 - RFC error: &1

003 - -------------------------------------------------------------------------

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

004 - Catalog must be of type 'CHA' (characteristic) or 'KYF' (key figure)

005 - InfoProvider &1 is inconsistent - please reactivate

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

006 - InfoObject &1 is inconsistent (repair - see long text)

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

007 - Cannot repair InfoObject &1 (SIDs exist already)

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

008 - InfoObject &1 not converted correctly -> See long text

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

009 - Conversion block (master data) on characteristic &1 was deleted manually

010 - -------------Function group RSDN (namespace)---------------------------

011 - Name &1 is not in the namespace for BW meta objects

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

012 - The namespace funtion group RSDN is not initialized

013 - Error while linking together fields &1 &2 &3 &4 (too long)

014 - &1 is not a name for a navigation attribute (the string '__' is missing)

015 - InfoObject &1: The output length has been set to &2

016 - Name &1 in the partner namespace is invalid; correct form: /ABC/DEF

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

017 - Namespace '&1' is not a valid BW namespace

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

018 - The object name after the prefix must not be empty

019 - Name &1 is not in the namespace for generated BW Metaobjects

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

020 - Char.&1 has vers.&2 hier. - Hierarchies have to remain version-dependent

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

021 - Table ID &1 is not permitted for table types

022 - Name &1 is not a valid BW generation namespace

023 - Name &1 after prefix &2 has to have spaces between &3 and &4

024 - Object name &1 after the prefix has to start with ABC...XYZ

025 - Object &1 is not a C-ODS Cube

026 - &1: Number range object &2 does not exist

027 - Error when deleting the export DataSource &1 from characteristic &2

028 - Export DataSource &1 of characteristic &2 was deleted

029 - Characteristic &1 cannot be a master data InfoSource

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

030 - InfoObject &1: &2 &3 is not active - activating InfoObject now

031 - Characteristic &1 is a geocharacteristic: coordinate attribute added

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

032 - Characteristic &1: Please enter GIS attribute

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

033 - Char. &1 is of geographical type &2: Changed to 'with master table'.

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

034 - Geo-characteristic &1 is not activate or has the wrong geographical type

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

035 - Characteristic &1: only &2 InfoObjects are allowed in the compounding

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

036 - Error in renaming table &1 to &2 in the database

037 - Error (&1) in enforced activating of table &2

038 - Table &1: Error in creating index &2 (&3)

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

039 - Characteristic &1: Navigation attribute &2 deleted (possibly converted)

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

040 - Field name &1 is longer than &2 (&3 cannot be used for authorizations)

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

041 - Characteristic &1 has conversion routine: Extension not allowed

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

042 - Characteristic &1: Extension can be problematic ( -> see long text)

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

043 - Key fig. &1, version &2: Compounding type set from key figure &3 to &4

044 - InfoObject &1 is inconsistent (it is new and still flagged as active)

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

045 - Characteristic &1: The &2 is new and must be filled with data-->long text

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

046 - Characteristic &1: The coordinate attributes were deleted

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

047 - Characteristic &1: Time-dependent &2 '&3' not buffered

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

048 - &1 can only be manually activated in client &2

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

049 - Characteristic &1 is a BOR object: Attribute 0SOURSYSTEM added

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

050 - -------------------Function group RSDI (DDIC interface)-----------------

051 - Incoming / outgoing / or changed stock of key figure &1 not found

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

052 - InfoObject &1 (version &2) does not have any attributes

053 - InfoObject &1 does not exist in InfoCube &2 (version &3)

054 - Domain &1 or fixed value '&2' of this domain not found

055 - Invalid dictionary version '&1'; only 'M', 'A' or 'N' permitted

056 - Data element &1 is not available in version &2

057 - InfoObject &1 (version &2) is not compounded

058 - Invalid entry &1 &2 &3 &4

059 - InfoObject &1 is new - please activate first

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

060 - InfoObject &1 is not active

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

061 - InfoObject &1 was deactivated

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

062 - Could not find an InfoProvider for the specified selection conditions

063 - Namespace '&1' must be set to 'changeable' (transaction SE06)

064 - Characteristic &1: Reference characteristic has been changed to &2

065 - Characteristic &2: Cannot edit attribute &1 in master data maintenance

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

066 - Characteristic &2:Dependent characteristic &1 missing from the attributes

067 - Characteristic &1: Master data has to be activated before conversion

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

068 - Eroror creating the export DataSource(s) of characteristic &1

069 - Export DataSource(s) of characteristic &1 was/were created

070 - A BW application must be chosen

071 - Characteristic &1 has no master data but is an export DataSource

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

072 - Characteristic &1: Assigned InfoArea &2 does not exist->NODESNOTCONNECTED

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

073 - Characteristic &1: Error creating the organization criteria &2

074 - Characteristic &1: Error deleting the organization criterium &2

075 - Characteristic &1: Organization criterium &2 was deleted

076 - Characteristic &1: Organization criterium &2 was created

077 - Hierarchy characteristic &1 of characteristic &2 is not active

078 - Characteristic &1: Navigation attribute &2 does not exist for char. &3

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

079 - Characteristic &1 is not an InfoProvider; InfoArea / nav. attr. deleted

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

080 - Source system &2 already marked as default for ID &1

081 - Source system ID &1 used in source system &2

082 - Please only use characters from &1

083 - Please enter a text for logical system &1

084 - Source system ID &1 not found

085 - Source system ID &1 of logical system &2 was deleted

086 - Error when deleting source system ID &1 of logical system &2

087 - No source system ID exists for source system (logical system) &1

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

088 - Source system &1 already exists in the list

089 - Empty source system IDs are not saved

090 - No InfoObjects exist in request &1.

091 - InfoObject &1 was inserted into object list of request &2

092 - Request &1 is complete with respect to InfoObjects

093 - InfoObject &1 is already saved in task &2 gesichert

094 - You do not have authorization to display source systems

095 - You do not have authorization to maintain source systems

096 - InfoObject &1: DDIC Object &2 &3 is unnecessary and will be deleted

097 - Characteristic &1 has no more master data. The attributes are deleted.

098 - InfoObject &1 has no master data tables or texts -> F4 Help via dimension

099 - Error when saving InfoObjects

100 - ----------- Generation of InfoObjects: Dialog --------------------------

101 - The attributes from characteristic &1 also used for characteristic &2

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

102 - Editing type &1 is not allowed

103 - You do not have authorization to display the selected InfoObjects

104 - Error while reading InfoObjects from the database

105 - The object name is not allowed to be empty

106 - Enter valid characteristic ( &1 not available)

107 - Enter valid key figure ( &1 not available )

108 - Operation cancelled at user's request

109 - Field &1 is reserved (please select other names)

110 - Object name &1 must be alphanumeric

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

111 - Object name &1 must be exactly &2 digits

112 - Object name &1 must have between &2 and &3 characters

113 - Only InfoObjects from system type &1 can be edited

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

114 - InfoObject &1 has already been defined as &2 (please rename the Object)

115 - Onbject name & used twice (please rename)

116 - InfoObject &1 already exists as &2 (please rename)

117 - Please either choose a reference characteristic or key figure or template

118 - InfoCube &1 is not available in version &2

119 - Please enter an InfoCube or DataStore Object

120 - No entries selected -> Operation not executed

121 - Select one or more rows

122 - The constant is not numerical

123 - InfoObject &1: Enter type and length

124 - InfoObject &1: Enter valid data type ( CHAR,NUMC,DATS,TIMS)

125 - InfoObject &1 may be a maximum of &2 digits

126 - Please enter an InfoObject of type &1

127 - Note: A constant is assigned to characteristic &1

128 - You can only maintain display attributes with referenced chararact. &2

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

129 - No suitable standard domain found (type &1, length &2)

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

130 - Enter description

131 - Default value &1 set for the reference field

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

132 - Reference characteristic is deleted (both aggregations agree)

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

133 - InfoObject &1 is not available in InfoProvider &2

134 - InfoObject &1 has the same description as InfoObject &2

135 - Navigational attribute &1 has the same description as characteristic &3

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

136 - Navigational attribute &1 has same description as nav. attribute &3

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

137 - Activation was terminated

138 - Characteristic &1: Compound is incompletely defined

139 - Characteristic &1 (in compound from char. &2) is not available

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

140 - Compound of characteristic & produces recursion

141 - Characteristic &1 only allowed to appear once in the compound

142 - Current InfoObjects were deleted or removed

143 - Compound with char. &1 produces a total length of &2 (maximum is &3)

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

144 - &1 o.k.

145 - InfoObject &1 is not yet in the InfoObject catalog

146 - Select valid row

147 - InfoObject &1 is deliverd by SAP as &2 (please rename)

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

148 - Characteristic &1 requires &2 (is transferred to the compund)

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

149 - Characteristic &1 not allowed to occur in its own compound

150 - Characteristic &1 not allowed in the compund of &2 (system type)

151 - Last object reached

152 - First object reached

153 - Put the cursor on a valid field

154 - InfoObject &1 still used in &2 &3

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

155 - InfoObject &1 used in compounding of or as in/out flow of &2

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

156 - InfoObject &1 used as attribute with characteristic &2

157 - Data element &1 still used in table/view &2

158 - Name of the characteristic itself (&1) is reserved

159 - Error/warning in dict. activator, detailed log --> Detail

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

160 - InfoObject &1 deleted

161 - Specify a name

162 - InfoObject &1 used as navigation attribute with characteristic &2

163 - First change attribute &1 with characteristic &2 to navigation attribute

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

164 - The name &1 is already used for a characteristic

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

165 - Attribute &1 is used twice in characteristic &2

166 - Object type &1 is not allowed

167 - Object selection &1 is not allowed

168 - InfoObject(s) saved

169 - All InfoObject(s) activated

170 - Navigation attribute &1 is still used in InfoCube &2

171 - You have no authorization for displaying this log

172 - Attribute &1 was made into navigation attribute

173 - Enter characteristic &1 or one of the referencing characteristics

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

174 - InfoObject &1 is referenced by InfoObject &2

175 - Attribute &1 already exists for characteristic &2

176 - Characteristic &1 is already contained in the compound characteristic

177 - Attribute &1 produces recursion for characteristic &2

178 - InfoObject &1 cannot be edited (system type &2)

179 - InfoObject &1 must also be transferred as an attribute of char. &3

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

180 - Navigation attribute &1 is still used in InfoCube &2

181 - Attribute &1 is still used in characteristic &2

182 - The clipboard is empty

183 - The attributes were transferred to the clipboard

184 - Attribute &1 is already defined and will not be transferred

185 - InfoObject &1 is aggregation ref. characteristic of key figure &2

186 - Enter either unit InfoObject or fixed currency/unit

187 - First character must be a 0

188 - First character of the field name &1 must be a letter or '/'

189 - Characteristic &1 does not have any master data (or any texts)

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

190 - There are no tables to be converted

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

191 - The master data table of char. &1 is not generated, operation terminated

192 - &1 &2 does not ewxist and will be created

193 - Characteristic &1, attribute &2: The order must be numeric in the F4 help

194 - Characteristic &1: Reversed sign for hierarchies no longer activated

195 - Error &2 with function module &1 (&3)

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

196 - Database table &1 deleted and recreated

197 - Master data tables must be converted - activate characteristics

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

198 - All saved InfoObjects already active (or locked)

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

199 - Text from attribute &1 occurs twice

200 - Please put the cursor on an attribute that is a characteristic

201 - InfoObject &1: Unit InfoOject &2 is not (actively) available

202 - Character string &1 is not allowed in the name

203 - Character string &1 is not allowed at the end of name

204 - Character string &1 is is not allowed at start of field name &2

205 - Name must start with a character from '&1'

206 - Unit InfoObject &1 has incorrect type &2

207 - All InfoObjects deleted, error whilst deleting environment: See log

208 - Transfer routine can only be maintained with the referencing char. &2

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

209 - All InfoObjects deleted without errors

210 - Not all InfoObjects could be deleted: See log.

211 - The dimension must consist of at least one InfoObject

212 - The InfoCube contains no key figures

213 - InfoObject &1 is not allowed in dimension (incorrect type)

214 - InfoObject catalog &1 is not available in version &2

215 - InfoObject catalog &1 is of type (&2)

216 - The selected InfoObjects are either locked or of the wrong system type

217 - Note ! You are editing objects delivered by SAP

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

218 - InfoObject &1 is of incorrect system type &2

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

219 - Please save InfoObjects first

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

220 - Characteristic &1 is not actively available

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

221 - Name must begin with a '&1'

222 - Field name &1 must have between &2 and &3 digits

223 - Switched to display mode

224 - Switched to editing mode

225 - All InfoObjects already saved (or locked)

226 - You do not have authorization to change the selected InfoObjects

227 - You do not have authorization to delete the selected InfoObjects

228 - Please enter a length between 1 and &1

229 - No (further) object found

230 - Error/warning in Dictionary deleter; detailed log --> detail

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

231 - Please enter a valid unit (&1 not available)

232 - Characteristic &1 already present and will not be transferred

233 - InfoObject &1 could not be saved in one order

234 - Attribute &1 was made into a pure display attribute

235 - No tables were generated for characteristic &1

236 - Schedule the table to be converted as background processing (->long text)

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

237 - InfoSource with the name &1 already exists; rename

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

238 - Characteristic &1: Hierarchy structure has become time dependant

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

239 - Characteristic &1 bearing hierarchies: Max. length with compounding: &2

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

240 - Characteristic &1 must equally be a navigation attribute of char. &3

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

241 - Characteristic &1: Small case letters were set to 'not allowed'

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

242 - Char. &1, version &2: set to 'with master data table'.

243 - Characteristic &1, version &2: Attributes deleted (no master data table)

244 - Object version &1 is not allowed

245 - InfoObject &1 is not available in version &2

246 - Warning!! Deleting the block can lead to inconsistencies!!

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

247 - Characteristic &1, version &2: Nav. attrib. &3 deleted (no attribute)

248 - InfoObject &1 is a protected system field

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

249 - InfoObject &1 is locked, protected or cannot be edited

250 - InfoObject &1 was reset to the active version

251 - A query element already exists with the technical name &1

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

252 - InfoObject &1 is still being used in DataStore object &2

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

253 - The transfer routine for characteristic &1 is o.k.

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

254 - No transfer routines have been maintained yet for characteristic &1

255 - The function is not permitted

256 - InfoObject &1 is used in transfer rules (&3) of characteristic &2

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

257 - Error when reading InfoObject &1 from source system &2

258 - Error in the RFC communication to source system &1

259 - InfoObject &1 was updated from the source system &2

260 - InfoObject name &1 is reserved (please select another)

261 - Enter a valid time characteristic (&1 not available)

262 - InfoObject &1 is locked and cannot be edited

263 - System type &1 is not permitted

264 - The DataSources of char. &1 do not have attributes (or do not exist)

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

265 - No attributes were deleted

266 - No characteristics were deleted from the compounding

267 - The characteristics were transferred to the clipboard

268 - InfoObject &1 already exists and was transferred as an attribute

269 - Please enter the field name in the text view

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

270 - InfoObject &1 is of type &2

271 - The transfer routine of active version of InfoObject &1 was transferred

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

272 - The transfer routine of InfoObject &1 is locked by the CTO

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

273 - Transfer routine of InfoObject &1 could not be saved in the order

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

274 - Transfer routine of InfoObject &1 succesfully saved

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

275 - Error while saving transfer routine of InfoObject &1

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

276 - InfoObject &1 already exists

277 - Object status of the selected InfoObjects was set to inactive

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

278 - The (default) values for the aggregation have been reset

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

279 - InfoObject &1 is locked by the Change and Transport Organizer

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

280 - You do not have authorization to read Program Builder

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

281 - You must not delete any rows from the pairing of InfoObject &1

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

282 - InfoObject &1 is already active

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

283 - Foreign key of the InfoObject &1 tables successfully deleted

284 - InfoObject &1 is referenced - cannot change data type to DATS or TIMS

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

285 - Characteristic &1: Attribute &3 compounded to &2 has a diff. time-dpdncy

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

286 - Error in activating the InfoObjects

287 - InfoObject &1 is copied from the revised version

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

288 - The properties of InfoObject &1 were copied

289 - Caution ! The saved version of InfoObject &1 is being compared

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

290 - InfoObject &1: Transfer routine copied from version &2 into version &3

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

291 - Warning! The saved version of InfoObject &1 is being merged

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

292 - InfoObject &1 still being used in DataSore object &2 (contains data)

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

293 - Characteristic &1 has no navigation attributes - action terminated

294 - Attribute SID table for characteristic &1 successfully filled

295 - Error when filling attribute SID table for characteristic &1

296 - Characteristic &1: Cannot add attribute &2 directly into compounding

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

297 - InfoObject &1 has dependent InfoObject &3 for invalid component &4

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

298 - Transfer rule for characteristic &1 already exists

299 - Characteristic &1 does not bear hierarchies (in the active version)

300 - ----------- Generation of InfoObjects: Save/Activate ----------------

301 - Foreign key from master data table &1 deleted

302 - &1 &2 is no longer active

303 - Characteristic &1: Key figure &2 and unit &3 - inconsist. time-dependency

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

304 - Attributes for characteristic &1 could not be updated

305 - Navigation attributes for characteristic &1 could not be updated

306 - Error when writing object &1 &2 in the ObjectCatalog (TADIR)

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

307 - View &1 not saved because of errors

308 - Note &1 &2 not saved because of errors

309 - &1 &2 saved

310 - Error whilst saving domain of characteristic &

311 - Domain & saved

312 - Error saving domain &

313 - Characteristic &1 used twice; please rename the characteristic

314 - Domain &1 is not available in versio &2

315 - Error when saving data element of InfoObject &1

316 - Characteristic &1: new SIDs for attributes successfully determined

317 - Data element &1 saved

318 - Error when saving data element &1

319 - MD table &1 for basic characteristic &2 already exists (no new def.)

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

320 - Error whilst reading model table, - view, or table type &1

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

321 - InfoObject &1 (in compound of characteristic &2) not (act.) available

322 - Attribute &1 from characteristic &2 not (actively) available

323 - Master data table (&1) &2 saved

324 - Table (type/view) &1 not saved due to errors

325 - Text table &1 for basic characteristic &2 already exists (no new def.)

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

326 - Check of InfoObject &1: &2

327 - &1 &2 not saved because of errors

328 - Error whilst reading data element &1

329 - Note: Key figure &1 not saved due to errors

330 - &1 &2 save:

331 - Key figure &1 saved

332 - Error when updating basic characteristic &1 on the database

333 - Error when updating characteristic &1 on the database

334 - Error when inserting basic characteristic &1 on the database

335 - Error when inserting &1 &2 on the database

336 - Error whilst inserting characteristic &1 in compound of &2

337 - Error whilst updating key figure &1 on the database

338 - Error whilst inserting key figure &1 in the database

339 - Delete &1 &2:

340 - Domain &1 deleted

341 - Data element &1 deleted

342 - Table &1 deleted

343 - Error when deleting object &1 &2 from TADIR

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

344 - Char. &1 may not appear in compounding and attributes simultaneously

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

345 - Some InfoObjects cannot be edited

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

346 - InfoObject &1 is blocked by user &2

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

347 - Characteristic &1 is not allowed to reference itself

348 - No current log available (yet)

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

349 - InfoSource &1 is temporarily locked by user &2

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

350 - Characteristic &1, version &2: Routine &3 not available (will be removed)

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

351 - Characteristic &1: Error when setting the hier. structure to time-depndnt

352 - &1 &2 could not be activated

353 - Note !!! &1 &2 not saved due to errors

354 - &1 &2 activated

355 - Object &1 &2 written to the ObjectCatalog (TADIR)

356 - Function is not allowed for InfoObjects of type &1

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

357 - &1 &2 deleted

358 - Error when deleting object &1 &2

359 - &1 &2 still used in InfoCube &2

360 - &1 &2 does not exist

361 - InfoObject &1 appears twice in the InfoProvider

362 - InfoCube contains more than &1 dimensions

363 - InfoCube contains more than one dimension of type &1

364 - InfoCube contains no dimensions

365 - Error whilst modifying the InfoCube - InfoObject assignment

366 - Error whilst modifying the InfoCube - dimension assignment

367 - Error whilst modifying the InfoCube &1 on the database

368 - Unit dimension required for key figure &1

369 - Key figure &1: Unit &2 is not in the unit dimension &3

370 - Table &1: Index &2 for field &3 saved

371 - Table &1: Index &2 not saved due to errors (field &3)

372 - Error when generating master data routines

373 - Characteristic &1: Error when generating master data routines

374 - Error when deleting master data routines from characteristic &1

375 - Key figure &1 does not posses currency/unit

376 - Master data routines generated for characteristic &1

377 - Characteristic &1: Name of reference characteristic &2 differs

378 - Characteristic &1: Tables not active; master data routines not generated

379 - InfoObject &1: &2 &3 collected for activation

380 - Attribute &1: &2 &3 collected for activation

381 - Error when deleting update rules of InfoCube &1

382 - All update rules of InfoCube &1 deleted

383 - Dimension &1 for InfoObject &2 not found

384 - Error when dragging master data routines ID to characteristic &1

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

385 - Data element &1 is not generated

386 - Additional texts for data element &1 saved

387 - Error when saving additonal texts of data element &1

388 - Dimension &1 already used in InfoCube &2

389 - InfoCube &1: &2 &3 collected for activation

390 - Master data routines from characteristic &1 deleted

391 - Saving was canceled

392 - Table &1: Index &2 deleted

393 - Table &1: Error when deleting from index &2

394 - InfoObject &1: Enter the description

395 - InfoObject &1 is incorrect and will not be activated

396 - Characteristic &1: Referenced characteristic &2 not (actively) available

397 - Objects depending on InfoObject &1 being checked

398 - Units InfoObject &1 used with key figure &2 verwendet

399 - External check of InfoObject &1:

400 - Database table &1 was deleted

401 - Database table &1 could not be deleted

402 - Database table &1 wwas created anew

403 - Database table &1 could not be created anew

404 - Key figure &1: Aggregation reference char.&1 is not (actively) available

405 - Inconsistent compounding with characteristic &1 and referenced char. &2

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

406 - InfoObject &1 saved

407 - InfoObject &1 is not activated (DDIC Obj. could not be saved)

408 - Error when writing the &1 version from InfoObject &2

409 - Error when saving InfoObject &1

410 - InfoObject &1 cannot be deleted because of references

411 - InfoObject &1 will be flagged for deletion

412 - InfoObject &1 is incorrect because of dependencies

413 - InfoObject &1 (compounding of IO) from &2 cannot be deleted

414 - InfoObject &1 from attributes of characteristic &2 cannot be deleted

415 - InfoObject &1 is referenced by IO. &2 and cannot be deleted

416 - Unit IO &1 is referenced by IO. &2 and cannot be deleted

417 - Characteristic &1: The &2 and all data being deleted

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

418 - &1 &2 collected for deletion

419 - InfoObject &1: Error when reading the DICC objects

420 - &1 &2 were not deleted

421 - Object &1 &2 deleted from TADIR

422 - Ref. characteristic &1 is not allowed for exception aggregation &2

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

423 - Key figure &1 is of invalid type &2

424 - Characteristic &1: Lower case makes selection of char. values difficult

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

425 - Characteristic &1: More than &2 fields in table &4 (&3 fields)

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

426 - Characteristic &1: The text table must have at least one text field

427 - Navigation attribute &1 is missing in characteristic &2

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

428 - Characteristic &1: Enter description of navigation attribute &2

429 - Characteristic &1 from nav. attributes from char. &2 cannot be deleted

430 - Characteristic &3: Attribute &1 is a true display attribute of char. &2

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

431 - Characteristic &1: Conversion exit &2 does not exist and will be deleted

432 - Error when saving the &1 version of InfoObject &2

433 - InfoObject &1 was corrected: The &2 version will be saved again

434 - Key figure &1, type '&2': invalid data type '&3' will be replaced by '&4'

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

435 - Error when dragging the number range number to object &1 &2

436 - Number range RS_OBJNUMG is in a critical area

437 - &1: Error when creating number range object &2

438 - &1: Number range object &2 was created

439 - &1 &2: Number range object &3 was deleted

440 - &1 &2: Error when deleting number range object &3

441 - Char. &1: The default currency translatn/GIS att. &2 must be an attribute

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

442 - Characteristic &1: The currency/unit &2 is of incorrect type &3

443 - Following tables must be converted

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

444 - InfoObject &1 was delivered by SAP (D (German) version exists)

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

445 - &1 is just an attribute and is not allowed in the compounding

446 - Transfer routine from characteristic &1 was activated

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

447 - Characteristic &1: Error when activating or checking the transfer routine

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

448 - Error when deleting the transfer routine from characteristic &1 (&2)

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

449 - The transfer routine from characteristic &1 was deleted

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

450 - Table type &1 saved

451 - Characteristic &1: The &2 will be deleted, text table must be converted

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

452 - Characteristic &1 just an attribute and cannot be used for authoriaztion

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

453 - Interval &1 of number range &2 is missing --> Long text

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

454 - Characteristic &1: Aggregates could not be used (master data maintenance)

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

455 - Aggregate &1 deactivated (uses deleted or time-dependent attribute)

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

456 - Error when dragging the number range number to dimension &1

457 - Error when creating the authorization field of InfoObject &1

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

458 - Authorization field of InfoObject &1 was successfully created

459 - Characteristic &1: The text table is no longer language-dependent

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

460 - Characteristic &1 texts are no longer time-dependent

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

461 - Characteristic &1: The data type has changed from &2 to &3

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

462 - Characteristic &1: The length has changed from &2 to &3

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

463 - Characteristic &1: Lower case is no longer permitted

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

464 - Char. &1: InfoObject &2 was deleted from the compounding -> long text

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

465 - Characteristic &2 was included in the compounding for &1 (-> Long Text)

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

466 - Char. &1: Changes to the time dependency of the hier. were incompatible

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

467 - &1 &2 contains data: Characteristic &3 cannot be activated

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

468 - Characteristic &1: Attribute &2 deleted (possibly converted)

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

469 - Characteristic &1: &2 &3 contains data and must be converted

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

470 - Characteristic &1 assigned to conversion routine 'ALPHA'

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

471 - InfoObject &1 may not be deleted (type &2)

472 - InfoObject &1 already exists and will not be transferred from D version

473 - Char. &1 is exclusively an attribute (cannot be a navigation attribute)

474 - Characteristic &1: The constant was changed from &2 to &3

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

475 - Characteristic &1 is exclusively an attribute: Hierarchies are not poss.

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

476 - Characteristic &1 is blocked by conversion

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

477 - Characteristic &1: The method for SID entry has changed

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

478 - InfoObject catalogs were reorganized (version &1)

479 - Error when reorganizing the InfoObject catalog (version &1)

480 - Reset incorrect objects to active version

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

481 - Deactivation of InfoObjects that could not be activated

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

482 - InfoObject &1 was deactivated (the status was set to 'inactive')

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

483 - InfoObject &1: Dependent InfoObjects being edited

484 - InfoObject &1: End of the editing of dependent InfoObjects

485 - Authorization field of InfoObject &1 was successfully deleted

486 - Characteristic &1: GIS attribute &2 was deleted (GIS type &3)

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

487 - Characteristic &1: The GIS attribute &2 has the inappropriate GIS type &3

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

488 - InfoObject &1 was deleted from InfoObject catalog &2

489 - Error when deleting InfoObject &1 from InfoObject catalog &2

490 - InfoObject &1 was inserted into InfoObject catalog &2

491 - Error when inserting InfoObject &1 into InfoObject catalog &2

492 - Cannot delete authorization field of InfoObject &1

493 - InfoObject &1 is in version A, but the object status is inactive

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

494 - InfoObject &1 is new (there is no A version)

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

495 - InfoObject &1 is only present in the SAP delivery version

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

496 - InfoObject &1: Local table entry (RSDCHABASLOC) was deleted

497 - InfoObject &1: Local table entry (RSDCHABASLOC) was created

498 - Error when deleting hierarchies from characteristic &1

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

499 - All hierarchies from characteristic &1 were deleted

500 - No hierarchies exist for characteristic &1, they have all been deleted!

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

501 - Start of the after-import method &3 for object type(s) &1 (&2)

502 - Char.&1 has lower-case letters -> Neither texts or master data possible

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

503 - InfoObject &1 being used and also transferred from the SAP version

504 - InfoObject &1: Error when copying the transfer routine from version &2

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

505 - Key figure &1 is of type &2: Standard aggregation was set to &3

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

506 - InfoObject &1, version &2 being deleted, (basic char. &3 not found)

507 - InfoObject &1, of type &2 changed to &3, deleting old active version

508 - Ref. characteristic &1 is not allowed for exception aggregation &2

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

509 - Characteristic &1: Attribute &2 cannot be used w. time-dependent attribte

510 - The entry is missing in table &4 for InfoObject &1 type &2 version &3

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

511 - An active version but not a revised one exists for InfoObject &1

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

512 - InfoObject &1, version &2, type &3: Compounding status &4 is inconsistent

513 - InfoObject &1, version &2: Attribute flag &3 is inconsistent

514 - InfoOb. &1, vers. &2: Type &3: RefFlag. &4 and name basisChar. inconsstnt

515 - InfoOb. &1, vers. &2: typ &3: RefFlag. &4 and exist. basisChar inconsitnt

516 - InfoObject &1, version &2, type &3: Compounding status set to &4

517 - InfoObject &1, version &2: Attribute flag set to &3

518 - Table &1 is currently locked by user &2

519 - InfoObject &1 was copied from version &2 to version &3

520 - InfoObject &1, version '&2' was deleted

521 - InfoObject &1, version &2: The InfoObject type was changed to &3

522 - InfoObject &1, typ &2, version &3: Entry deleted from table &4

523 - InfoObject &1: The presentation was changed to 'Key'

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

524 - InfoObject &1 still used in InfoCube &2

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

525 - Aggregation of non-cumulative value key figure &1 was adjusted

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

526 - Only time chars are allowed as reference chars for non-cumulative values

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

527 - Key figure &1 still being used as I/O or change of &2

528 - InfoObject &1: &2 was changed from &3 to &4

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

529 - Non-cumulative value &1: &2 &3 is not (actively) available

530 - Key figure &1: Rows were deleted from compounding (type &2)

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

531 - Non-cumulative value &1: Aggregation reference char. &2 is not time char.

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

532 - Non-cumulative value &1: Inflow &2 and outflow &3 are inconsistent

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

533 - Non-cumulative value &1: Aggregation of &2 &3 must sum

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

534 - Non-cumulative value &1: Outflow and inflow must differ

535 - Non-cumulative value &1 and NC value change &2 are inconsistent

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

536 - Non-cumulative value &1: &2 &3 must be a cumulative value

537 - Compounding of characteristic &1 was changed although still being used

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

538 - Key fig. &1, version &2 has NC value type '&3': Compding will be adjusted

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

539 - Key fig.&1, version &2: Invalid NC value type '&3' will be reset

540 - Key fig.&1, version &2 has NCum value type '&3': Compounding incomplete

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

541 - Navigation attribute &1 for characteristic &2 not found (version &3)

542 - Error while writing to database table &1

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

543 - Key figure &1 has obsolete type &2: Type set to &3, data type to &4

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

544 - Characteristic &1 has no conversion routine, ouput length set to &2

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

545 - Dependent InfoObject &1 was not found

546 - Char. &1 is a navigation attr. of &2: Exclusively attribute not possible

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

547 - InfoO. &1 is used in compounding of &2: Data type cannot be changed

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

548 - Key figure &1 is used in non-cum value &2, type cannot be changed

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

549 - InfoObject &1 is referenced by &2, therefore it cannot reference further

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

550 - Deactivation of InfoObjects that use deleted InfoObjects

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

551 - Charateristic &1: Navigation attribute &2 switched on (-> N.B long text)

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

552 - Job &1 (number &2) started (&3)

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

553 - Error when scheduling batch job &1 (number &2) (&3)

554 - Navigation attribute &1 deleted from characteristic &2

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

555 - Navigation attr. &1 cannot be deleted - used in productive InfoCube &2

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

556 - Reference field &1 does not exist

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

557 - InfoObject &1 is referenced from &2, compounding cannot be changed

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

558 - Characteristic &1 is used in compounding of &2, but &3 is not

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

559 - Characteristic &1 is used as &4 of &2, but characteristic &3 is not

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

560 - Characteristic &1 is used in &4 &2, but characteristic &3 is not

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

561 - Characteristic &1: SIF table was changed - SIF buffer being deleted

562 - InfoObject &1, version &2: Attribute &3, attribute type set to &4

563 - Unit &1 is used in key figure &2, unit type cannot be changed

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

564 - Non-cumulative value &1: &2 &3 already used in non-cumulative value &4

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

565 - Key fig.&1: The data type was changed from &2 to &3

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

566 - InfoObject &1: Hierarchy name and structure cannot be time-dependent

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

567 - Customer Infobject &1 is not created in the content system

568 - InfoObject &1 is used in InfoCubes: Not all properties are changeable

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

569 - InfoObject &1 used in InfoCube: Exclusive of attribute not possible

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

570 - Characteristic &1: Please delete the foreign key --> see long text

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

571 - Key figure &1: Unit &2 is exclusively an attribute

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

572 - Unit &1 used in key figure &2, exclusive of attribute not possible

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

573 - Characteristic &1: Attribute &2 must not reference the char. itself

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

574 - Characteristic &1, version &2: convers. routine set to &3 -> activate

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

575 - Characteristic &1: Compound or reference was changed

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

576 - InfoObject &1 being used in InfoCubes or DataStore objects --> error:

577 - InfoObject &1 (or ref.) used in InfoProvider with data managmnt.-> Error:

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

578 - InfoObject &1 being used in InfoCube &2 (contains data)

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

579 - Changing InfoObject &1 results in deactivation of InfoProviders

580 - Key figure &1: Aggr. ref. char. changed --> Please adjust aggregates

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

581 - InfoObject &1 is not an InfoProvider

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

582 - Characteristic &1: Time dependency entered in the master data table

583 - Char. &1: Attribute &2 is time-dependent (cannot become time-independent)

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

584 - Characteristic &1: Time-dependency of attribute &2 was changed -> conver.

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

585 - InfoObject &1 is not activated (attribute could not be converted)

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

586 - Characteristic &1: The attibutes SID table(s) could not be filled

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

587 - InfoObject &1: Dependent Objects are deleted

588 - Field name &1 is not for the update - Operation allowed

589 - Char. &1: Assigned app. component &2 does not exist-> NODESNOTCONNECTED

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

590 - Char.&1 is longer than &2 (authorizations only in internal presentation)

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

591 - InfoObject &1, version &2: Missing entries in tables were added

592 - Key figure &1: Fixed key figure &2 does not (actively) exist

593 - Key figure &1: Fixed key figure &2 cannot be used

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

594 - Key figure &1 is a non-cum. value: Fixed key figure is not allowed

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

595 - Key figure &1 must not be connected to itself

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

596 - Characteristic &1: InfoObject &2 is not allowed in the compound

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

597 - Characteristic &1: Value &2 is not valid

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

598 - Characteristic &1: Navigation attribute &2 is used in ref. to char. &3

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

599 - InfoObject &1: Attribute tables were successfully converted

600 - ------------- Report messages -------------------------------------------

601 - Please enter a valid InfoCube type selection

602 - Please enter an InfoArea

603 - Enter valid selection of objects

604 - All InfoCubes activated

605 - Error when activating; Please analyze log

606 - All InfoCubes deleted

607 - Error when deleting; Please analyze log

608 - All InfoObject catalogs deleted

609 - Please enter a valid InfoObject catalog selection

610 - Parameter combination is invalid

611 - Error when deleting transfer rules for characteristic &1

612 - InfoObject &1: Type changed even though InfoObject still in use

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

613 - The attribute &1 is a key figure with reference (not allowed)

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

614 - You may not use system InfoObjects (&1)

615 - &1 is not a name for an InfoObject of an InfoSet (not found)

616 - No association

617 - Fixed unit &1 does not exist in the system

618 - Fixed currency &1 does not exist in the system

619 - No documentation available

620 - ------------- DataStore BAPIs ------------------------------------------

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

621 - The time dependency of a Nav. attr. of Characteristic &1 has been changed

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

622 - Value of field &1 must not differ in parameters &2 and &3

623 - InfoObject with name &1 exists already

624 - ------------- InfoObject Continuation ----------------------------------

625 - Conversion routine &2 deleted -- > Check long text

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

626 - Characteristic &1 Conversion routine change to &2

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

627 - Programs for data transfer were regenerated where necessary

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

628 - &1 does not exist as a master data read class for characteristic &2

629 - Error in class &1 for characteristic &2

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

630 - DDIC object &1 does not exist or is not a structure

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

631 - Authorization field &1 exists already. Choose a different name

632 - InfoObject &1 does not exist in version &2

633 - No InfoObjects were found for the selection criteria entered

634 - InfoObject &1 is not available

635 - Column view of InfoProvider &1 will be generated again during activation

636 - Column view of char. &1 will be generated again during activation

639 - Error while generating column view. InfoProv. &1 will be deactivated

640 - Error while generating column view. Char. &1 will be deactivated

645 - Assignments for InfoObject &1 have not yet been maintained -> Long text

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

646 - Aktive and saved versions are different; Function not possible

647 - Maintain the characteristic equivalents for the MultiProvider

648 - Select a maximum of one equivalent for InfoObject &1 in InfoProvider &2

649 - At least one equivalent must be marked for InfoObject &1 of MultiProvider

650 - ------------------ InfoCubes / InfoObject catalogs ----------------------

651 - InfoProvider &1 is not of type 'multi' or 'hybrid'

652 - No InfoProviders involved in MultiProvider &1 were found

653 - Select at least one (involved) InfoProvider

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

654 - InfoObject &1 is not in any of the affected InfoProviders -> deleted

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

655 - Rel.: InfoObj. in MultiProvider<-> InfoObj. not found in InfoProvider

656 - Select one equivalent for InfoObject &1 in InfoProvider &2

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

657 - Select key figure &1 in at least one InfoProvider

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

658 - InfoObject &1 does not exist in InfoProvider &2; Assignment was deleted

659 - InfoProvider &1 involved does not exist; Assignment is deleted

660 - InfoCube &1 already exists; please select another name

661 - InfoCube &1 was delivered by SAP ('D' version)

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

662 - InfoObject catalog &1 already exists; please choose another name

663 - InfoObject catalog &1 was delivered by SAP ('D' version)

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

664 - MultiProvider &1 uses InfoProvider &3 for invalid component &4

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

665 - InfoProvider &1 uses InfoObject &3 for invalid component &4

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

666 - InfoObject catalog &1 uses InfoObject &3 for invalid component &4

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

667 - MultiProvider with non-cum. values must have unique time-dimensnsion

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

668 - InfoCube &1 is still in use in MultiProvider &2

669 - InfoProvider &1 is being used externally

670 - Select partitioning characteristic

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

671 - Partitioning time characteristic is not contained in the Cube

672 - Define value range for partition. characteristic

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

673 - Please specify lower and upper limit of partitioning area

674 - Fiscal year variants have to be attached to a fixed value

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

675 - The line item dimension &1 is already assigned to characteristic &2

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

676 - The line item dimension &1 contains more than one characteristic

677 - Error when creating the SID table name for InfoObject &1

678 - Partitioning error. Use repartitioning tool

680 - Warning! Saved version of object &1 is being compared

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

681 - Warning! The saved version of InfoObjectCatalog &1 is being compared

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

682 - InfoCube &1 locked by Change and Transport Organizer

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

683 - InfoObject catalog &1 locked by Change and Transport Organizer

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

684 - Content version (D) from InfoCube &1 installed successfully

685 - Content version (D) from InfoObjCat &1 installed successfully

686 - Data state variables for InfoProvider &1 have been installed successfully

687 - InfoArea &1 is not available; was changed to NODESNOTCONNECTED

688 - Index &1 for table &2 was created on the database

689 - Database View &1 Created

690 - Activity terminated

692 - Cannot move/delete locked InfoObjects

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

693 - Database table &1 was deleted

694 - Database table &1 could not be deleted

695 - InfoProvider &1 is locked by Change and Transport Organizer

696 - Content version (D) from InfoProvider &1 was copied successfully

697 - Cannot remove characteristic/key figure as InfoCube &1 contains data

698 - Error with transport of InfoCube &1. See log ==> Detail

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

702 - New InfoArea selected

703 - New InfoCube selected as template

704 - New InfoObject catalog selected as template

705 - New application selected

706 - New InfoSource selected as template

707 - All InfoObjects selected as template

708 - New InfoProvider selected as template

709 - No active version of InfoProvider &1, type &2

710 - Selections in the template were deleted

711 - No new objects transferred

712 - No further objects could be transferred

713 - Only & further objects could be transferred

714 - Position cursor on data structure or template

715 - Dependent InfoObjects copied (componding or unit)

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

716 - No objects reset

717 - Function is only possible if a valid (template) object was selected

718 - Compounding requires selecting additional navigation attributes

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

719 - &1: Non-cumulatives and key figures with aggregation <> SUM not allowed

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

720 - Characteristics w/o assignment can be graphically assigned to dimensions!

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

721 - Warning! Update rules exist for the InfoCube/DataStore Object

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

722 - Select the characteristics to which you wish to assign a dimension

724 - Definition ok

725 - Define at least one characteristic

726 - Define at least one key figure

727 - Also transfer superior InfoObject &1 to InfoObject &2

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

728 - Please transfer characteristic &1 (required for key figure &2) too

729 - Please assign a dimension to characteristic &1

730 - Dimension name &1 is not allowed

731 - Dimension &1 not used; please delete

732 - Please enter texts for all dimensions

733 - Please define unit dimension with text

734 - Please select at least one time characteristic

735 - Please define time dimension with text

736 - Call up maintenance screen for dimensions; (definition incomplete)

737 - Dimension name &1 already used in InfoCube &2; please rename

738 - Please use different dimension names

739 - Define the data packet dimension with text

740 - No more dimensions possible; maximum of 13 reached

741 - Dimension &1 contains InfoObjects; deletion not possible

742 - Please position cursor on a characteristic dimension

743 - Key figure &1: Unit &2 is not contained in the structure

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

744 - Please position cursor on a dimension

745 - Error when saving the active version of the dimension for Cube &1

746 - Error when saving the active version of InfoCube &1

747 - Error when checking InfoCube &1

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

748 - Navigation attribute &1 does not (actively) exist

749 - Dimension &1 saved

750 - Error when saving dimension &1

751 - Error when saving InfoCube &1

752 - InfoCube &1 saved

753 - Error when deleting dimension &1

754 - Error when deleting InfoCube &1

755 - InfoCube &1 saved and activated

756 - InfoCube &1 activated

757 - Not all objects for InfoCube &1 activated

758 - InfoCube &1 deleted

759 - Dimension &1 (InfoCube&2) deleted

760 - All database tables for InfoCube &1 deleted

761 - Not all database tables could be deleted

762 - All DB table(s) for InfoCube &1 have been created anew

763 - Not all database tables could be created anew

764 - InfoCube contains more than &1 characteristics, incl. TIM, UNI, CHAR, KYF

765 - InfoCube &1 was reset to the active version

766 - InfoObject catalog &1 was reset to the active version

767 - InfoObject catalog &1 deleted

768 - InfoCube &1 was saved in delivery (SAP) version

769 - InfoObject catalog &1 was saved in delivery (SAP) version

770 - Too many characteristics (&2) are assigned to dimension &1

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

771 - A maximum of &1 key figures can be defined

772 - Error when reading the delivery (SAP) version for InfoCube &1

773 - Error when reading the delivery (SAP) version for InfoObject catalog &1

774 - Error when reading InfoCube &1

775 - InfoProvider &1 was copied from version &2 to version &3

776 - InfoObject catalog &1 was copied from version &2 version &3

777 - A maximum of &1 InfoObjects are allowed in the non-cum.value validity tab

778 - InfoObject catalog &1 could not be copied to version &2

779 - Error when activating the InfoObject catalog &1

780 - Error when saving the InfoObject catalog &1

781 - Error when saving the active version of the InfoObject catalog &1

782 - InfoObject catalog &1 saved

783 - InfoObject catalog &1 activated

784 - InfoObject catalog &1 deleted

785 - Error when deleting InfoCube &1

786 - Error when deleting dimension &1 (InfoCube &2)

787 - Error when deleting InfoObject catalog &1

788 - Object &1 not generated and will, therefore, not be deleted

789 - InfoObject/navigation attribute &1 does not exist (yet)

790 - Object &1 does not exist

791 - InfoCube/InfoProvider &1 does not exist

792 - Dimension &1 (InfoCube &2) does not exist

793 - Dimension &1 also used in InfoCube &2

794 - InfoObject catalog &1 does not exist

795 - Table &1 does not exist

796 - View &1 deleted

797 - Relation: InfoCube &1 <-> InfoObjects do not exist

798 - Tabel &1 is not actively available

799 - An internal error occurred when saving the log

800 - Function not yet implemented

801 - InfoProvider &1 is locked by user &2

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

802 - System error when locking the InfoCube/MultiProvider

803 - InfoObject catalog &1 is locked by user &2

804 - System error when locking the InfoObject catalog

805 - Action was terminated (no order)

806 - Delete operation canceled

807 - Displayed queries being deleted

808 - Update rules from InfoSource &2 for InfoProvider &1 are set to 'inactive'

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

809 - Update rules from InfoProvider &2 for InfoProvider &1 set to 'inactive'

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

810 - No authorization for displaying the InfoCube

811 - No authorization for maintaining the InfoCube

812 - No authorization for deleting the InfoCube

813 - No authorization for displaying the InfoObject catalog

814 - No authorization for maintaining the InfoObject catalog

815 - No authorization for deleting the InfoObject catalog

816 - InfoCube &1 could not be saved in an order

817 - InfoCube &1 could not be assigned to an order

818 - InfoObject catalog &1 could not be saved to an order

819 - InfoObject catalog &1 could not be assigned to an order

820 - Version was set to 'active/revised' (normal editing)

821 - Warning: Version was set to 'SAP delivery'

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

822 - It was switched to SAP name range

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

823 - It was switched to customer name range

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

824 - Invalid object version &1; only 'M', 'A' or 'D' are permitted

825 - InfoObject &1 is not available in active version

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

826 - Caution! Inactive/ invalid InfoObjects are contained here

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

827 - Dialog call-up for the InfoObject maintenance

828 - Deletion of 'D' version (SAP delivery) is not permitted

829 - Caution: There are InfoObjects with selection conditions not = 'unique'

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

830 - InfoArea &1 does not exist; please assign a valid InfoArea

831 - Please enter the InfoArea

832 - System type was changed

833 - Please enter InfoObj. type (CHA or KYF)

834 - Please assign valid InfoArea (&1 not available)

835 - Only editing types DISP, INSE, MODI, and DELE are allowed

836 - Only system types SAP (delivery) and CUS (customer) are allowed

837 - Entry value &1 is not permitted (please use F4 help)

838 - Source system &1 does not exist (please use F4 help)

839 - Assign a 3.x InfoSource

840 - No InfoObject catalog found for the selected InfoArea

841 - No InfoCube found for the selected InfoArea

842 - No InfoSource (comm.structure) found for selected application

843 - Object &1 is not (yet) available in the ABAP Dictionary

844 - InfoObjectTyp of catalog has been changed

845 - Choose a reference characteristic for InfoCube non-cumulative values

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

846 - Define the characteristics of the validity table for non-cumulatives

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

847 - Time reference characteristic cannot be determined -> long text

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

848 - Transfer &1 as time-ref.characteristic for InfoProvider non-cumul. values

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

849 - InfoCube contains no non-cumulative values (function not possible)

850 - Dimension &1: Local table entry (RSDDIMELOC) was deleted

851 - Dimension &1: Local table entry (RSDDIMELOC) was created

852 - Dimension &1: Error when writing the initial record to the DB table

853 - Dimension &1: Initial record was successfully written in the DB

854 - All DDIC objects have been activated / deleted

855 - Following tables must be converted:

856 - No time characteristic is suitable as reference characteristic->long text

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

857 - Non-cumulative value table was deleted

858 - Non-cumulative value validity table could not be deleted

859 - First maintain the non-cumulative parameters ('Menu Extras')

860 - Database table &1 was deleted and recreated

861 - Database table &1 could not be deleted or recreated

862 - Error when reading the DDIC objects for InfoCube &1

863 - Initial entry written on the status of data of the InfoProvider

864 - InfoCube &1 was set to 'inactive'

865 - Stored Procedures for summarization on the DB deleted

866 - InfoCube &1 ist inactive

867 - Enter valid name <> enter SPACE

868 - Please enter valid dimension <> SPACE

869 - Please enter valid InfoObject catalog

870 - Please only enter InfoArea (not InfoObject catalog)

871 - Dimension &1 does not exist

872 - No InfoObjects found for dimension &1

873 - How are characteristics assigned to dimensions?

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

874 - InfoObjects/ navigation attributes deleted from the object

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

875 - Check the InfoCube online

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

876 - Error when writing the storage parameters for BitMap indices

877 - Error when writing the storage parameters for detached indices

878 - When checking the InfoCube, warnings arose

879 - The option 'Optimized for SAP HANA' is obsolete

880 - Only 'M' is allowed as target version

881 - Aggregates for InfoCube &1 were deleted

882 - Errors occurred when deleting the aggregates for InfoCube &1

884 - InfoObject catalogs of type 'not assigned' can only be displayed

885 - Error when checking the InfoObjectCatalog &1

886 - Check the InfoObject Catalog in the dialog

887 - Time characteristic &1 must be in the validity table

888 - Key figure &1 requires char. &2 for elimination of internal bus. volume

889 - InfoObject &1 not permitted for TLOGO object &2

890 - InfoObject &1 occurs twice

891 - InfoObject &1 is only allowed as an attribute (not in InfoCubes)

892 - InfoObject &1 may only occur in aggregates

893 - No dimension is assigned to InfoObject &1

894 - Higher-level InfoObject &1 for InfoObject &2 is not contained

895 - Characteristic &1 (required for key figure &2) does not exist

896 - No messages exist

897 - InfoObject &1 was added

898 - Error when activating the InfoCube &

899 - InfoCube & is already available in version &

900 - Change related to database - a conversion may be required



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!