SAP ABAP Class CL_MMSRV_UI_FD_CONTRACT_LIMITS (Feeder class for PRContract limit)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-SRV (Application Component) External Services
     MMSRV_UI_VIEW (Package) View for Web Dynpro, External Service Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_G_FEEDER_LIST List Feeder 20090915
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_ACTIONS Feeder Callback - Define and Process Actions 20090924
3 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_AFTER_GET_DATA Feeder Callback - After GET_DATA 20091030
4 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_BEFORE_FLUSH Feeder Callback - Before FLUSH 20090924
5 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_BEFORE_GET_DATA Feeder Callback - Before GET_DATA 20091016
6 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_CONFIG_PARAM Feeder Callback - Set and Get Configuration Parameter 20091013
7 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_DEFAULT_ROW Feeder Callback - Definition of Default Rows (List) 20090915
8 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_FIELD_DEF Feeder Callback - Field Definition (Form/List/Tree) 20091012
9 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_GLOBAL_EVENTS Feeder Callback - Global Event Processing 20090915
10 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_OVS Feeder Callback - OVS Handler 20091012
Properties
Class CL_MMSRV_UI_FD_CONTRACT_LIMITS  
Short Description Feeder class for PRContract limit    
Super Class /PLMU/CL_FRW_G_FEEDER_LIST List Feeder 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MMSRV_UI_VIEW   View for Web Dynpro, External Service Management 
Created 20090903   SAP 
Last change 20130531   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
# Interface Abstract Final Description Created on
1 /PLMU/IF_FRW_G_ACTIONS Feeder Callback - Define and Process Actions 20090924
2 /PLMU/IF_FRW_G_AFTER_GET_DATA Feeder Callback - After GET_DATA 20091030
3 /PLMU/IF_FRW_G_BEFORE_FLUSH Feeder Callback - Before FLUSH 20090924
4 /PLMU/IF_FRW_G_BEFORE_GET_DATA Feeder Callback - Before GET_DATA 20091016
5 /PLMU/IF_FRW_G_CONFIG_PARAM Feeder Callback - Set and Get Configuration Parameter 20091013
6 /PLMU/IF_FRW_G_DEFAULT_ROW Feeder Callback - Definition of Default Rows (List) 20090915
7 /PLMU/IF_FRW_G_FIELD_DEF Feeder Callback - Field Definition (Form/List/Tree) 20091012
8 /PLMU/IF_FRW_G_GLOBAL_EVENTS Feeder Callback - Global Event Processing 20090915
9 /PLMU/IF_FRW_G_OVS Feeder Callback - OVS Handler 20091012
Friends
Class CL_MMSRV_UI_FD_CONTRACT_LIMITS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_DEFAULT Static Attribute Private Type reference (TYPE) INT4 Natural Number 20090930
2 GV_MAX_INTROW Static Attribute Private Type reference (TYPE) INTROW 0 Internal line number for limits 20090925
3 MO_FPM Static Attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20101215
4 MO_WIRE_MODEL Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_W_MODEL_BASIC Basic Wire Feeder Model 20101230
5 MS_MODE Instance attribute Private Type reference (TYPE) /PLMB/SPI_MODE Mode 20090903
6 MT_PARAMETER_VALUE Instance attribute Private Type reference (TYPE) FPMGB_T_PARAM_VALUE Parameter Value 20101230
7 MV_CALL_APP Static Attribute Private Type reference (TYPE) CHAR2 Calling Application 20101215
8 MV_DEFAULT_ROWS_SET Instance attribute Private Type reference (TYPE) BOOL ' ' Link field for view query 20091006
9 MV_DOC_ITEM Instance attribute Private Type reference (TYPE) NUMC5 5 Character Numeric NUMC 20090930
10 MV_DOC_NO Instance attribute Private Type reference (TYPE) CHAR10 Character Field Length = 10 20090930
11 MV_FLAG Instance attribute Private Type reference (TYPE) BOOL ABAP_FALSE Link field for view query 20091026
12 MV_PACKNO Instance attribute Private Type reference (TYPE) PACKNO Package number 20090930
Methods
# Method Level Visibility Method type Description Created on
1 GET_CALL_APPL Instance method Private Method Get calling application 20101215
2 PREPARE_SELECTION_FIELDS Instance method Private Method 20091117
3 SET_LAYOUT Instance method Private Method Setting layout for EAM 20101230
Events
Class CL_MMSRV_UI_FD_CONTRACT_LIMITS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LINETYPE Private See coding 20091120 BEGIN OF linetype, ebeln TYPE srm_contract_id, ebelp TYPE srm_contract_item, werks type WERKS_D, vendor type lifnr, END OF linetype
2 LINE_EBELP Private See coding 20091120 BEGIN OF line_ebelp , ebelp TYPE ebelp, txz01 TYPE txz01 , END OF line_ebelp
3 TT_CC Private See coding 20091116 BEGIN OF tt_cc , lifnr type lifnr, ekorg TYPE ekorg, werks TYPE ewerk, bukrs TYPE bukrs, kdatb TYPE kdatb, kdate TYPE kdate , zterm TYPE dzterm, END OF tt_cc
Method Signatures

Method GET_CALL_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CALL_APPL Value transfer Type reference (TYPE) CHAR2 Calling Application 20101215

Method GET_CALL_APPL on class CL_MMSRV_UI_FD_CONTRACT_LIMITS has no exception.

Method PREPARE_SELECTION_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_QUERY Call by reference Type reference (TYPE) STRING 20091117
2 Importing IM_SEL_CRIT Call by reference Type reference (TYPE) TT_CC 20091117

Method PREPARE_SELECTION_FIELDS on class CL_MMSRV_UI_FD_CONTRACT_LIMITS has no exception.

Method SET_LAYOUT Signature

Method SET_LAYOUT on class CL_MMSRV_UI_FD_CONTRACT_LIMITS has no parameter.
Method SET_LAYOUT on class CL_MMSRV_UI_FD_CONTRACT_LIMITS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605