SAP ABAP Class CL_PPE_UI (Pricing and Payment Events UI)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB-TC (Application Component) Trading Contract
     PPE_UI (Package) Pricing and Payment Events: UI
Properties
Class CL_PPE_UI  
Short Description Pricing and Payment Events UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PPE_UI   Pricing and Payment Events: UI 
Created 20101122   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PPE_UI has no interface implemented.
Friends
Class CL_PPE_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONTAINER_NAME Constant Protected Type reference (TYPE) SCRFNAME 'PPE' Container Name 20101122
2 GC_PPE_FIELD Constant Protected Type reference (TYPE) STRING 'PPE_S_SIDE-SIDE' 20101122
3 GC_PROGRAM Constant Protected Type reference (TYPE) SYREPID 'SAPLPPE_START_UI' ABAP Program: Current Main Program 20101122
4 GC_SCREEN Constant Protected Type reference (TYPE) SYDYNNR '0100' Current Screen Number 20101122
5 GC_SCREEN_INITIAL Constant Protected Type reference (TYPE) SYDYNNR '0110' Initial Screen Number 20101122
6 GC_SCREEN_WITHOUT_SIDE Constant Protected Type reference (TYPE) SYDYNNR '0105' Current Screen Number 20110228
7 MO_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20101122
8 MO_PPE_LIST_PURCHASE Instance attribute Protected Object reference (TYPE REF TO) IF_PPE_ITEM_LIST List of PPE items 20101122
9 MO_PPE_LIST_SALES Instance attribute Protected Object reference (TYPE REF TO) IF_PPE_ITEM_LIST List of PPE items 20101122
10 MS_LIST_KEY_PURCHASE Instance attribute Protected Type reference (TYPE) PPE_S_LIST_KEY access key by item 20101122
11 MS_LIST_KEY_SALES Instance attribute Protected Type reference (TYPE) PPE_S_LIST_KEY access key by item 20101122
12 MTS_VIEW Instance attribute Protected Type reference (TYPE) MTY_TS_ALV ALVs 20101122
13 MV_DISPLAY_HEADER_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL display PPEs on header level 20101124
14 MV_SIDE Instance attribute Protected Type reference (TYPE) PPE_SIDE Logistical side of a document 20101122
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_FIELDS_IN_PBO Instance method Public Method adjust fields in pbo 20101122
2 GET_PROGRAM Instance method Public Method ABAP Program: Current Main Program 20101122
3 GET_SCREEN Instance method Public Method return subscreen number 20101122
4 GET_SIDE Instance method Public Method get side 20101122
5 HANDLE_FCODE Instance method Public Method Process Function Code 20101122
6 INIT_CONTROLS Instance method Public Method init controls 20101122
7 IS_ONE_SIDED Instance method Public Method only one side is possible 20110228
8 PAI_START Instance method Public Method PAI start 20101122
9 PBO_START Instance method Public Method PBO start 20101122
10 REFRESH Instance method Public Method destroy controls 20110304
11 RESET_FROM_HEADER_MODE Instance method Public Method reset from header mode 20101124
12 SET_FOCUS_TO_ALV Instance method Public Method set focus to ALV 20110228
13 SET_INTO_HEADER_MODE Instance method Public Method set into header mode 20101124
14 SET_NEW_DATA Instance method Public Method set new data 20101122
15 SET_SIDE Instance method Public Method set side 20101122
16 SET_STATUS Instance method Public Method set screen status 20101122
17 SET_TITLE Instance method Public Method set screen title 20101122
Events
Class CL_PPE_UI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_ALV Protected See coding 20101122 BEGIN OF mty_alv, side TYPE ppe_side, o_view TYPE REF TO cl_ppe_alv, END OF mty_alv
2 MTY_TS_ALV Protected See coding 20101122 mty_ts_alv TYPE SORTED TABLE OF mty_alv WITH UNIQUE KEY side
Method Signatures

Method ADJUST_FIELDS_IN_PBO Signature

Method ADJUST_FIELDS_IN_PBO on class CL_PPE_UI has no parameter.
Method ADJUST_FIELDS_IN_PBO on class CL_PPE_UI has no exception.

Method GET_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROGRAM Value transfer Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20101122

Method GET_PROGRAM on class CL_PPE_UI has no exception.

Method GET_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SCREEN Value transfer Type reference (TYPE) SYDYNNR Current Screen Number 20101122

Method GET_SCREEN on class CL_PPE_UI has no exception.

Method GET_SIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SIDE Value transfer Type reference (TYPE) PPE_SIDE Logistical side of a document 20101122

Method GET_SIDE on class CL_PPE_UI has no exception.

Method HANDLE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FCODE Call by reference Type reference (TYPE) FCODE Function Code 20101122

Method HANDLE_FCODE on class CL_PPE_UI has no exception.

Method INIT_CONTROLS Signature

Method INIT_CONTROLS on class CL_PPE_UI has no parameter.
Method INIT_CONTROLS on class CL_PPE_UI has no exception.

Method IS_ONE_SIDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ONE_SIDED Value transfer Type reference (TYPE) ABAP_BOOL 20110228

Method IS_ONE_SIDED on class CL_PPE_UI has no exception.

Method PAI_START Signature

Method PAI_START on class CL_PPE_UI has no parameter.
Method PAI_START on class CL_PPE_UI has no exception.

Method PBO_START Signature

Method PBO_START on class CL_PPE_UI has no parameter.
Method PBO_START on class CL_PPE_UI has no exception.

Method REFRESH Signature

Method REFRESH on class CL_PPE_UI has no parameter.
Method REFRESH on class CL_PPE_UI has no exception.

Method RESET_FROM_HEADER_MODE Signature

Method RESET_FROM_HEADER_MODE on class CL_PPE_UI has no parameter.
Method RESET_FROM_HEADER_MODE on class CL_PPE_UI has no exception.

Method SET_FOCUS_TO_ALV Signature

Method SET_FOCUS_TO_ALV on class CL_PPE_UI has no parameter.
Method SET_FOCUS_TO_ALV on class CL_PPE_UI has no exception.

Method SET_INTO_HEADER_MODE Signature

Method SET_INTO_HEADER_MODE on class CL_PPE_UI has no parameter.
Method SET_INTO_HEADER_MODE on class CL_PPE_UI has no exception.

Method SET_NEW_DATA Signature

Method SET_NEW_DATA on class CL_PPE_UI has no parameter.
Method SET_NEW_DATA on class CL_PPE_UI has no exception.

Method SET_SIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SIDE Call by reference Type reference (TYPE) PPE_SIDE Logistical side of a document 20101122

Method SET_SIDE on class CL_PPE_UI has no exception.

Method SET_STATUS Signature

Method SET_STATUS on class CL_PPE_UI has no parameter.
Method SET_STATUS on class CL_PPE_UI has no exception.

Method SET_TITLE Signature

Method SET_TITLE on class CL_PPE_UI has no parameter.
Method SET_TITLE on class CL_PPE_UI has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606