SAP ABAP Data Element PRX_PRTXT (Proxy Generation: Naming Problem)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_GENTIME (Package) ES Tools: Proxy Generation
Basic Data
Data Element PRX_PRTXT
Short Description Proxy Generation: Naming Problem  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 100    
Decimal Places 0    
Output Length 100    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Problem 
Medium 15 Problem 
Long 20 Problem 
Heading 55 Problem 
Documentation

Definition

The following are typical problems:

  • Name shortened to 30 characters
    The system shortened the name because the names of classes, interfaces, data elements, structures, structure fields, table types and so on, are all limited to 30 characters.
  • Name already assigned (number attached)
    Another object in the proxy already has this name. To ensure that names remain unique, the system attaches a number onto the name.
  • Object already exists (number attached)
    An object already exists with this name in the local SAP system. Since this object name may not be overwritten, the system attaches a number onto the new name to make it unique.
  • Object already exists in XYZ (number attached)
    An object already exists with this name in another SAP system. If there is a transport to this system, a naming conflict would occur. Therefore, the system attaches a number onto the new name to make it unique.
  • Name is reserved (number attached)
    There are certain names that are intended for other purposes.
    Example:
    In each proxy dictionary structure there is always a field with the name 'CONTROLLER'. This field contains a small table that you can use to adjust the rendering of the XML data stream, for example.
    If you attempt to call an element in the Enterprise Services Builder "Controller", then the system will rename it CONTROLLER1 in ABAP, since the name CONTROLLER already exists.

Use

Dependencies

Example

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