SAP ABAP Class CL_EPIC_A_RUN_PROPOSAL (Run Payment Proposal)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-FI-EPIC-GEN (Package) Globalization: E-Payment Integration Generic Topics
Properties
Class CL_EPIC_A_RUN_PROPOSAL  
Short Description Run Payment Proposal    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ID-FI-EPIC-GEN   Globalization: E-Payment Integration Generic Topics 
Created 20101014   SAP 
Last change 20131127   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_EPIC_A_RUN_PROPOSAL has no interface implemented.
Friends
Class CL_EPIC_A_RUN_PROPOSAL has no friend class.
Attributes
Class CL_EPIC_A_RUN_PROPOSAL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Static method Public Method Execute Online Payment Proposal Run 20101014
2 VALIDATE Static method Public Method Validate Paramaters for Payment Proposal Run 20101018
Events
Class CL_EPIC_A_RUN_PROPOSAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_RUN_PARAMETERS Public See coding 20101014 BEGIN OF ty_run_parameters, bukrs TYPE bukrs, "company code vendor TYPE RANGE OF lifnr, "vendor customer TYPE RANGE OF kunnr, "customer budat TYPE budat, "posting date grdat TYPE grdat, "Docs entered up to nedat TYPE nedat, "Next Post. Date laufd TYPE laufd, "run date laufi TYPE laufi, "Identification zwels TYPE f110_zwels, "payment method * belnr TYPE RANGE OF BELNR_D, "Documents selected bseg TYPE RANGE OF bseg_key-belnr, "Document segment bseg_key type RANGE OF bseg_key, show_sel_screen TYPE flag, END OF ty_run_parameters
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) EPIC_T_MESSAGES 20101015
2 Importing IS_RUN_PARAMETERS Call by reference Type reference (TYPE) TY_RUN_PARAMETERS 20101014
3 Importing IV_ONLINE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130708

Method EXECUTE on class CL_EPIC_A_RUN_PROPOSAL has no exception.

Method VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) EPIC_T_MESSAGES Messages Table Type 20101018
2 Importing IS_RUN_PARAMETERS Call by reference Type reference (TYPE) TY_RUN_PARAMETERS 20101018

Method VALIDATE on class CL_EPIC_A_RUN_PROPOSAL has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 606