SAP Reports / Programs

RPFISA_ADJRF13 SAP ABAP Report - Adjustment Report - Form 13 (Saudi Arabia)







RPFISA_ADJRF13 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_ADJRF13 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_ADJRF13 - Adjustment Report - Form 13


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_ADJRF13. "Basic submit
SUBMIT RPFISA_ADJRF13 AND RETURN. "Return to original report after report execution complete
SUBMIT RPFISA_ADJRF13 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: PBUKRS = D .
Selection Text: P_BILAB = D .
Selection Text: P_BILAVM = D .
Selection Text: P_CGJAHR = Comparison Year
Selection Text: P_FORMID = Form Name
Selection Text: P_FVERS = D .
Selection Text: P_GJAHR = Current Year
Selection Text: P_RACCT = D .
Title: Adjustment Report - Form 13 (Saudi Arabia)
Text Symbol: 030 = General Selection
Text Symbol: 031 = Printing Parameters
Text Symbol: H01 = Account Name
Text Symbol: H02 = Previous period balance
Text Symbol: H03 = Current period balance
Text Symbol: H04 = Total
Text Symbol: H05 = Closing balance
Text Symbol: H06 = Debit
Text Symbol: H07 = Credit
Text Symbol: NDR = No description


INCLUDES used within this REPORT RPFISA_ADJRF13

INCLUDE RPFISA_ADJRF13_TOP . " GLOBAL DATA


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 = '00' * I_RLDNR = * I_RRCTY = * I_RVERS = I_BUKRS = PBUKRS * I_RYEAR = P_GJAHR * I_RACCT = * I_RBUSA = * I_RTCUR = * I_DRCRK = I_RPMAX = LV_PERIODS * I_RANGE_RRCTY = * I_RANGE_RVERS = * I_RANGE_BUKRS = I_RANGE_RYEAR = LT_RYEAR * I_RANGE_RBUSA = I_RANGE_RACCT = LT_RACCT * I_RANGE_RTCUR = * I_RANGE_DRCRK = * I_RANGE_RPMAX = LT_RPMAX * IT_WHERE_CLAUSE = * IT_FIELDLIST = * IT_GROUPLIST = * IT_ORDERLIST = * I_AUTHORITY_CHECK = * I_DBCON_NAME = importing ET_GLT0 = LT_GLT0 exceptions INVALID_SELECTION = 1 others = 2.

FAGL_GET_GLT0 * CALL FUNCTION 'FAGL_GET_GLT0' * EXPORTING ** I_GLT0_RLDNR = '00' ** I_RLDNR = ** I_RRCTY = ** I_RVERS = * I_BUKRS = PBUKRS * I_RYEAR = P_CGJAHR ** I_RACCT = ** I_RBUSA = ** I_RTCUR = ** I_DRCRK = * I_RPMAX = lv_periods ** I_RANGE_RRCTY = ** I_RANGE_RVERS = ** I_RANGE_BUKRS = ** I_RANGE_RYEAR = ** I_RANGE_RBUSA = * I_RANGE_RACCT = LT_RACCT ** I_RANGE_RTCUR = ** I_RANGE_DRCRK = ** I_RANGE_RPMAX = LT_CRPMAX ** IT_WHERE_CLAUSE = ** IT_FIELDLIST = ** IT_GROUPLIST = ** IT_ORDERLIST = ** I_AUTHORITY_CHECK = ** I_DBCON_NAME = * IMPORTING * ET_GLT0 = LT_COMP_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.

REUSE_ALV_FIELDCATALOG_MERGE * call function 'REUSE_ALV_FIELDCATALOG_MERGE' * exporting * I_PROGRAM_NAME = SY-REPID ** I_INTERNAL_TABNAME = lt_curr_glt0 * I_STRUCTURE_NAME = 'FIGLSA_S_ADJRF13_ENT' ** I_CLIENT_NEVER_DISPLAY = 'X' ** I_INCLNAME = ** I_BYPASSING_BUFFER = ** I_BUFFER_ACTIVE = * changing * CT_FIELDCAT = LT_FIELDCAT ** EXCEPTIONS ** INCONSISTENT_INTERFACE = 1 ** PROGRAM_ERROR = 2 ** OTHERS = 3 * .

REUSE_ALV_GRID_DISPLAY * call function 'REUSE_ALV_GRID_DISPLAY' * exporting ** I_INTERFACE_CHECK = ' ' ** I_BYPASSING_BUFFER = ' ' ** I_BUFFER_ACTIVE = ' ' ** I_CALLBACK_PROGRAM = ' ' ** I_CALLBACK_PF_STATUS_SET = ' ' ** I_CALLBACK_USER_COMMAND = ' ' ** I_CALLBACK_TOP_OF_PAGE = ' ' ** I_CALLBACK_HTML_TOP_OF_PAGE = ' ' ** I_CALLBACK_HTML_END_OF_LIST = ' ' ** I_STRUCTURE_NAME = ** I_BACKGROUND_ID = ' ' ** I_GRID_TITLE = ** I_GRID_SETTINGS = ** IS_LAYOUT = * IT_FIELDCAT = LT_FIELDCAT ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IT_FILTER = ** IS_SEL_HIDE = ** I_DEFAULT = 'X' ** I_SAVE = ' ' ** IS_VARIANT = ** IT_EVENTS = ** IT_EVENT_EXIT = ** IS_PRINT = ** IS_REPREP_ID = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 ** I_HTML_HEIGHT_TOP = 0 ** I_HTML_HEIGHT_END = 0 ** IT_ALV_GRAPHICS = ** IT_HYPERLINK = ** IT_ADD_FIELDCAT = ** IT_EXCEPT_QINFO = ** IR_SALV_FULLSCREEN_ADAPTER = ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = ** ES_EXIT_CAUSED_BY_USER = * tables * T_OUTTAB = LT_ADJRF13 ** EXCEPTIONS ** PROGRAM_ERROR = 1 ** OTHERS = 2 * .

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting NO_DIALOG = 'X' MODE = 'CURRENT' DESTINATION = OUT_DEV importing OUT_PARAMETERS = PRI_PARAMS.



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_ADJRF13 or its description.