SAP ABAP Class /DSD/SL_CL_TA_DELFUL ("Transaction" Delivery Execution)
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 20020414
Properties
Class /DSD/SL_CL_TA_DELFUL  
Short Description "Transaction" Delivery Execution    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /DSD/SL   Route Settlement 
Created 20020414   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /DSD/SL_CL_TA_DELFUL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /DSD/SL_IF_TRANSACTION_AREA Interface for Transaction Areas 20020414
Friends
Class /DSD/SL_CL_TA_DELFUL 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 20020531
2 MC_ID_WA_HEADER Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'HEADER' ID Work Area Header 20020531
3 MC_ID_WA_ITEM Constant Public Type reference (TYPE) /DSD/SL_ID_WA_AREA 'ITEM' ID Work Area Items 20020531
4 MC_MSG_CLASS Constant Public Type reference (TYPE) DDOBJNAME '/DSD/SL_DELFUL' Name of the Message Class 20020601
5 MC_VARHANDLE_CD Constant Public Type reference (TYPE) CHAR4 'DFCD' ALV Handle for Variant Saving - Conditions 20020527
6 MC_VARHANDLE_HD Constant Public Type reference (TYPE) CHAR4 'DFHD' ALV Handle for Variant Saving - Header 20020527
7 MC_VARHANDLE_IT Constant Public Type reference (TYPE) CHAR4 'DFIT' ALV Handle for Variant Saving - Item 20020527
8 MR_WA_COND Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_DELFUL_COND Work Area Conditions 20020414
9 MR_WA_HEADER Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_DELFUL_HEADER Work Area Header 20020414
10 MR_WA_ITEM Instance attribute Private Object reference (TYPE REF TO) /DSD/SL_CL_WA_DELFUL_ITEM Work Area Items 20020414
11 M_ACTIVE Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX /DSD/SL_CL_CONST=>YES Transaction Active? 20020423
12 M_DELIVERY Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Mode: Delivery <-> Purchase Order 20020514
13 M_SCREEN_POS_COND Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20020530
14 M_SCREEN_POS_HEADER Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20020530
15 M_SCREEN_POS_ITEM Instance attribute Private Type reference (TYPE) INT4 Position of the Area on the Screen 20020530
16 M_VISIBLE_COND Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Conditions Visible? (When Active) 20020423
17 M_VISIBLE_HEADER Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Header Data Visible? (When Active) 20020423
18 M_VISIBLE_ITEM Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Items Visible? (When Active) 20020423
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020414
2 GET_DEFAULT_LAYOUT Instance method Private Method Determine the Default Layout 20020531
3 ON_BE_RELATION_CHANGED Instance method Private Event handling method Event Handler for "BE_RELATION_CHANGED' of Work area Header 20020722
4 ON_DATA_DELETED_HD Instance method Private Event handling method Event Handler for "DATA_DELETED" of Work Area Header 20020603
5 ON_DATA_DELETED_IT Instance method Private Event handling method Event Handler for "DATA_DELETED" of Work Area Items 20020603
6 ON_DELIVERY_CANCELED_HD Instance method Private Event handling method Event Handler for 'DELIVERY_CANCELED' in Work Area Header 20070716
7 ON_FOCUS_CHANGED_HD Instance method Private Event handling method Event Handler for "FOCUS_CHANGED" of Work Area Header 20020414
8 ON_FOCUS_CHANGED_IT Instance method Private Event handling method Event Handler for "FOCUS_CHANGED" of Work Area Items 20020414
9 ON_FOCUS_LOST_IT Instance method Private Event handling method Event Handler for "FOCUS_LOST" of Items 20020605
10 ON_NOK_CHANGED_CD Instance method Private Event handling method Event Handler for "NOK_CHANGED" of Work Area Conditions 20020524
11 ON_NOK_CHANGED_HD Instance method Private Event handling method Event Handler for "NOK_CHANGED" of Work Area Header 20020524
12 ON_NOK_CHANGED_IT Instance method Private Event handling method Event Handler for "NOK_CHANGED" of Work Area Items 20020524
13 SET_EVENT_HANDLER Instance method Private Method Register the Event Handlers 20020524
Events
Class /DSD/SL_CL_TA_DELFUL has no event.
Types
Class /DSD/SL_CL_TA_DELFUL 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 20020521
2 Importing IT_LAYOUT Call by reference Type reference (TYPE) /DSD/SL_GUI_LAYOUT_S_TT Data layout 20020414
3 Importing I_DELIVERY Call by reference Type reference (TYPE) /DSD/HH_CHECKBOX Modus: Lieferung <-> Bestellung 20020514
4 Importing I_IGNORE_INVOICE Call by reference Type reference (TYPE) /DSD/HH_CHECKBOX X: Erlaube Pflege auch wenn bereits eine Rechnung existiert 20020725

Method CONSTRUCTOR on class /DSD/SL_CL_TA_DELFUL 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 20020531

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

Method ON_BE_RELATION_CHANGED Signature

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

Method ON_BE_RELATION_CHANGED on class /DSD/SL_CL_TA_DELFUL 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) 20020603

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

Method ON_DATA_DELETED_IT 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) 20020603

Method ON_DATA_DELETED_IT on class /DSD/SL_CL_TA_DELFUL has no exception.

Method ON_DELIVERY_CANCELED_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) 20070716
2 Importing E_REASON Call by reference Attribute reference (LIKE) 20070716

Method ON_DELIVERY_CANCELED_HD on class /DSD/SL_CL_TA_DELFUL 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) 20020722
2 Importing E_NO_MAINTAINING Call by reference Attribute reference (LIKE) 20020712

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

Method ON_FOCUS_CHANGED_IT 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) 20020414

Method ON_FOCUS_CHANGED_IT on class /DSD/SL_CL_TA_DELFUL has no exception.

Method ON_FOCUS_LOST_IT Signature

Method ON_FOCUS_LOST_IT on class /DSD/SL_CL_TA_DELFUL has no parameter.
Method ON_FOCUS_LOST_IT on class /DSD/SL_CL_TA_DELFUL 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) 20020525
2 Importing E_POK Call by reference Attribute reference (LIKE) 20020525

Method ON_NOK_CHANGED_CD on class /DSD/SL_CL_TA_DELFUL 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) 20020524
2 Importing E_POK Call by reference Attribute reference (LIKE) 20020525

Method ON_NOK_CHANGED_HD on class /DSD/SL_CL_TA_DELFUL 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) 20020524
2 Importing E_POK Call by reference Attribute reference (LIKE) 20020525

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

Method SET_EVENT_HANDLER Signature

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