Do you have any question about this error?
Message type: E = Error
Message class: SPRX - Proxy Generation
Message number: 067
Message text: Der XSD-Typ '&1' entspricht nicht genau dem ABAP-Typ '&2'
You used the XSD Type &V1& in the interface description.
This cannot be mapped exactly to ABAP since
the permitted value ranges &V1& and &V2& do not match exactly.
The value ranges for the following types do match exactly (these should
be used in preference to others):
xsd:string with length > 65535 (becomes STRING in ABAP)
xsd:string with length <= 65535 (becomes CHAR in ABAP)
xsd:string with length <= 65535 and pattern="\d+" (becomes NUMC im
ABAP)
xsd:int (becomes INT4 im ABAP)
xsd:short (becomes INT2 im ABAP)
xsd:byte (becomes INT1 im ABAP)
xsd:date (becomes DATE im ABAP)
xsd:time (becomes TIME im ABAP)
xsd:decimal with fractionDigits <= 14 and totalDigits <= 31 (becomes
DEC im ABAP)
xsd:binary with length > 65535 (becomes RAWSTRING im ABAP)
xsd:binary with length >= 65535 (becomes RAW im ABAP)
The systems displays a warning for this type.
You must check the permitted value range when entering these types in
your program.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
SPRX067
- Der XSD-Typ '&1' entspricht nicht genau dem ABAP-Typ '&2' ?Get instant SAP help. Start your 7-day free trial now.
SPRX066
Proxy-Generierung abgebrochen:
INCLUDE SPRX_GET_WSDL OBJECT DOKU ID TXWas verursacht dieses Problem? You used the language command <redefine> in the interface description....
SPRX065
Proxy-Generierung abgebrochen: Abstrakte Elemente/Elementersetzungen
INCLUDE SPRX_GET_WSDL OBJECT DOKU ID TXWas verursacht dieses Problem? In the interface description, you set the attribute abstract="true"...
SPRX068
Einschränkungen des Wertebereichs werden ignoriert
Was verursacht dieses Problem? You further restricted the value range of a type by using particular language elements (so-called "Facets"...
SPRX069
Objekt (noch) nicht aktiviert
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.