SAP ABAP Class /DSD/SL_CL_TA_SETTLEDOC ("Transaction" Settlement Document)
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 20021009
Properties
Class /DSD/SL_CL_TA_SETTLEDOC  
Short Description "Transaction" Settlement Document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /DSD/SL   Route Settlement 
Created 20021009   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /DSD/SL_CL_TA_SETTLEDOC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /DSD/SL_IF_TRANSACTION_AREA Interface for Transaction Areas 20021009
Friends
Class /DSD/SL_CL_TA_SETTLEDOC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ID_WA_HEADER Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'HEADER' ID Work Area Header 20021009
2 MC_ID_WA_MBAL Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'MBAL' ID Work Area Amount Differences 20021009
3 MC_ID_WA_QBAL Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'QBAL' ID Work Area Quantity Differences 20021009
4 MC_MSG_CLASS Constant Public Type reference (TYPE) DDOBJNAME '/DSD/SL_SETTLEDOC' Name of the Message Class 20021009
5 MC_VARHANDLE_HD Constant Public Type reference (TYPE) CHAR4 'SDHD' ALV Handle for Variant Saving - Header 20021009
6 MC_VARHANDLE_MB Constant Public Type reference (TYPE) CHAR4 'SDMB' ALV Handle for Variant Saving - Payment Differences 20021009
7 MC_VARHANDLE_QB Constant Public Type reference (TYPE) CHAR4 'SDQB' ALV Handle for Variant Saving - Quantity Differences 20021009
8 MC_VARHANDLE_QD Constant Public Type reference (TYPE) CHAR4 'SDQD' ALV Handle for Variant Storage - Difference Reasons 20070730
9 MR_BUFFER Instance attribute Public Object reference (TYPE REF TO) /DSD/SL_CL_DATA_BUFFER_SL Data Buffer 20021021
10 MR_WA_HEADER Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_SETTLEDOC_HEADER Work Area Header 20021009
11 MR_WA_MBAL Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_SETTLEDOC_MBAL Work Area Amount Differences 20021009
12 MR_WA_QBAL Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_SETTLEDOC_QBAL Work Area Quantity Differences 20021009
13 M_ACTIVE Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX /DSD/SL_CL_CONST=>YES Transaction Active? 20021009
14 M_SCREEN_POS_HEADER Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20021009
15 M_SCREEN_POS_MBAL Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20021009
16 M_SCREEN_POS_QBAL Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20021009
17 M_VISIBLE_HEADER Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Header Data Visible? (When Active) 20021009
18 M_VISIBLE_MBAL Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Amount Difference Visible? (When Active) 20021009
19 M_VISIBLE_QBAL Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Quantity difference Visible? (When Active) 20021009
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20021009
2 GET_DEFAULT_LAYOUT Instance method Private Method Determine the Default Layout 20021009
3 ON_FOCUS_CHANGED_HD Instance method Private Event handling method Event Handler for "FOCUS_CHANGED" of Work Area Header 20021009
4 ON_FOCUS_CHANGED_MB Instance method Private Event handling method Event Handler for "FOCUS_CHANGED" of Work Area Items 20021010
5 ON_FOCUS_LOST_MB Instance method Private Event handling method Event Handler for "FOCUS_LOST" of Items 20021010
6 SET_EVENT_HANDLER Instance method Private Method Register the Event Handlers 20021009
Events
Class /DSD/SL_CL_TA_SETTLEDOC has no event.
Types
Class /DSD/SL_CL_TA_SETTLEDOC 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_SL Datenpuffer 20021009
2 Importing IT_LAYOUT Call by reference Type reference (TYPE) /DSD/SL_GUI_LAYOUT_S_TT Data layout 20021009

Method CONSTRUCTOR on class /DSD/SL_CL_TA_SETTLEDOC 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 20021009

Method GET_DEFAULT_LAYOUT on class /DSD/SL_CL_TA_SETTLEDOC 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_KEY Call by reference Attribute reference (LIKE) 20021009
2 Importing E_NO_MAINTAINING Call by reference Attribute reference (LIKE) 20021009

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

Method ON_FOCUS_CHANGED_MB 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) 20021010

Method ON_FOCUS_CHANGED_MB on class /DSD/SL_CL_TA_SETTLEDOC has no exception.

Method ON_FOCUS_LOST_MB Signature

Method ON_FOCUS_LOST_MB on class /DSD/SL_CL_TA_SETTLEDOC has no parameter.
Method ON_FOCUS_LOST_MB on class /DSD/SL_CL_TA_SETTLEDOC has no exception.

Method SET_EVENT_HANDLER Signature

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