Do you have any question about this error?
Message type: E = Error
Message class: SPRX - Proxy Generation
Message number: 067
Message text: Le type XSD &1 ne correspond pas exactement au type ABAP &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.
Le système émet un message d'erreur et ne vous permettra pas de poursuivre cette transaction tant que l'erreur n'est pas résolue.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
SPRX067
- Le type XSD &1 ne correspond pas exactement au type ABAP &2. ?Get instant SAP help. Start your 7-day free trial now.
SPRX066
Génération de proxies interrompue : élément
INCLUDE SPRX_GET_WSDL OBJECT DOKU ID TXQuelle est la cause de ce problème? You used the language command <redefine> in the interface descrip...
SPRX065
Génération proxy interrompue : éléments abstraits/remplacements éléments
INCLUDE SPRX_GET_WSDL OBJECT DOKU ID TXQuelle est la cause de ce problème? In the interface description, you set the attribute abstract="true...
SPRX068
Les restrictions de la plage de valeurs sont ignorées.
Quelle est la cause de ce problème? You further restricted the value range of a type by using particular language elements (so-called "Facets&...
SPRX069
Objet non (encore) activé
Message auto-explicatif Étant donné que SAP estime que ce message d'erreur spécifique est 'auto-explicatif', aucune autre information n'a été fou...
Cliquez sur ce lien pour rechercher tous les messages SAP.