SAP ABAP Data Element XTDSFFX (Suffix for the name of the new SAPscript text module)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       FVVI (Package) R/3 appl.dev. for Financial Assets Management: Real estate
Basic Data
Data Element XTDSFFX
Short Description Suffix for the name of the new SAPscript text module  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR14    
Data Type CHAR   Character String 
Length 14    
Decimal Places 0    
Output Length 14    
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 Suffix 
Medium 15 Suffix 
Long 20 Suffix 
Heading 14 Suffix 
Documentation

Definition

This text is the suffix for the name of the new SAPscript text module.

If a text module with this name already exists, a "Z" will be inserted until it fits. Already existing text modules are not overwritten. Maximum 10 Z's can be inserted. If there is also a text module with this name with 10 Z's, the old text module is not copied.
If the new text module name, consisting of the old name and the suffix, is too long, the new name is cut off at the end.

  • Example 1:
    You enter the prefix "Z_PREFIX" and (optional) the suffix "Z_SUFFIX". The old text module is called "Z_TEXT". The text module "Z_TEXT" is then copied and the new text module receives the name
    "Z_PREFIX Z_TEXT Z_SUFFIX"
    with inserted spaces. Otherwise, the new text module has the same text object, text ID and language as the old text module.
    If a text module with the name
    "Z_PREFIX Z_TEXT Z_SUFFIX"
    already exists, a "Z" is inserted and the new text module is called
    "Z_PREFIXZ Z_TEXT Z_SUFFIX"
    But if a text module with the name
    "Z_PREFIXZ Z_TEXT Z_SUFFIX"
    also already exists, a "Z" is inserted and the new text module is called
    "Z_PREFIXZZ Z_TEXT Z_SUFFIX"
    an so on.
  • Example 2:
    You enter the prefix "Z_PREFIX" and no suffix. The old text module is called "Z_TEXT". The text module "Z_TEXT" is then copied and the new text module receives the name
    "Z_PREFIX Z_TEXT"
    with an inserted space.
    However, if a text module with the name
    "Z_PREFIX Z_TEXT"
    already exists, a "Z" is inserted and the new text module is called
    "Z_PREFIXZ Z_TEXT"
    But if a text module with the name
    "Z_PREFIXZ Z_TEXT"
    also already exists, a "Z" is inserted and the new text module is called
    "Z_PREFIXZZ Z_TEXT"
    and so on.

What happens if the new name is too long and part of the name must be cut off?

  • Example 3:
    The old name is
    "Z_THIS IS AN EXAMPLE OF A VERY LONG NAME OF A TEXT ELEMENT".
    The new name should be:
    "Z_PREFIX Z_THIS IS AN EXAMPLE OF A VERY LONG NAME OF A TEXT
    ELEMENT Z_SUFFIX".
    If this name is too long, the end of the name is cut off and the new name looks, for example, like this:
    "Z_PREFIX Z_THIS IS AN EXAMPLE OF A VERY LONG NAME OF A TEX".
    If a text module with this name already exists, a "Z" is inserted and the text module receives the name
    "Z_PREFIXZ Z_THIS IS AN EXAMPLE OF A VERY LONG NAME OF A TE"
    and so on.

History
Last changed by/on SAP  19980323 
SAP Release Created in