SAP ABAP Class /DSD/SL_CL_TA_INVOICE ("Transaction" Invoice Entry)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LE-DSD-RA-SL (Application Component) Route Settlement
     /DSD/SL (Package) Route Settlement
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /DSD/SL_IF_TRANSACTION_AREA Interface for Transaction Areas 20020710
Properties
Class /DSD/SL_CL_TA_INVOICE  
Short Description "Transaction" Invoice Entry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /DSD/SL   Route Settlement 
Created 20020710   SAP 
Last change 20030212   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /DSD/SL_CL_TA_INVOICE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /DSD/SL_IF_TRANSACTION_AREA Interface for Transaction Areas 20020710
Friends
Class /DSD/SL_CL_TA_INVOICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ID_WA_COND Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'COND' ID Work Area Conditions 20020710
2 MC_ID_WA_HEADER Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'HEADER' ID Work Area Header 20020710
3 MC_ID_WA_ITEM Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'ITEM' ID Work Area Items 20020710
4 MC_MSG_CLASS Constant Public Type reference (TYPE) DDOBJNAME '/DSD/SL_INVOICE' Name of the Message Class 20020710
5 MC_VARHANDLE_CD Constant Public Type reference (TYPE) CHAR4 'IVCD' ALV Handle for Variant Saving - Conditions 20020710
6 MC_VARHANDLE_HD Constant Public Type reference (TYPE) CHAR4 'IVHD' ALV Handle for Variant Saving - Header 20020710
7 MC_VARHANDLE_IT Constant Public Type reference (TYPE) CHAR4 'IVIT' ALV Handle for Variant Saving - Item 20020710
8 MR_WA_COND Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_INVOICE_COND Work Area Conditions 20020710
9 MR_WA_HEADER Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_INVOICE_HEADER Work Area Header 20020710
10 MR_WA_ITEM Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_INVOICE_ITEM Work Area Items 20020710
11 M_ACTIVE Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX /DSD/SL_CL_CONST=>YES Transaction Active? 20020710
12 M_SCREEN_POS_COND Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20020710
13 M_SCREEN_POS_HEADER Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20020710
14 M_SCREEN_POS_ITEM Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20020710
15 M_VISIBLE_COND Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Conditions Visible? (When Active) 20020710
16 M_VISIBLE_HEADER Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Header Data Visible? (When Active) 20020710
17 M_VISIBLE_ITEM Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Items Visible? (When Active) 20020710
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020710
2 GET_DEFAULT_LAYOUT Instance method Private Method Determine the Default Layout 20020710
3 ON_DATA_DELETED_HD Instance method Private Event handling method Event Handler for "DATA_DELETED" of Work Area Header 20020710
4 ON_FOCUS_CHANGED_HD Instance method Private Event handling method Event Handler for "FOCUS_CHANGED" of Work Area Header 20020710
5 ON_NOK_CHANGED_CD Instance method Private Event handling method Event Handler for "NOK_CHANGED" of Work Area Conditions 20020710
6 ON_NOK_CHANGED_HD Instance method Private Event handling method Event Handler for "NOK_CHANGED" of Work Area Header 20020710
7 ON_NOK_CHANGED_IT Instance method Private Event handling method Event Handler for "NOK_CHANGED" of Work Area Items 20020710
8 SET_EVENT_HANDLER Instance method Private Method Register the Event Handlers 20020710
Events
Class /DSD/SL_CL_TA_INVOICE has no event.
Types
Class /DSD/SL_CL_TA_INVOICE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA_BUFFER Call by reference Object reference (TYPE REF TO) /DSD/SL_CL_DATA_BUFFER Datenpuffer 20020710
2 Importing IT_LAYOUT Call by reference Type reference (TYPE) /DSD/SL_GUI_LAYOUT_S_TT Data layout 20020710

Method CONSTRUCTOR on class /DSD/SL_CL_TA_INVOICE has no exception.

Method GET_DEFAULT_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LAYOUT Call by reference Type reference (TYPE) /DSD/SL_GUI_LAYOUT_S_TT Layoutdaten für Subscreens 20020710

Method GET_DEFAULT_LAYOUT on class /DSD/SL_CL_TA_INVOICE has no exception.

Method ON_DATA_DELETED_HD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_KEYS Call by reference Attribute reference (LIKE) 20020710

Method ON_DATA_DELETED_HD on class /DSD/SL_CL_TA_INVOICE has no exception.

Method ON_FOCUS_CHANGED_HD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_KEY Call by reference Attribute reference (LIKE) 20020710

Method ON_FOCUS_CHANGED_HD on class /DSD/SL_CL_TA_INVOICE has no exception.

Method ON_NOK_CHANGED_CD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_KEY Call by reference Attribute reference (LIKE) 20020710
2 Importing E_POK Call by reference Attribute reference (LIKE) 20020710

Method ON_NOK_CHANGED_CD on class /DSD/SL_CL_TA_INVOICE has no exception.

Method ON_NOK_CHANGED_HD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_KEY Call by reference Attribute reference (LIKE) 20020710
2 Importing E_POK Call by reference Attribute reference (LIKE) 20020710

Method ON_NOK_CHANGED_HD on class /DSD/SL_CL_TA_INVOICE has no exception.

Method ON_NOK_CHANGED_IT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_KEY Call by reference Attribute reference (LIKE) 20020710
2 Importing E_POK Call by reference Attribute reference (LIKE) 20020710

Method ON_NOK_CHANGED_IT on class /DSD/SL_CL_TA_INVOICE has no exception.

Method SET_EVENT_HANDLER Signature

Method SET_EVENT_HANDLER on class /DSD/SL_CL_TA_INVOICE has no parameter.
Method SET_EVENT_HANDLER on class /DSD/SL_CL_TA_INVOICE has no exception.
History
Last changed by/on SAP  20030212 
SAP Release Created in 461