SAP ABAP Class CL_WTY_DATA (Logical Data Model for WTY Application)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-WTY (Application Component) Warranty Claim Processing
     ISAUTO_WTY (Package) Warranty Processing
Properties
Class CL_WTY_DATA  
Short Description Logical Data Model for WTY Application    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ISAUTO_WTY   Warranty Processing 
Created 20020314   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 PWTY Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSFS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SHLP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WTY_DATA has no interface implemented.
Friends
Class CL_WTY_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CT_HEADER_GUIDS Instance attribute Private Type reference (TYPE) WTY_PNGUID_TAB Warranty Header GUIDs 20021018
2 CT_PNWTYH_DIA Instance attribute Private Type reference (TYPE) WTY_PNWTYH_DIA_TAB Dialog Table Header 20030929
3 C_MODE_HEADER_GUIDS Constant Private Type reference (TYPE) INT1 2 MODUS: Header Data 20021018
4 C_MODE_PNWTYH Constant Private Type reference (TYPE) INT1 5 MODUS:PNWTYH 20030929
5 C_MODE_SHLP Constant Private Type reference (TYPE) INT1 1 MODUS: Search Help 20020319
6 C_SELECTION_DIALOG Constant Public Type reference (TYPE) INT1 1 Display Selection Dialog 20020314
7 LS_SHLP Instance attribute Private Type reference (TYPE) SHLP_DESCR_T Single (Current) Search Help 20020319
8 LS_WTY_PNWTYH_DIA Instance attribute Private Type reference (TYPE) WTY_PNWTYH_DIA Dialog Structure Warranty Claim Header 20020322
9 LT_CALLCONTROL Instance attribute Private Type reference (TYPE) DDSHF4CTRL Control Structure for F4 Process with Search Help Exit 20020319
10 LT_EXPRESSIONS Instance attribute Private Type reference (TYPE) RSDS_TEXPR Selection Criteria 20020314
11 LT_LD_STRUCTURE Static Attribute Private Type reference (TYPE) PWTY_LDB_STRUC_TAB Structure of Logical Database 20020314
12 LT_RECORD_TAB Instance attribute Private Type reference (TYPE) PWTY_RECORD_TAB Search help result structure 20020319
13 LT_SELECTION_FIELDS Instance attribute Private Type reference (TYPE) RSFS_FIELDS Selection Fields 20020314
14 LT_SELECTION_NODES Instance attribute Private Type reference (TYPE) PWTY_LD_SELECTION_NODES_TAB Nodes in Selection Criteria 20020322
15 LT_SHLP_TAB Instance attribute Private Type reference (TYPE) SHLP_DESCR_TAB_T Table of Elementary Search Helps 20020319
16 LV_LAST_CLAIM_GUID Instance attribute Private Type reference (TYPE) PNWTYH-PNGUID Internal Number of iPPE Node 20020322
17 LV_MODE Instance attribute Private Type reference (TYPE) INT1 Mode 20020319
18 LV_SELID Instance attribute Private Type reference (TYPE) DYNSELID Dynamic Selection ID 20020319
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_SELECTION_FIELD Instance method Private Method Add Field to Selection List 20020314
2 CHECK_FIELDS_AND_EXPRESSIONS Instance method Private Method Checks if Fields Saved in Cluster Still Exist in the Structs 20030122
3 CONSTRUCTOR Instance method Public Constructor Constructor 20020314
4 EXTRACT_DATA Instance method Private Method Extract Data from Logical Database 20020314
5 GET_DATA_INTO_STRING_TABLE Instance method Public Method Extract Data to Internal Table with STRINGs 20020314
6 GET_HEADER_GUIDS Instance method Public Method Extract Warranty Header GUIDs 20021018
7 GET_PNWTYH_DIA_TABLE Instance method Public Method Extract Header Data into Internal Table 20030929
8 SEND_DATA Instance method Public Method Internal Use - Called from Callback Form of LDB 20020315
9 SHOW_SELECTION_DIALOG Instance method Public Method Display Selection Dialog 20020314
Events
Class CL_WTY_DATA has no event.
Types
Class CL_WTY_DATA has no local type.
Method Signatures

Method APPEND_SELECTION_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Value transfer Type reference (TYPE) FIELDNAME Feldname 20020314
2 Importing IV_TABLENAME Value transfer Type reference (TYPE) TABNAME Tabellenname 20020314
# Exception Resumable Description Created on
1 WRONG_FIELD Feld nicht gefunden 20020314
2 WRONG_TABLE Tabelle oder Knoten ist nicht in der LD enthalten 20020314

Method CHECK_FIELDS_AND_EXPRESSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHT_EXPRESSIONS Call by reference Type reference (TYPE) RSDS_TEXPR 20030122
2 Changing CHT_FIELDS Call by reference Type reference (TYPE) T_FIELD_TAB 20030122

Method CHECK_FIELDS_AND_EXPRESSIONS on class CL_WTY_DATA has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WTY_DATA has no parameter.
# Exception Resumable Description Created on
1 INT_ERROR Interner Fehler 20020314

Method EXTRACT_DATA Signature

Method EXTRACT_DATA on class CL_WTY_DATA has no parameter.
# Exception Resumable Description Created on
1 INT_ERROR Datenbanklesen Fehler 20020402

Method GET_DATA_INTO_STRING_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CALLCONTROL Call by reference Type reference (TYPE) DDSHF4CTRL Steuerstruktur zum F4-Ablauf mit Suchhilfe-Exit 20020319
2 Importing II_SELECTION_DIALOG Call by reference Type reference (TYPE) INT1 0 Selektionsdialog anzeigen 20020314
3 Changing RECORD_TAB Call by reference Type reference (TYPE) PWTY_RECORD_TAB Suchhilfe Ergebnisstruktur 20020319
4 Changing SHLP Call by reference Type reference (TYPE) SHLP_DESCR_T Einzelne (aktuelle) Suchhilfe 20020319
# Exception Resumable Description Created on
1 INT_ERROR Interner Fehler 20020314
2 NO_FIELDS Keine Selektionsfelder angegeben 20020314
3 USER_CANCEL Selektion von Benutzer abgebrochen 20020314

Method GET_HEADER_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUIDS Call by reference Type reference (TYPE) WTY_PNGUID_TAB Result table 20021018
2 Importing IT_RANGES Call by reference Type reference (TYPE) RSDS_TRANGE Ranges 20021018

Method GET_HEADER_GUIDS on class CL_WTY_DATA has no exception.

Method GET_PNWTYH_DIA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PNWTYH_DIA Call by reference Type reference (TYPE) WTY_PNWTYH_DIA_TAB Dialog Tabelle Kopf 20030929
2 Importing IT_FIELDS Call by reference Type reference (TYPE) RSFSFIELDST log. DB Feldselektion: Feldname 20030929
3 Importing IT_RANGES Call by reference Type reference (TYPE) RSDS_TRANGE 20030929

Method GET_PNWTYH_DIA_TABLE on class CL_WTY_DATA has no exception.

Method SEND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LDBNAME Call by reference Type reference (TYPE) LDBNAM Name der LD 20020315
2 Importing MODE Call by reference Type reference (TYPE) LDBG_OR_L Get oder Get Late? 20020315
3 Importing NAME Call by reference Type reference (TYPE) LDBNODE Knotenname 20020315
4 Exporting SELECTED Call by reference Type reference (TYPE) FLAG Satz erwünscht? 20020315
5 Importing WORKAREA Call by reference Type reference (TYPE) ANY Inhalt 20020315

Method SEND_DATA on class CL_WTY_DATA has no exception.

Method SHOW_SELECTION_DIALOG Signature

Method SHOW_SELECTION_DIALOG on class CL_WTY_DATA has no parameter.
# Exception Resumable Description Created on
1 INT_ERROR Interner Fehler 20020314
2 USER_CANCEL Selektion von Benutzer abgebrochen 20020314
History
Last changed by/on SAP  20100310 
SAP Release Created in 470