SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RPFISA_CSFR SAP ABAP Report - Casf Safe Feeding Reimbursement (Saudi Arabia)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FISA_CSFR - Cash Safe feeding Reimbursement


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPFISA_CSFR. "Basic submit
SUBMIT RPFISA_CSFR AND RETURN. "Return to original report after report execution complete
SUBMIT RPFISA_CSFR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPFISA_CSFR

INCLUDE RPFISA_CSFR_TOP . " GLOBAL DATA
INCLUDE RPFISA_CSFR_SEL_SCR.
INCLUDE RPFISA_CSFR_SUBS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPFISA_CSFR or its description.