SAP ABAP Class CL_PDWICMP_V_CNTL (Variant of Product Structure)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-PPM-PDN (Application Component) Product Designer
     PLM_PDN_WUI (Package) Web User Interface for the Product Designer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_PAGE Business Server Pages (BSP) Abstract Basis Class Page 20011001
Properties
Class CL_PDWICMP_V_CNTL  
Short Description Variant of Product Structure    
Super Class CL_BSP_PAGE Business Server Pages (BSP) Abstract Basis Class Page 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PLM_PDN_WUI   Web User Interface for the Product Designer 
Created 20011001   SAP 
Last change 20050109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 PDPPE Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PDWICMP_V_CNTL has no interface implemented.
Friends
Class CL_PDWICMP_V_CNTL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION Instance attribute Public Object reference (TYPE REF TO) CL_PDWI_APPL Application Class for Product Designer 20011001
2 HEADER_DATA Instance attribute Public Type reference (TYPE) PDPPE_HEADER_DATA 20011001
3 LONGTEXT Instance attribute Public Type reference (TYPE) PDPPE_TT_TEXTLINE 20011001
4 LONGTEXT_AREA Instance attribute Public Object reference (TYPE REF TO) CL_WUI_CNTL_TEXTAREA Long Text Area 20011001
5 MR_PLMMASTERDATA Instance attribute Public Object reference (TYPE REF TO) CL_PDWI_PLMOBJECT_INCL Master Data for PLM Object for iView 20011130
6 MR_STATUS Instance attribute Public Object reference (TYPE REF TO) CL_PDWISTATUS_INCL Status Information 20011002
7 MR_WORKFLOW Instance attribute Public Object reference (TYPE REF TO) CL_PDWIWORKFLOW_INCL Workflow Items for Object 20011026
8 MS_PCLASS Instance attribute Public Type reference (TYPE) PDPPE_CLASS Data for Product Class 20020117
9 MT_ALTERNATIVES Instance attribute Public Type reference (TYPE) PDPPE_TT_CMPN_ALTERNATIVE 20011001
10 MT_CONCEPTS Instance attribute Private Type reference (TYPE) PDPPE_CONV_TAB Concepts 20020225
11 MT_PCLASS_CHARS Instance attribute Public Type reference (TYPE) PDPPE_CHARS_TAB Product Class Chars 20020117
12 M_CUSTOMER_VIEW_URL Instance attribute Public Type reference (TYPE) STRING URL of Customer-Specific Controller (Page Fragment) 20020308
13 M_DATA Instance attribute Public Type reference (TYPE) PDPPE_CMP_V_DATA 20011001
14 M_PANEL Instance attribute Public Object reference (TYPE REF TO) CL_PDWIPANEL_INCL Control Panel in Product Designer 20011001
15 M_RELATIONS Instance attribute Public Type reference (TYPE) PDPPE_TT_RELTYPE Relationships 20011001
16 PR_ASSIGN_INCL Instance attribute Public Object reference (TYPE REF TO) CL_PDWIRELATION_INCL Relations for iPPE Object 20011113
17 PR_CHNR_INCL Instance attribute Public Object reference (TYPE REF TO) CL_PDWICHANGENR_INCL Data of Change Number 20011207
18 PR_CLS_INCL Instance attribute Public Object reference (TYPE REF TO) CL_PDWICLS_INCL Classification of an object 20011001
19 PR_DOC_INCL Instance attribute Public Object reference (TYPE REF TO) CL_PDWIDOC_INCL Documents Linked to an Object 20011001
20 PR_STRUC_INCL Instance attribute Public Object reference (TYPE REF TO) CL_PDWISTRUC_INCL Structure Display 20011001
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011001
2 CUSTOMER_VIEW_DEFINE Instance method Public Method -> Read Customer-Specific View from BAdI (Page Fragment) 20020308
3 GET_BOR_KEY Instance method Public Method -> Key for BOR 20020221
4 GET_CONCEPTS Instance method Public Method Get Concepts 20020225
5 GET_NR_OF_CONCEPTS Instance method Public Method Number of Concepts 20020225
6 LOAD_DATA Instance method Public Method Read Data for Variant from Database and Set in Attributes 20011001
7 REQUEST_DDIC_TEXTS Instance method Private Method Request Field Label from ABAP Dictionary for User Interface 20011001
Events
Class CL_PDWICMP_V_CNTL has no event.
Types
Class CL_PDWICMP_V_CNTL 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_APPLICATION Call by reference Object reference (TYPE REF TO) CL_PDWI_APPL Applikationsklasse für Product Designer 20011001
2 Importing IR_BSP_PAGE Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Seite 20011001
3 Importing IV_APPLOBJ_TYPE Call by reference Type reference (TYPE) PDPPE_APPLOBJ_TYPE 20011001
4 Importing IV_CATEGORY Value transfer Type reference (TYPE) PLM_PDN_CATEGORY Kategorie im Control Panel des Web UI 20011001
5 Importing IV_CHANGENR Call by reference Type reference (TYPE) PDPPE_CHANGENR 20011001
6 Importing IV_CSID Call by reference Type reference (TYPE) PDPPE_TY_STATUS_PRECOND-CSID Status 20011022
7 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU aktuelle Sprache 20011128
8 Importing IV_MATERIAL Call by reference Type reference (TYPE) PDPPE_CMP_V_DATA-MATERIAL_LONG Material 20011112
9 Importing IV_OBJGUID Call by reference Type reference (TYPE) PDPPE_OBJGUID 20011001
10 Importing IV_OTYPE Call by reference Type reference (TYPE) PDPPE_OTYPE 20011001
11 Importing IV_STATUSGUID Call by reference Type reference (TYPE) PDPPE_OBJGUID Statusnetz (GUID) 20011011
12 Importing IV_WI_ID Call by reference Type reference (TYPE) PDPPE_TY_WORKFLOW-WI_ID Workitem aus Inbox 20020108
13 Importing IV_WI_ID_SEL Call by reference Type reference (TYPE) SWW_TASK Aufgabenkennung 20020108

Method CONSTRUCTOR on class CL_PDWICMP_V_CNTL has no exception.

Method CUSTOMER_VIEW_DEFINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BSP_PAGE Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Seite 20020308
2 Importing IV_CATEGORY Call by reference Type reference (TYPE) PLM_PDN_CATEGORY Kategorie im Control Panel des Web UI 20020308

Method CUSTOMER_VIEW_DEFINE on class CL_PDWICMP_V_CNTL has no exception.

Method GET_BOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_KEY Value transfer Type reference (TYPE) SWOTOBJID-OBJKEY Objektschlüssel 20020221

Method GET_BOR_KEY on class CL_PDWICMP_V_CNTL has no exception.

Method GET_CONCEPTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONCEPTS Call by reference Type reference (TYPE) PDPPE_CONV_TAB 20020225

Method GET_CONCEPTS on class CL_PDWICMP_V_CNTL has no exception.

Method GET_NR_OF_CONCEPTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) I 20020225

Method GET_NR_OF_CONCEPTS on class CL_PDWICMP_V_CNTL has no exception.

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PAGE Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Seite 20020221
2 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020221
3 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU aktuelle Sprache 20020221

Method LOAD_DATA on class CL_PDWICMP_V_CNTL has no exception.

Method REQUEST_DDIC_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_DTEL_NAMES Value transfer Type reference (TYPE) PDPPE_TT_DTEL_NAME 20011001

Method REQUEST_DDIC_TEXTS on class CL_PDWICMP_V_CNTL has no exception.
History
Last changed by/on SAP  20050109 
SAP Release Created in 110