SAP ABAP Data Element KPP_TXTFM (Form routine taht reads the text for a characteristic)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO-OM-CCA (Application Component) Cost Center Accounting
     KPP (Package) Cost Accounting, planning processor
Basic Data
Data Element KPP_TXTFM
Short Description Form routine taht reads the text for a characteristic  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FORMNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Txt form 
Medium 15 Txt-formroutine 
Long 20 Txt-formroutine 
Heading Txt-form 
Documentation

Definition

FORM <KPP_TXTFM> TABLES T1_KPP0M STRUCTURE KPP0M
T2_KPP0Z STRUCTURE KPP0Z
T3_KPP0D STRUCTURE KPP0D
T4_KPP0DA STRUCTURE KPP0DA
T5_KPP0DD STRUCTURE KPP0DD
USING P1_SETFLAG
P2_SCRTEXT_S
P3_SCRTEXT_M
P4_SCRTEXT_L.

  1. This parameter is optional and contains the name of a routine for reading the text. If no routine is given, the variables are filled with empty spaces.
  2. The routine name <KPP_TXTFM> is free to choose. The routine must be defined in program <KPP_TXTPR> (if set).
  3. The table parameter must have structure KPP0M. It contains a combination of characteristic values required for reading texts. The object itself is in the first table entry, followed by all values of all its dependent dimensions (table KPP0DA).
  4. Table parameter T2_KPP0Z must have structure KPP0Z. The table contains the time information for the involved fiscal years and periods. It is created by form routine <KPP_FTTFM> and is drawn upon for validation of master data records (time-dependent master data).
  5. Table parameters T3_KPP0D, T4_KPP0DA, and T5_KPP0DD must have structures KPP0D, KPP0DA, and KPP0DD, and contain the necessary information for the participating dimensions.
  6. Formal parameter P1_SETFLAG shows whether the value is a set (P1_SETFLAG = "X") or not.
  7. Formal parameters P2_TEXTS, P3_TEXTM, and P4_TEXTL are filled by the routine and are defined as follows:
    DATA: P2_SCRTEXT_S LIKE DFIES-SCRTEXT_S,
    P3_SCRTEXT_M LIKE DFIES-SCRTEXT_M,
    P4_SCRTEXT_L LIKE DFIES-SCRTEXT_L.

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