OO - Class Builder/API

The following messages are stored in message class OO: Class Builder/API.
It is part of development package SEO in software component BC-DWB-TOO-CLA. This development package consists of objects that can be grouped under "ABAP Objects Class Library Database Layer".
Message Nr
Message Text
000& & & &
001*** Error messages SEOK ***
002&1 &2 already exists
003&1 &2 does not exist
004Class &1 has an invalid multiple inheritance
005& & does not exist. Unable therefore to copy &2 &3
006&1 &2 already deleted
007Internal error occurred during &1 of &2 &3
008&1 &2 not changed
009A database error has occurred
010&1 is not a &2, it is a &3
011No texts exist for &1 &2
012&1 &2 is only modeled, not implemented
013Unable to create &1 between &2 and &3
014&1 &2 contains errors
015There is not yet an active version of &1 &2
016There is already an entry &1 &2 in the database
017There is no entry for &1 &2 in the database
018&1 and &2 are not compatible. Unable to copy &3 &4
019Component &1 &2 does not belong to a class or interface
020Error activating &1 from &2
021Interface &1 still contained in interface &2
022Class/interface was saved
023Method implementation does not exist. Save the class first.
024& & saved
025& & not saved
026& & not changed, and has not been saved
027You cannot delete interface methods individually
028Inherited relationships cannot be deleted
029Parameters/exceptions of inherited methods or events cannot be changed
030Specify the visibility more precisely
031Visibility can be either 'Public', 'Protected' or 'Private'
032Specify the declaration method more precisely
033Choose 'Instance attributes', 'Class attributes', or 'Constant'
034Specify the typing method more precisely
035The typing method can be 'Like', 'Type', or 'Type Ref To'
036Choose either 'Instance method' or 'Class method'
037Chose either 'Instance event' or 'Class event'
038Parameters and exceptions of set or get methods cannot be changed
039Set and get methods cannot be deleted individually
040*** Error messages SEOP ***
041Unable to repair class pool for class &1
042Internal error occurred at &1 in source code of &2
043Include for method &1 already exists (&2)
044Include '&1' for class &2 does not exist
045&1 &2 does not have a TMDIR entry
046&1 &2 already exists in the class library
047Table TMDIR is full. No further &1 possible
048&1 of class &2 saved
049&1 contains syntax errors. Unable to transfer data
050No syntax errors found
051Referenced class &1 contains errors
052&1 &2 contains syntax errors, perform a check to obtain details
053Internal error occurred during runtime generation of &1 &2 (Dump ID: &3)
054Method &1 saved
055&1 is not a class or interface
056&1 does not belong to a class or interface
057A class cannot inherit from itself
058Label &1 is reserved
059Interfaces cannot be tested in isolation
060Unable to load object type &1
061&1 is not supported for persistent classes
062& is an ABAP type and cannot therefore be used as an object type name
063Error calling the documentation
064TYPE is not allowed in classes or interfaces
065Choose 'Importing', 'Exporting', 'Changing', or 'Returning'
066Object type & activated
067Source code not copied
068& & renamed
069& & copied
070Class & does not implement any interfaces
071Interface & does not include any further interfaces
072Unable to create all aliases
073Unable to change all aliases
074Last saved on &1 at &2
075You cannot use an attribute reference for types within a class
076&1 is a predefined ABAP type
077Alias methods have no implementation
078& & generated successfully
079Object type & repaired successfully
080& was not specified
081The global type & already exists
082There is already a & &
083Types cannot be defined as public
084You cannot assign a direct type for public attributes
085A &1 &2 has already been inherited from &3
086Constructors and destructors must be created explicitly
087Only C destructors are currently supported
088There is no class, interface, or type group &1
089Error formatting tabstrip control
090&1 is a method of the class &2
091Interface &1 is implemented by class &2
092Method &1 has already been redefined
093Method &1 is not redefined
094Method &1 was redefined
095Redefinition of methods &1 undone
096Caution! Implementation will be deleted
097Changes to the interface or a non-final class are incompatible
098&1 &2 with direct type entry is not supported by the clipboard
099Function not yet supported
100No errors were found
101Unable to import &1 &2: Error number &3
102Blank characters are not permitted in names
103Special characters are not allowed in names
104Enter a valid name
105Select at least one class or interface
106& created successfully
107& changed successfully
108Import completed successfully
109Class & is final - it cannot have subclasses
110Operation was canceled
111&1 &2 has been deleted
112&1 &2 copied to &3
113&1 &2 renamed as &3
114Error in &1 of &2 &3 &4
115Name is reserved
116For event-handling methods the event must be fully specified.
117Type & cannot be referenced using LIKE
118Methods cannot be both abstract and final
119Protected methods should not be final
120A private method cannot be final (they are not inherited by subclasses)
121Constructors cannot be abstract (and are therefore implicitly final)
122Class &1 set to abstract
123The naming convention for classes is 'CL_'
124The naming convention for interfaces is 'IF_'
125You cannot change the visibility when you enter the type directly
126Type & does not exist
127Interface &1 already implemented by the (super-)class &2
128Interface &1 already contained in interface &2
129Type & not valid
130That parameter combination is not supported
131The component name cannot be longer than 30 characters
132You are not authorized to start transaction &1
133Editing sequence adjusted
134Method &1 is implemented in class &2
135Exit classes/interfaces can only be edited using the BADI Builder
136Co-classes of persistent classes cannot be edited directly
137Object type &1 is consistent
138You cannot work directly with the proxies of remotely-callable interfaces
139Persistent classes cannot have static attributes
140Unable to find original object types in this system
141&1 object types found in table &2
142Naming conflict with &1 &2
143&1 entered in table DDTYPES
144An error occurred while entering &1 in table DDTYPES
145The class name &1 is not permitted for the class type you have chosen
146The names of remotely-callable interfaces must begin with 'IF_'
147&1 &2 already exists globally in system &3
148Error accessing global TADIR
149An internal error occurred in the persistence administration
150Invalid class or interface name &
151Invalid visibility. Use 'Public', 'Protected', or 'Private'
152Specify fully the event you want to handle
153Invalid declaration type. Use 'Method' or 'Class Method'
154Enter a description
155Invalid declaration type. Use 'Attribute', 'Class Attribute', 'Constant'
156Enter the attribute type fully
157Invalid declaration type. Use 'Event' or 'Class Event'.
158You cannot use types in the public section
159Enter the type fully
160Enter a value for constants
161Invalid component name &
162Invalid decl. type. Use 'Importing', 'Exporting', 'Changing', 'Returning'
163Enter the parameter type fully
164Method &1 is final and therefore cannot be redefined
165You cannot specify a generic type for public attributes
166Only import parameters are allowed with constructor methods
167Class constructors and destructors do not have parameters and exceptions
168You cannot use initial values of attributes in an interface
169Event handler methods cannot have exceptions
170Attributes are not allowed in remote interfaces. Delete them first.
171Events are not allowed in remote interfaces. Delete them first.
172The included interface &1 is not remote-enabled
173Type &1 of parameter &2 of method &3 is not supported remotely
174You cannot use the prefixes 'SET_' and 'GET_' in persistent classes
175There is no inactive version of &1 &2
176Interface method &1 has not yet been implemented
177Method &1 was not renamed
178Error copying the documentation
179&1 with direct type specification cannot be renamed or copied
180Interface &1 is already included in interface &2
181Class &1 is already a superclass of &2
182Static methods cannot be redefined
183Before execution conversion, activate class &1
184Class &1 already converted
185Class &1 successfully converted
186Cannot find any further entries matching &1
187Cannot find any entries matching &1
188Invalid data combination
189&1 printed successfully
190&1 not printed
191Invalid namespace used
192Superclass of an exception class must be an exception class
193Class &1 is not an exception class
194The prefix "CX_" is reserved for exception classes
195A public attribute type cannot be local to a class
196The interface cannot be nested within itself
197Error generating constructor
198Cannot edit the constructor of an exception class
199Constructor was regenerated
200****** Error messages API **********************************************
201Instances relationship &1 &2 &3: Inconsistent attribute (TYPE,REFCLSNAME)
202Instances relationship &1 &2 &3: Invalid relationship type (IRLTYPE)
203Instances relationship &1 &2 &3: Relevant attribute missing
204Attribute &1 &2 &3: Relevant instances relationship missing
205Meta relationship &1 &2: Initial object type &1 missing (CLSNAME)
206Meta relationship &1 &2: Reference object type &2 missing (REFCLSNAME)
207Meta relationship &1 &2: Inconsistency in object type (RELTYPE/CLSTYPE)
208Meta relationship &1 &2: Invalid relationship type (RELTYPE)
209Object type &1: Invalid name: Name contains space (CLSNAME)
210Object type &1: Invalid name: Name contains special character (CLSNAME)
211Object type &1: Invalid object type category (CLSTYPE)
212Object type &1: Invalid object type exposure (EXPOSURE)
213Object type &1: Invalid object type status (STATE)
214Object type &1: Invalid category (CATEGORY)
215Object type &1: Invalid indicator embeddable class (CLSEMBED)
216Object type &1: Invalid remote indicator (REMOTE)
217Name of object type &1 is invalid: Contains lowercase letters (CLSNAME)
218Object type &1: Invalid name: Name begins with digit (CLSNAME)
219Object type &1: Invalid name (CLSNAME)
220Friends relationship &1 &2: Output object type &1 (CLSNAME)
221Friends relationship &1 &2: Reference object type &2 missing (REFCLSNAME)
222Friends relationship &1 &2: Invalid type category (only classes allowed)
223Friends relationship &1 &2: Invalid relationship type (FRIENDTYPE)
224Meta relationship &1 &2: Invalid exposure (EXPOSURE)
225Meta relationship &1 &2: Metarelationship does not exist
226Instance relationship &1 &2: Instance relationship does not exist
227Friends relationship &1 &2 &3: Friends relationship does not exist
228Class &1 saved
229Class is Abstract. Cannot create test classes.
230Component &1 &2: Object type &1 missing
231Subcomponent &1 &2 &3: Object type &1 or component &1 &2 missing
232Component &1 &2: Invalid name: Name &2 contains space (CMPNAME)
233Component &1 &2: Invalid name: Name &2 contains special character
234Subcomponent &1 &2 &3: Invalid name: Name &3 contains space (SCONAME)
235Subcomponent &1 &2 &3: Invalid name: Name &3 contains special character
236Component &1 &2: Invalid exposure (EXPOSURE)
237Component &1 &2: Invalid status (STATE)
238Component &1 &2: Invalid redefined character (REDEFIN)
239Name of component &1 &2 is invalid: Name &2 contains lowercase letters
240Name of subcomponent &1 &2 &3 is invalid: &3 contains lowercase letters
241Component &1 &2: Components of interfaces must be PUBLIC
242Activate first &1 before going in Enhancement-Mode!
243The prefix "CM_" is reserved for message classes
244Class/interface &1 belongs to SAP's namespace.
245Class/interface &1 does not belong to your namespace.
246Component &1 is inherited from class &2
247Class/Interface &1 does not exist
248Class/Interface &1 already exists
249Class/Interface &1 could not be created
250Attribute &1 &2: Invalid declaration type (ATTDECLTYP)
251Attribute &1 &2: Invalid value in field "Virtual attribute" (SEODYNAMIC)
252Attribute &1 &2: Invalid value in field "Read-only" (ATTRDONLY)
253Attribute &1 &2: Attribute is only readable, but not PUBLIC
254Attribute &1 &2: Type was not specified (TYPE)
255Attribute &1 &2: Typing category not suitable for object reference
256Attribute &1 &2: Constant cannot refer to object type
257Attribute &1 &2: Incorrect typing category: Reference obj. not embeddable
258Attribute &1 &2: Invalid typing category (TYPTYPE)
259Attribute &1 &2: Existence of the referred data type was not checked
260Attribute &1 &2: Referred object type does not exist
261Attribute &1 &2: Invalid value in table indicator (TABLEOF)
262Attribute &1 &2 does not exist
263Attribute &1 &2: Invalid value in alias indicator (ALIAS)
264Attribute &1 &2: Alias is not specified (REFCLSNAME/REFCMPNAME)
265Attribute &1 &2: Alias object type does not exist (REFCLSNAME)
266Attribute &1 &2: Alias object type must be an interface (REFCLSNAME)
267Attribute &1 &2: Attribute is not declared as an alias (ALIAS)
270Method &1 &2: Invalid method type (MTDTYPE)
271Method &1 &2: Invalid declaration type (MTDDECLTYP)
272Method &1 &2: Method is constructor, but not PUBLIC
273Method &1 &2: Constructor method name is not 'CONSTRUCTOR'
274Method &1 &2: Destructor method name not identical to ~class name
275Method &1 &2 does not exist
276Method &1 &2: Constructor not possible for embeddable object type
277Method &1 &2 does not exist.
278Due to alias usage &1 may behave wrong in enhancement/modification case
280Event &1 &2: Event does not have exposure PUBLIC
281Event &1 &2: Invalid declaration type (EVTDECLTYP)
282Event &1 &2 does not exist
285Parameter &1 &2 &3: Invalid declaration type (PARDECLTYP)
286Parameter &1 &2 &3: Only IMPORTING allowed ( constructor method )
287Parameter &1 &2 &3: Only IMPORTING allowed ( Event handler method )
288Parameter &1 &2 &3: Only EXPORTING allowed ( Event parameter )
289Parameter &1 &2 &3: Disallowed component type (CMPTYPE)
290Parameter &1 &2 &3: Invalid method type (MTDTYPE)
291Parameter &1 &2 &3: Invalid transfer type (PARPASSTYP)
292Parameter &1 &2 &3: Only BYVALUE allowed ( returning parameter )
293Parameter &1 &2 &3: only BYVALUE allowed ( event parameter )
294Parameter &1 &2 &3: Type was not specified (TYPE)
295Parameter &1 &2 &3: Typing category not suitable for object reference
296Parameter &1 &2 &3: Incorrect typing category: Ref. obj. not embeddable
297Parameter &1 &2 &3: Invalid typing category (TYPTYPE)
298Parameter &1 &2 &3: Existence of the referred data type was not checked
299Parameter &1 &2 &3: Referred object type does not exist
300Parameter &1 &2 &3: Object type &1 or method/event &1 &2 missing
301Parameter &1 &2 &3: Inconsistency in method/event &1 &2 (CMPTYPE)
302Parameter &1 &2 &3: Inconsistency in method/event &1 &2 (MTDTYPE)
303Parameter &1 &2 &3: Invalid value in table indicator (TABLEOF)
304Parameter &1 &2 &3: Invalid indicator optional parameter (PAROPTIONL)
305Parameter &1 &2 &3: Only IMPORTING / CHANGING parameters can be optional
320Exception &1 &2 &3: Object type &1 or method &1 &2 missing
321Exception &1 &2 &3: Inconsistency in method &1 &2 (MTDTYPE)
322Exception &1 &2 &3: Invalid method type (MTDTYPE)
323Exception &1 &2 &3: Disallowed exception (event handler method)
330Method &1 &2: Invalid value for alias identifier (ALIAS)
331Method &1 &2: Invalid method type for alias method (ALIAS/MTDTYPE)
332Method &1 &2: Alias object type must be an interface (REFCLSNAME)
333Method &1 &2: Alias objet type does not exist (REFCLSNAME)
334Method &1 &2: Alias is not specified /REFCLSNAME/REFCMPNAME)
335Method &1 &2: Triggering event is not specified
336Method &1 &2: Triggering event must not be an interface event
337Method &1 &2: Class for triggering event does not exist
338Method &1 &2: Method type unchanged
339Method &1 &2: The method signature is inconsistent
340Method &1 &2: Method type changed successfully
342Event &1 &2: Alias not specified (REFCLSNAME/REFCMPNAME)
343Event &1 &2: Alias object type must be an interface (REFCLSNAME)
344Event &1 &2: Alias object type does not exist (REFCLSNAME)
345Event &1 &2: Event is not declared as an alias (ALIAS)
346Event &1 &2: Invalid value for alias identifier (ALIAS)
350Object type &1: The object type does not exist on the database
351Object type &1: The object type is inconsistent ( definition missing )
352Object type &1: The object type already exists on the database
353Object type &1: The object type appears several times
354Component &1 &2: The object type &1 already has a component &2
355Component &1 &2: The component appears several times
356Meta relationship &1 &2: Meta relationship from &1 to &2 already exists
357Meta relationship &1 &2: The meta relationship appears several times
358Instance relationship &1 &2: This relationship already exists
359Instance relationship &1 &2: This relationship appears several times
360Friends relationship &1 &2 &3: This relationship already exists
361Friends relatshp &1 &2 &3: This relatnshp appears several times
362Meta relationship &1 &2: Inheritance - classes must not be embeddable
363The object &1 does not exist on the database with version &2
370Error inserting or changing. No changes made.
371Consistency check produced inconsistencies. No changes made.
372Error during check-in ( transport request ). No changes made.
373Incorrect input parameter combination. No changes made.
374Development class &1 does not exist or contains no object types
375Object type &1 is already implemented. READ_LOCK is not possible.
376Object type &1 is inconsistent. READ_LOCK is not possible.
380Regenerate the constructor to apply the superclass's parameters
385No static access for generic structures allowed (&1).
390Methods for CDS table functions cannot be tested and were removed
391AMDP methods for DDL Objects cannot be tested and were removed
400***** error messages : modification support *****
401You cannot perform this action in modification/enhancement mode
402The class was not modified
403The interface was not modified
404Enhancements for BADI-Classes/Interfaces are not allowed
405Execute action in enhancement mode!
406Pre/post-methods are not allowed for new enhancement methods
407Execute this action by using /SE24 -> Methods (in enhancement mode)
408Pre- / Post-Method was not found
409Pre- / Post-Methods are not provided for Interface-Methods
410You cannot edit the section directly in modification mode
411PRE-/POST-/OWR-Exits can be created only for redefined methods
412Only one DATA/TYPES statement can be edited in the screen
413Error during processing Attribute/Type &
414Operation rename is not supported for enhanced objects!
415For Class-/Interface-Enhancements only one level of nesting allowed!
416Attributes as enhancements are not supported for persistent classes!
420Class/Interf. &1 contains stored procedures, cannot be changed in SAP GUI
421Class &1 contains stored procedures. No support for enhancements
422Class &1 contains stored procedures. No support for Correction Workbench
423Changing ABAP Managed Stored Procedures is not supported in SAP GUI
424Interface &1 comprises AMDP marker interface, changes allowed only in ADT
425The type (attribute/method/event/type) of component &1 cannot be changed
426Interface &1 comprises AMDP marker INTF. No Correction Workbench support
427Interface &1 comprises AMDP marker interface. No support for enhancements
428Class &1 is a behavior pool, it cannot be changed in SAP GUI
429Class &1 is a behavior pool. There is no support for enhancements
440RFC proxy classes cannot be changed
501Class definition contains errors. Check class
502Error generating business interfaces
503Business interface & already exists
504Static attributes are not valid in business classes
505Business class & has no implementation
506Class & is not an implementation class of &
507The name of the business class attribute cannot exceed 26 characters
508Category of class & is not supported.
509Category of interface & is not supported.
510Method redefinition to be added/changed refers to unexpected super class
550& was successfully enhanced
600Private and protected components will automatically be made public
601Method & is abstract and has not been redefined
602Implementation of method & deleted
603Friend relationship with & already exists
606Class & has no subclasses
607Constructors of subclasses were successfully regenerated
608Error occurred while regenerating constructor subclasses
609Method & is defined as abstract.
610Final implemented method & cannot be redefined
611Method cannot be implemented as final and abstract at the same time
612Class/interface is generated. It cannot be changed with this editor
613Constructors are not permitted in interfaces
614Maintain friendship to local classes in the local class include
615References must be declared using 'TYPE REF TO'
616A temporary version, & &, was generated
617Exception classes must start with the prefix 'CX_'
618Business classes must start with the prefix 'BC_'
619The prefix 'BC_' is reserved for business classes
620Sequence of exceptions has been adjusted
621The exception class & is derived from CX_NO_CHECK
622Method & is abstract
623Text was changed and saved in the OTR
624Error setting the Editor lock
625Error scanning the section. See long text
626Subclasses of persistent classes must also be persistent
627The exception class & cannot be used in the interface
628You can only instance non-abstract persistent classes in the protected s.
629The superclass of a persistent class must be persistent
630The class & cannot be used as a superclass
631You cannot edit proxy/MDRS objects (see long text)
632You cannot redefine the final method &
633You cannot redefine the interface method &
634You cannot copy set/get methods
635Error importing classes (source code > 72 characters)
636An unexpected error occurred when importing classes
637You cannot redefine the constructor
638Reconcile the class definitions (sections) first
639You cannot copy proxy objects
640You cannot rename proxy objects
641Attribute names in persistent classes cannot be longer than 26 characters
642The interface & was reset to its original version
643The sections of class & have been reset to its original version
644There is already an object directory entry: & &
645Enter a text
646Class & has already been implemented
647Interface & has already been implemented
648Class & was implemented successfully
649Interface & has already been implemented
650You can only edit sections using the default line length (255)
651Could not generate pattern for the local class &
652Cannot delete inherited components
653Description of &1 longer than &2 characters.
654&1 &2 is locked against changes
655Released class -> visibility changed to 'private'
656Enter an exception ID
657Could not ascertain event parameter(s)
658Area classes can be edited only using transaction SHMA
659Activate test class include first
660The system could not activate the persistent class & (see long text)
661Test methods already generated for all methods
662No test class exists. Please create the test class using the wizard
663Source-based mode is not allowed when modification assistant is enabled
664Source-based mode is not allowed for enhanced objects!
665Source-based mode is not allowed for frozen objects.
666Class or components of &1 have to be adjusted first in transaction SPAU
667Cannot set breakpoint here!
668Implementation added for the method &
669Test environment not supported for Test Classes!
670Persistent classes are currently not supported by this editor
671Message class &1 does not exist
672The class include structure cannot be changed by transaction SNOTE/SCWB.
673Attribute/type &1 cannot be handled by Note Assistant, see longtext!
674The type &1 must be a structure to use it as Boxed Component.
675The source of component &1 cannot be changed.
676The default value of &1 &2 exceeds the allowed length of 132 chars
677Reconcile the interface modifications first
678Alias &1 cannot be handled in form based editor or by note assistant
680The line &1 exceeds 255 characters. Source code cannot be saved
688Operation is not supported for category of class/interface &1.
690Web Dynpro generated artifact &1 cannot be retrieved
699SET-/GET-Methods are provided only for Private/Protected attributes
700Attribute & successfully moved to &
701Method & successfully moved to &
702Interface & successfully moved to &
703Class/interface was not adjusted
704Attribute & successfully moved to subclasses
705Method & successfully moved to subclasses
706Event & successfully moved to subclasses
707You can save only in the Refactoring Assistant
708You cannot move an attribute with a direct type declaration
709Method &1 already exists in class &2
710Attribute &1 already exists in class &2
711Event &1 already exists in class &2
712Method &1 already exists in interface &2
713Attribute &1 already exists in interface &2
714Event &1 already exists in interface &2
715Cannot move attribute &1
716Refactoring is not supported for enhanced objects!
717Please save &1 before you execute the refactoring operation!
718Type &1 already exists in class &2
719Type &1 already exists in interface &2
720The kind of component &1 cannot be changed.
721No inconsistencies between EIMP include and enhancement metadata found.
739***** Error message LOADER *****
740Type information is not buffered
741Parameter & has the an invalid value '&'
742Returning parameters are not allowed as enhancement parameters!
749***** Error messages generator *****
750Pattern file '&' does not exist or is incorrect
751Test frame could not be generated
752Test frame '&' already exists in the Repository
753Test frame '&' could not be inserted into the Repository
754Error occurred during the ABAP generation of the test frame for &
755You are not authorized to execute this object
759***** Error Message Frame Agent *****
760The attribute or the parameter has a complex type
761The attribute or the parameter is a table
762The value to be set is too long for the attribute or the parameter
763The value to be set is not of the type of the attribute or the parameter
764Value of the attribute or the parameter is too long for the target field
765The value to be set lies outside the set of values
766The type information does not contain a class interface
767Method '&' is not contained in the type information
768The type information does not contain a method interface
769Class '&' is not contained in the type information
770The method/function '&' does not exist
771The attribute '&' does not exist
772The method/function '&' has no parameter '&'
773Function module '&' is not contained in the type information
774The type information does not contain the interface of a function module
775Error during temporary storage of the method parameters method &
776The value cannot be converted into the type of the data object
777Unable to access the instance data of the object
778Could not generate the instance &1 &2
779Instance generation terminated
780Event '&' does not exist
781Event handler for event '&' has already been registered
782No event handler registered for event '&'
783The type information does not contain the interface of an event
784Event '&' is not contained in the type information
785Choose an event
786Exception object was not caught
787Specify the package or flag it as a local object
799***** Error Messages Test Controller *****
800Class type '&' does not exist
801Object does not exist
802Object does not exist
803Class &1 cannot be instantiated directly
804Class &1 is abstract and cannot be instantiated
810Do not use spaces in the reference type
830***** Error Messages Test Controller *****
831Type length must be greater than 0
832Enter a type for the parameter
833Type &1 does not exist in the ABAP Dictionary
834Default types will be used in the test
850Internal error: Unable to check syntax of include &
851BAdI interface method &1 should 'Emulate empty method implementation'
855Error occured at generation of &1 &2 (SUBRC &3 after GENERATE REPORT)
897Class &1 is inconsistent
898Interface &1 is inconsistent
899& & & &
Privacy Policy