SAP ABAP Class CL_FMEUF_WD_CERTIFY (Model Class for Certification Run including Certif. List)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-EC (Application Component) Expenditure Certification
     FMEUF_E (Package) Expenditure Certification
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FMEUF_WD_CERTIFY_0 Model Class for maintenance of certification run parameters 20050926
Properties
Class CL_FMEUF_WD_CERTIFY  
Short Description Model Class for Certification Run including Certif. List    
Super Class CL_FMEUF_WD_CERTIFY_0 Model Class for maintenance of certification run parameters 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FMEUF_E   Expenditure Certification 
Created 20050214   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FMEUF_WD_CERTIFY has no forward declaration.
Interfaces
Class CL_FMEUF_WD_CERTIFY has no interface implemented.
Friends
Class CL_FMEUF_WD_CERTIFY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHAR_X Constant Private Type reference (TYPE) XFELD 'X' Flag 'Yes' 20060322
2 C_DISPLAY_OUTPUT Constant Private Type reference (TYPE) ACTIV_AUTH '28' Activity 20050426
3 C_EXECUTE Constant Private Type reference (TYPE) ACTIV_AUTH '16' Activity 20050425
4 C_EXECUTE_CORRECTION Constant Private Type reference (TYPE) ACTIV_AUTH '85' Activity 20060424
5 C_SAVE_OUTPUT Constant Private Type reference (TYPE) ACTIV_AUTH '32' Preliminary save 20050426
6 C_UTILZ_INDEPENDENT Constant Private Type reference (TYPE) FMEUF_UTILZ 'I' Utilization 20060322
7 C_UTILZ_OPENEXP Constant Private Type reference (TYPE) FMEUF_UTILZ 'O' Utilization 20060322
8 C_UTILZ_RESIDUAL Constant Private Type reference (TYPE) FMEUF_UTILZ 'R' Utilization 20060322
9 MT_CERT_LIST Instance attribute Protected Type reference (TYPE) FMEUF_T_FMEUF_EXP Certification Item List 20051103
10 MT_MSG_LIST Instance attribute Protected Type reference (TYPE) FMEUF_T_MSG_TXT Messages in text version (in system's logon language) 20060529
11 M_MSG_COUNT Instance attribute Protected Type reference (TYPE) FMEUF_MSG_COUNT Message counter 20060530
12 M_SET_APPROVE Instance attribute Private Type reference (TYPE) XFLAG Next Save -> Save For Approval 20060613
13 M_SET_FINAL Instance attribute Protected Type reference (TYPE) XFLAG SPACE Next Save -> Save as Final 20060224
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CERT_LIST Instance method Public Method Check the Certification List 20051117
2 CHECK_CERT_LIST_PRIV Instance method Private Method Private Method for CHECK_CERT_LIST and UNIT Test 20060125
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060425
4 GET_CERT_LIST Instance method Public Method Get the Full or a Partial Certification List 20051103
5 GET_MSG_LIST Instance method Public Method 20060530
6 GET_MSG_NO Instance method Public Method 20060608
7 GET_OP_INFO Instance method Public Method 20060315
8 LOAD_CERT_LIST Instance method Public Method Load the output list 20051117
9 LOAD_MSG_LIST Instance method Public Method Load the messages in the application log 20060529
10 RESET_RUN Instance method Public Method Delete output list 20051201
11 SET_APPROVAL Instance method Public Method 20060613
12 SET_CERT_LIST Instance method Public Method 20051103
13 SET_FINAL Instance method Public Method Set the status of the run to final (for later save) 20051201
14 SET_PRELIMINARY Instance method Public Method 20060613
15 START_RUN Instance method Public Method Start the certification run 20050315
Events
Class CL_FMEUF_WD_CERTIFY has no event.
Types
Class CL_FMEUF_WD_CERTIFY has no local type.
Method Signatures

Method CHECK_CERT_LIST Signature

Method CHECK_CERT_LIST on class CL_FMEUF_WD_CERTIFY has no parameter.
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20051117

Method CHECK_CERT_LIST_PRIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CERT_LIST Call by reference Attribute reference (LIKE) MT_CERT_LIST Certification Item List 20060125
2 Importing IT_FINSRC_INFO Call by reference Type reference (TYPE) FMEUF_T_CERT_FINSRC Financing source information required in the cert. run 20060125
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20060125

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) KEY_TYPE Key of Certification Run 20060425
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20060425

Method GET_CERT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BELNR Call by reference Type reference (TYPE) FMEUF_EXN Expenditure document number 20060425
2 Importing IM_FINSRC Call by reference Type reference (TYPE) FMEUF_FNS Financing Source 20060118
3 Importing IM_OPERA Call by reference Type reference (TYPE) FMEUF_OPERA Operation Identification 20060118
4 Returning RE_CERT_LIST Value transfer Type reference (TYPE) FMEUF_T_FMEUF_EXP Table Type for document processing 20051103
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20060208

Method GET_MSG_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MSG_LIST Value transfer Type reference (TYPE) FMEUF_T_MSG_TXT Structure for the ALV of the messages in the application log 20060530

Method GET_MSG_LIST on class CL_FMEUF_WD_CERTIFY has no exception.

Method GET_MSG_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MSG_COUNT Value transfer Type reference (TYPE) FMEUF_MSG_COUNT Message counter 20060608

Method GET_MSG_NO on class CL_FMEUF_WD_CERTIFY has no exception.

Method GET_OP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FINSRC Call by reference Type reference (TYPE) FMEUF_FNS Financing Source 20060315
2 Returning RE_OP_INFO Value transfer Type reference (TYPE) FMEUF_T_CERT_OPERA Operation amounts in a certification run 20060315

Method GET_OP_INFO on class CL_FMEUF_WD_CERTIFY has no exception.

Method LOAD_CERT_LIST Signature

Method LOAD_CERT_LIST on class CL_FMEUF_WD_CERTIFY has no parameter.
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20051117

Method LOAD_MSG_LIST Signature

Method LOAD_MSG_LIST on class CL_FMEUF_WD_CERTIFY has no parameter.
Method LOAD_MSG_LIST on class CL_FMEUF_WD_CERTIFY has no exception.

Method RESET_RUN Signature

Method RESET_RUN on class CL_FMEUF_WD_CERTIFY has no parameter.
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20060208

Method SET_APPROVAL Signature

Method SET_APPROVAL on class CL_FMEUF_WD_CERTIFY has no parameter.
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20060614

Method SET_CERT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CERT_LIST Call by reference Type reference (TYPE) FMEUF_T_FMEUF_EXP Table Type for Document Processing 20051103

Method SET_CERT_LIST on class CL_FMEUF_WD_CERTIFY has no exception.

Method SET_FINAL Signature

Method SET_FINAL on class CL_FMEUF_WD_CERTIFY has no parameter.
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20051201

Method SET_PRELIMINARY Signature

Method SET_PRELIMINARY on class CL_FMEUF_WD_CERTIFY has no parameter.
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20060614

Method START_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RETURN Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20050401
# Exception Resumable Description Created on
1 CX_FMEUF_MSG Message Exception Class for Expenditure Certification 20051108
History
Last changed by/on SAP  20070913 
SAP Release Created in 600