SAP ABAP Message Class SPRX Message Number 065 (Proxy generation terminated: Abstract elements/element replacements)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_GENTIME (Package) ES Tools: Proxy Generation
Attribute
Message class SPRX  
Short Description Proxy Generation    
Message Number 065  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Proxy generation terminated: Abstract elements/element replacements
Help Document

Diagnosis

In the interface description, you set the attribute abstract="true" or substitutionGroup="..." for the language command <element>.

Example:
<element name="Address" abstract="true"/>
...
<element name="GermanAddress" substitutionGroup="Address">
<complexType>
....
</complexType>
</element>

The example above shows that with this feature, you can replace "Address" with "GermanAddress" at any point.
You could also define "FrenchAddress", that also replaces "Address".
This cannot be mapped in ABAP since a type can only ever have one status.

System Response

The system produces an error message. The proxy cannot be generated.

Procedure

Procedure for System Administration

History
Last changed on/by 20140121  SAP 
SAP Release Created in   620