SAP ABAP IMG Activity SIMG_CFMENUOFDITTXIN (Texts to be Included)
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
IMG Activity
ID SIMG_CFMENUOFDITTXIN Texts to be Included  
Transaction Code S_ALR_87007098   IMG Activity: SIMG_CFMENUOFDITTXIN 
Created on 19981222    
Customizing Attributes SIMG_CFMENUOFDITTXIN   Texts to be Included 
Customizing Activity SIMG_CFMENUOFDITTXIN   Texts to be Included 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name SIMG_CFMENUOFDITTXIN    

Use

Table TTXIN controls which texts can be included in other texts.

Maintenance

The Table Maintenance function first lists the calling text (object, ID) and then the text to be included (include object, include ID). Note that you should not delete or modify any existing entries since these are valid on a system-wide basis.

Example: Text object ZABC, ID A01 should be able to include all texts with object ZABC (any ID) and texts with object ZXYZ (IDs ABC and DEF only). Add the following entries to the table:
(1=All objects, 2=Same object, 3=All IDs, 4=Same ID)

Object    ID      Inc object  Inc ID    [1]  [2]  [3]  [4] 
ZABC A01 X X
ZABC A01 ZXYZ ABC
ZABC A01 ZXYZ DEF

In addition, texts with object ZALL should be allowed to include all texts. This requires the following entry:

Object    ID      Inc object  Inc ID    [1]  [2]  [3]  [4] 
ZALL X X

If no rules exist for a text, the default values are used (object and ID are set to their initial value). In this example, you see that all texts that are not listed explicitly are allowed to include standard texts (object TEXT) with any ID.

Note on error analysis: If a text cannot be included at runtime, this may have several reasons (text does not exist, the include rules do not allow the text to be included). You can check the include rules by performing individual tests on function module CHECK_INCLUDE_ALLOWED. The parameters are:

CALLING_OBJECT   : Object of calling text 
CALLING_ID : ID of calling text
INCLUDE_OBJECT : Object of text to be included
INCLUDE_ID : ID of text to be included

The function module returns the Boolean variable INCLUDE_ALLOWED. Value TRUE ('X') means that includes are allowed; FALSE (' ') means that includes are not allowed.

Business Attributes
ASAP Roadmap ID 259   Establish Forms and Messages 
Mandatory / Optional 3   Nonrequired activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG SIMG_CFMENUOFDITTXIN 0 I090004636 Correspondence 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
TTXIN S - Table (with text table) SM30 ISRETTXILR SAPscript: Who with whom? 
History
Last changed by/on SAP  19981222 
SAP Release Created in