SAP ABAP Class CL_OIA_DUNNING_ENGINE (Retrieves necessary information for dunning run)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD-XBR (Application Component) HANA Reference Applications
     S_EPM_OIA_DUN (Package) EPM OIA Dunning Run
Properties
Class CL_OIA_DUNNING_ENGINE  
Short Description Retrieves necessary information for dunning run    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_OIA_DUN   EPM OIA Dunning Run 
Created 20121129   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OIA_DUNNING_ENGINE has no forward declaration.
Interfaces
Class CL_OIA_DUNNING_ENGINE has no interface implemented.
Friends
Class CL_OIA_DUNNING_ENGINE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LT_PAYTARG Instance attribute Private See coding 20121129
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20121129
2 EXECUTE_DUNNING Instance method Public Method 20121129
3 GET_DUNNING_LIST Instance method Public Method 20121129
4 RESET_DUNNING_LEVEL Instance method Public Method 20121129
Events
Class CL_OIA_DUNNING_ENGINE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DUNNING_INFO Public See coding 20121129 tt_dunning_info TYPE STANDARD TABLE OF ty_dunning_info WITH KEY primary_key COMPONENTS bp_id
2 TY_DUNNING_INFO Public See coding 20121129 BEGIN OF ty_dunning_info, "! Business Partner ID bp_id TYPE snwd_bpa-bp_id, "! Generic Node Key node_key TYPE snwd_so_inv_head-node_key, "! Sales Order creation time stamp created_at TYPE snwd_so_inv_head-created_at, "! An open item reaches a certain dunning level dunning_level TYPE sepm_oia_dunning_level, END OF ty_dunning_info
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_OIA_DUNNING_ENGINE has no parameter.
Method CONSTRUCTOR on class CL_OIA_DUNNING_ENGINE has no exception.

Method EXECUTE_DUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DUNNING_INFO Call by reference Type reference (TYPE) TT_DUNNING_INFO 20121129

Method EXECUTE_DUNNING on class CL_OIA_DUNNING_ENGINE has no exception.

Method GET_DUNNING_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFERENCE_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL 20121129
2 Returning RT_DUNNING_INFO Value transfer Type reference (TYPE) TT_DUNNING_INFO 20121129

Method GET_DUNNING_LIST on class CL_OIA_DUNNING_ENGINE has no exception.

Method RESET_DUNNING_LEVEL Signature

Method RESET_DUNNING_LEVEL on class CL_OIA_DUNNING_ENGINE has no parameter.
Method RESET_DUNNING_LEVEL on class CL_OIA_DUNNING_ENGINE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740