RPFISA_CSFR 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 RPFISA_CSFR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FISA_CSFR - Cash Safe feeding Reimbursement
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: OUT_DEV = D .
Selection Text: P_BILAB = D .
Selection Text: P_BILAVM = D .
Selection Text: P_BUDCAT = D .
Selection Text: P_BUDTYP = D .
Selection Text: P_BUKRS = D .
Selection Text: P_CGJAHR = Comparison Year
Selection Text: P_FORMID = D .
Selection Text: P_FVERS = D .
Selection Text: P_GJAHR = Current Year
Selection Text: P_RACCT = D .
Selection Text: P_RVERS = D .
Title: Casf Safe Feeding Reimbursement (Saudi Arabia)
Text Symbol: 030 = General Selection
Text Symbol: 031 = Printing Parameters
INCLUDE RPFISA_CSFR_TOP . " GLOBAL DATA
INCLUDE RPFISA_CSFR_SEL_SCR.
INCLUDE RPFISA_CSFR_SUBS.
No SAP DATABASE tables are accessed within this REPORT code!
FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING * I_GLT0_RLDNR = '0' * I_RLDNR = * I_RRCTY = '0' * I_RVERS = '1' I_BUKRS = P_BUKRS * I_RYEAR = P_GJAHR * I_RACCT = * I_RBUSA = * I_RTCUR = LS_HEADER-WAERS * I_DRCRK = I_RPMAX = LV_ANZ * I_RANGE_RRCTY = * I_RANGE_RVERS = * I_RANGE_BUKRS = I_RANGE_RYEAR = LT_R_GJAHR * I_RANGE_RBUSA = I_RANGE_RACCT = LT_RACCT * I_RANGE_RTCUR = I_RANGE_DRCRK = LT_R_SHKZG * I_RANGE_RPMAX = LT_RPMAX * IT_WHERE_CLAUSE = * IT_FIELDLIST = * IT_GROUPLIST = * IT_ORDERLIST = * I_AUTHORITY_CHECK = * I_DBCON_NAME = IMPORTING ET_GLT0 = LT_CURR_GLT0 EXCEPTIONS INVALID_SELECTION = 1 OTHERS = 2.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = P_FORMID IMPORTING E_FUNCNAME = FM_NAME.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING IE_OUTPUTPARAMS = FP_OUTPUTPARAMS EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPFISA_CSFR - Casf Safe Feeding Reimbursement (Saudi Arabia) RPFISA_CSFR - Casf Safe Feeding Reimbursement (Saudi Arabia) RPFISA_CONSIGNMENT_TOP - Include RPFISA_CONSIGNMENT_TOP RPFISA_CONSIGNMENT_SEL_SCR - Include RPFISA_CONSIGNMENT_SEL_SCR RPFISA_CONSIGNMENT_FORMS - Include RPFISA_CONSIGNMENT_FORMS RPFISA_CONSIGNMENT - Employee Consignment – Form 12 (Saudi Arabia)