CACS_FPP_STMT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CACS_FPP_STMT into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PA_OBJ = D .
Selection Text: NUMBER = D .
Selection Text: MANUAL = D .
Selection Text: AUTO = D .
Selection Text: SO_STMTY = Settlement Type
Selection Text: PA_THRSH = Settle Minimum Amounts
Selection Text: PA_TEST = Test Run
Selection Text: PA_SUP = Current Period Subperiodic
Selection Text: PA_PROV = Current Period Temporary
Selection Text: PA_NOCAL = Do Not Settle Current Period
Selection Text: PA_INST = Interval Distribution
Selection Text: PA_DESC = Object Description
Selection Text: PA_DATOT = Other Date
Selection Text: PA_DATET = Posting on Settlement Run Date
Selection Text: PA_DATES = Posting on Due Date
Selection Text: PA_DATEO = Other Date
Selection Text: PA_DATEC = Posting on Key Date
Selection Text: PA_DATE = Key Date
Selection Text: PA_CTRT = Contrcts with Settlement Items
Selection Text: PA_CLOSE = Closing Settlement
Selection Text: PA_APPL = Application
Text Symbol: 207 = Time
Text Symbol: 206 = Date
Text Symbol: 205 = At
Text Symbol: 203 = Time Selection
Text Symbol: 202 = Load Distribution
Text Symbol: 201 = Parallel Processing Obj
Text Symbol: 102 = Technical Settings
Text Symbol: 101 = General Settings
Text Symbol: 013 = Ctrl Data
Text Symbol: 012 = Threshold Vals
Text Symbol: 010 = Current Period
Text Symbol: 009 = Periods Before Currnt Per.
Text Symbol: 008 = Posting Date
Text Symbol: 007 = Mode
Text Symbol: 006 = Selection
Text Symbol: 005 = Commission Applic.
Text Symbol: 001 = Choice of Application
INCLUDE CACS_FPP_STMT_PBO_1200O01.
INCLUDE CACS_FPP_STMT_PBO_1200F01.
INCLUDE CACS_FPP_STMT_PAI_200I01.
INCLUDE CACS_FPP_STMT_PAI_200F01.
INCLUDE CACS_FPP_STMT_CREATEF01.
INCLUDE CACS_FPP_STMT_PAI_100F01.
INCLUDE CACS_FPP_STMT_CHOOSE_APPLICF01.
INCLUDE CACS_FPP_STMT_GET_OBJECT_DEF01.
No SAP DATABASE tables are accessed within this REPORT code!
FPP_UI_GET_RUN CALL FUNCTION 'FPP_UI_GET_RUN' IMPORTING e_run = lcl_run e_activity = gv_activity.
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_application = gv_appl i_object = 'E_CACS_MAS' * I_ACTVT = '*' EXCEPTIONS no_authority = 1 OTHERS = 2.
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_application = gv_appl i_object = 'E_CACS_ACC' i_actvt = '84' EXCEPTIONS no_authority = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.