SAP ABAP Class CL_DET_CONDITION_ITEM2_PPF (PPF: Output Display)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-GBT-PPF (Application Component) Post Processing Framework
     SPPF_VIEW (Package) PPF: Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_ITEM Abstract Single Object of an Application 20000503
Properties
Class CL_DET_CONDITION_ITEM2_PPF  
Short Description PPF: Output Display    
Super Class CL_FWWP_ITEM Abstract Single Object of an Application 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPPF_VIEW   PPF: Interface 
Created 20000503   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CA_TRIGGER_PPF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_FWWP_PPF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 SPPF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SWWW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DET_CONDITION_ITEM2_PPF has no interface implemented.
Friends
Class CL_DET_CONDITION_ITEM2_PPF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COND Instance attribute Protected Object reference (TYPE REF TO) CL_CONDITION_TRANSP_PPF PPF: Transp. Condition 20000503
2 CONDITION Instance attribute Protected Type reference (TYPE) PPFSDETCO3 PPF: Condition Display in the User Interface 20000503
3 DEFAULT_DISP_COMMAND Instance attribute Private Object reference (TYPE REF TO) CL_FWWP_COMMAND Abstract Command 20010607
4 DEFAULT_EDIT_COMMAND Instance attribute Private Object reference (TYPE REF TO) CL_FWWP_COMMAND Abstract Command 20010607
5 DISP_TECH_NAMES Instance attribute Protected Type reference (TYPE) CHAR1 SPACE Technical Names 20001208
6 ICON_ERROR Static Attribute Private Type reference (TYPE) PPFDLOKFLAG PPF: Symbol for the status of the condition (with text) 20070227
7 ICON_OK Static Attribute Private Type reference (TYPE) PPFDLOKFLAG PPF: Symbol for the status of the condition (with text) 20070227
8 ICON_STOP Static Attribute Private Type reference (TYPE) PPFDLSTOPFL PPF: Symbol for the stop flag (with text) 20070227
9 ICON_WARNING Static Attribute Private Type reference (TYPE) PPFDLOKFLAG PPF: Symbol for the status of the condition (with text) 20070227
10 ITEMS Static Attribute Private See coding Table with Items 20000503
11 LOCKED_BY Instance attribute Public Type reference (TYPE) SY-UNAME ABAP System, User Logon Name 20000808
12 LOCKING_FAILED Instance attribute Public Type reference (TYPE) CHAR1 Locking Failure 20000714
13 LWA_DDIC Static Attribute Protected Type reference (TYPE) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20000503
14 MODE Instance attribute Public Type reference (TYPE) CHAR1 Mode: D Display M Change 20000711
15 PROTOCOL Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20000503
16 STATIC_MERGE_TABLE Static Attribute Protected Type reference (TYPE) SWWW_T_MERGE_TABLE Merge Table 20000503
17 TTYPET Instance attribute Protected Type reference (TYPE) PPFDTTT PPF: Description of Action Definition 20001115
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_COMMANDS Instance method Protected Method Activates all Commands 20000821
2 ADD_COMMANDS Instance method Protected Method Generates Command Objects for the Item 20000503
3 COPY_CONDITION Instance method Public Method Copies a Condition 20000503
4 DELETE_CONDITION Instance method Public Method Deletes a Condition 20000503
5 DISPLAY_CONDITION Instance method Public Method Displays a Condition 20000503
6 DISPLAY_TECH_NAME Instance method Public Method Displays Technical Descriptions 20001208
7 FREE Static method Public Method Releases Resources 20000714
8 GET_COND Instance method Public Method Delivers Reference to Condition Object 20000503
9 GET_INSTANCE Static method Public Method Deletes an Item Instance 20000503
10 GET_ITEM_FOR_COND Static method Public Method Deletes an Item Instance 20010606
11 MODIFY_CONDITION Instance method Public Method Changes a Condition 20000503
12 MOVEDOWN_CONDITION Instance method Public Method Moves a Condition Down 20000503
13 MOVEUP_CONDITION Instance method Public Method Moves a Condition Up 20000503
14 RAISE_CHANGED Instance method Private Method Fires Changed Event 20010404
15 REFRESH_CONDITION Instance method Public Method Updates a Condition 20000503
16 SETSTOP_CONDITION Instance method Public Method Sets Stop Flag for Condition 20000503
17 SET_COLOR Instance method Public Method Sets Color of Line 20001009
18 SET_MODE Instance method Public Method Sets the Mode 20010403
19 SHOWPROTOCOL_CONDITION Instance method Public Method Displays Error Log for a Condition 20000503
20 TRANSPORT_CONDITION Instance method Public Method Transports a Condition 20000525
Events
# Event Type Visibility Description Created on
1 COPIED Instance Event
(0)
Public
(2)
Copied 20000503
2 DELETED Instance Event
(0)
Public
(2)
Deleted 20000503
3 MODIFIED Instance Event
(0)
Public
(2)
Modified 20000503
4 MOVED_DOWN Instance Event
(0)
Public
(2)
Moved Down in ALV 20000503
5 MOVED_UP Instance Event
(0)
Public
(2)
Moved Up in ALV 20000503
6 REFRESH Instance Event
(0)
Public
(2)
Refresh 20000503
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ITEM Private See coding 20000503 BEGIN OF item, ppf_cond type ref to cl_condition_transp_ppf, cond_item type ref to cl_det_condition_item2_ppf, mode type char1, END OF item
Method Signatures

Method ACTIVATE_COMMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTIVATE Call by reference Type reference (TYPE) CHAR1 SPACE aktivieren 20010403

Method ACTIVATE_COMMANDS on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method ADD_COMMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_MODE Call by reference Type reference (TYPE) CHAR1 'D' Modus: D anzeigen M ändern 20000529

Method ADD_COMMANDS on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method COPY_CONDITION Signature

Method COPY_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method COPY_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method DELETE_CONDITION Signature

Method DELETE_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method DELETE_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method DISPLAY_CONDITION Signature

Method DISPLAY_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method DISPLAY_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method DISPLAY_TECH_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BOOLEAN Call by reference Type reference (TYPE) CHAR1 X = true, space = false 20010822

Method DISPLAY_TECH_NAME on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method FREE Signature

Method FREE on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method FREE on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method GET_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_COND Value transfer Object reference (TYPE REF TO) CL_CONDITION_TRANSP_PPF PPF: Bedingung und Template 20000503

Method GET_COND on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ITEM Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503
2 Exporting EP_NEW Call by reference Type reference (TYPE) CHAR1 neu erzeugt 20000503
3 Importing IO_COND Call by reference Object reference (TYPE REF TO) CL_CONDITION_TRANSP_PPF PPF: Bedingung und Template 20000503
4 Importing IP_LOCKED Call by reference Type reference (TYPE) CHAR1 ist gesperrt 20000821
5 Importing IP_LOCKED_BY Call by reference Type reference (TYPE) SYUNAME sperrender Benutzer 20000821
6 Importing IP_MODE Call by reference Type reference (TYPE) CHAR1 PPF: M modify D display 20000503

Method GET_INSTANCE on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method GET_ITEM_FOR_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COND Call by reference Object reference (TYPE REF TO) CL_CONDITION_TRANSP_PPF PPF: Bedingung und Template 20010606
2 Returning RO_ITEM Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20010606

Method GET_ITEM_FOR_COND on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method MODIFY_CONDITION Signature

Method MODIFY_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method MODIFY_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method MOVEDOWN_CONDITION Signature

Method MOVEDOWN_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method MOVEDOWN_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method MOVEUP_CONDITION Signature

Method MOVEUP_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method MOVEUP_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method RAISE_CHANGED Signature

Method RAISE_CHANGED on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method RAISE_CHANGED on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method REFRESH_CONDITION Signature

Method REFRESH_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method REFRESH_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method SETSTOP_CONDITION Signature

Method SETSTOP_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method SETSTOP_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method SET_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COLOR Call by reference Type reference (TYPE) LVC_S_COLO ALV-Control: Farbcodierung 20001009

Method SET_COLOR on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_MODE Call by reference Type reference (TYPE) PPFDMODE PPF: Modus 20010403

Method SET_MODE on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method SHOWPROTOCOL_CONDITION Signature

Method SHOWPROTOCOL_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no parameter.
Method SHOWPROTOCOL_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.

Method TRANSPORT_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CP_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20000529

Method TRANSPORT_CONDITION on class CL_DET_CONDITION_ITEM2_PPF has no exception.
Event Signatures

Event COPIED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_ITEM Exporting Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503

Event DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_ITEM Exporting Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503

Event MODIFIED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_ITEM Exporting Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503

Event MOVED_DOWN Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_ITEM Exporting Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503

Event MOVED_UP Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_ITEM Exporting Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503

Event REFRESH Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_ITEM Exporting Value transfer Object reference (TYPE REF TO) CL_DET_CONDITION_ITEM2_PPF PPF: Ausgabeanzeige 20000503
History
Last changed by/on SAP  20130531 
SAP Release Created in 46D