SAP ABAP Class /EACC/CL_POSTING_TA_RUNTIME (Runtime Environment of an Entry Transaction)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BAC-AE (Application Component) Accounting Engine
     /EACC/MANUAL_POSTING (Package) Manual Posting Transactions
Properties
Class /EACC/CL_POSTING_TA_RUNTIME  
Short Description Runtime Environment of an Entry Transaction    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /EACC/MANUAL_POSTING   Manual Posting Transactions 
Created 20020529   SAP 
Last change 20081217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /EACC/CL_POSTING_TA_RUNTIME has no forward declaration.
Interfaces
Class /EACC/CL_POSTING_TA_RUNTIME has no interface implemented.
Friends
Class /EACC/CL_POSTING_TA_RUNTIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _APPLICATION Instance attribute Private Type reference (TYPE) FINB_GN_APPL 'EA' Generator: Application 20020828
2 _BUILDING_PLAN Instance attribute Private Type reference (TYPE) SEOCLSNAME '/EACC/CL_MAN_POST_BUILD_PLAN' Object Type Name 20020828
3 _COLUMNS_DYNPRO Instance attribute Public Type reference (TYPE) SCRNCOLN 240 Number of Screen Columns 20021112
4 _COLUMNS_SUMS Instance attribute Public Type reference (TYPE) SCRNCOLN 112 Number of Columns in Total Subscreen 20021112
5 _DYNNUM Instance attribute Public Type reference (TYPE) SCRFDYNNR '0100' Screen Number for 1st Title Element in the Entry Sheet Hdr 20020828
6 _FIELDS Constant Public Type reference (TYPE) CHAR20 'FIELDS' Configuration Object: Fields in the Entry Sheet Header 20020828
7 _FIELDS_FIXED Constant Public Type reference (TYPE) CHAR20 'FIELDS_FIXED' Configuation Object: Fixed Fields in the Entry Sheet Header 20020828
8 _FIELDS_OBLIGATORY Constant Public Type reference (TYPE) CHAR20 'FIELDS_OBLIGATORY' Config. Object: Required Entry Fields in the Entry Sheet Hdr 20020828
9 _FIELD_COLS_ON_TABS Constant Public Type reference (TYPE) CHAR20 'FIELD_COLS_ON_TABS' Config. Object: General Field Items on the Tabs 20020828
10 _HEADER_DESCRIPTION Instance attribute Public Type reference (TYPE) SCRHDTXT 'Header entry for configurations ID' Short Description 20020828
11 _LINES Instance attribute Public Type reference (TYPE) SCRNLINE 27 Number of Sceen Rows 20020828
12 _O_CONFIGURATOR Instance attribute Public Object reference (TYPE REF TO) /EACC/CL_POSTING_TA_CONFIG_GET Configurator for Posting Transactions 20020829
13 _O_RUNTIME_MANAGER Static Attribute Private Object reference (TYPE REF TO) /EACC/CL_POSTING_TA_RUNTIME Runtime Environment of an Entry Transaction 20020913
14 _PROGRAM_SUBSCREEN Instance attribute Public Type reference (TYPE) SY-REPID Name of the Programfor the Subscreens 20020828
15 _STRUCTURES Constant Public Type reference (TYPE) CHAR20 'STRUCTURES' Configuration Object: Structures in the Entry Sheet Header 20020828
16 _S_STRU Instance attribute Public Type reference (TYPE) /EACC/MP_S_STRU Structures for Entry Sheet Header, Lines and Transfer 20020626
17 _TABS Constant Public Type reference (TYPE) CHAR20 'TABS' Configuration Object: Tabs in the Entry Sheet Header 20020828
18 _T_DYNNUM_HEADER Instance attribute Public Type reference (TYPE) /EACC/MP_T_DYNP Screen Number of the Subscreens for Entry Sheet Header 20020603
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_TO_DYNPRO Instance method Private Method Addition of a Field to a Screen 20020531
2 GENERATE_DYNPROS Instance method Public Method Generate of Screens for an Entry Transaction 20020821
3