SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FKK_RABM00_REV SAP ABAP Report - Tax Report: Transfer of Tax Information to Reporting System







FKK_RABM00_REV 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 FKK_RABM00_REV into the relevant SAP transactions such as SE38 or SE80


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 FKK_RABM00_REV. "Basic submit
SUBMIT FKK_RABM00_REV AND RETURN. "Return to original report after report execution complete
SUBMIT FKK_RABM00_REV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


The Following Tax Items Were Included
Selection Text: S_VINFO = D .
Selection Text: S_OPBEL = D .
Selection Text: S_GPART = D .
Selection Text: S_BUKRS = D .
Selection Text: X_FLAG = Update Run
Selection Text: X_DISPL = Display log
Selection Text: S_DATE = Report Date
Selection Text: P_LIST = ALV List
Selection Text: P_GRID = ALV Grid
Title: Tax Report: Transfer of Tax Information to Reporting System
Text Symbol: T16 = Following document tax items were considered - UPDATE RUN
Text Symbol: T15 = Following document tax items were considered - TEST RUN
Text Symbol: T13 = User:
Text Symbol: T12 = Created On:
Text Symbol: T02 = Simulated
Text Symbol: T01 = Updated
Text Symbol: F01 = Customizing incorrect
Text Symbol: A05 = Layout
Text Symbol: A04 = Reporting Period
Text Symbol: A03 = Processing mode
Text Symbol: A01 = General parameters
001 Doc.Number RTim Scp ActC DTyp Base Amount


INCLUDES used within this REPORT FKK_RABM00_REV

No INCLUDES are used within this REPORT code!


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:

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING I_BUKRS = T001-BUKRS I_ACTVT = '02'. "Change authority

FKK_TAXREPORT_REV_GET_DATASETS * CALL FUNCTION 'FKK_TAXREPORT_REV_GET_DATASETS' * EXPORTING * I_OPBEL = WA_REV07-OPBEL * I_BUKRS = WA_REV07-BUKRS * I_MZPKT = WA_REV07-MZPKT * I_MUMFA = WA_REV07-MUMFA * TABLES * T_INT_DFKKREV06 = INT_REV06_ADD * T_INT_DFKKREV07 = INT_REV07_ADD.

FKK_TAXREPORT_REV_GET_DATASETS CALL FUNCTION 'FKK_TAXREPORT_REV_GET_DATASETS' EXPORTING I_OPBEL = WA_REV07-OPBEL I_BUKRS = WA_REV07-BUKRS I_MZPKT = WA_REV07-MZPKT I_MUMFA = WA_REV07-MUMFA I_BUFFER_OPBEL = 'X' I_06_NO_TZAHL_000 = SPACE I_07_NO_TZAHL_000 = 'X' TABLES T_INT_DFKKREV06 = INT_REV06_ADD T_INT_DFKKREV07 = INT_REV07_ADD.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_APPLK = WA_REV07-APPLK I_FBEVE = '1939' TABLES T_FBSTAB = I_FBSTAB.

FKK_SAMPLE_1939 CALL FUNCTION 'FKK_SAMPLE_1939'.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_APPLK = WA_REV07-APPLK I_FBEVE = '1939' TABLES T_FBSTAB = I_FBSTAB.

FKK_SAMPLE_1939 CALL FUNCTION 'FKK_SAMPLE_1939'.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = TBSPR_DFKKREV06 VARKEY = ENQKEY_DFKKREV06 EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = TBSPR_DFKKREV07 VARKEY = ENQKEY_DFKKREV07 EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = TBSPR_DFKKREV07 VARKEY = ENQKEY_DFKKREV07.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = TBSPR_DFKKREV06 VARKEY = ENQKEY_DFKKREV06.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' * EXPORTING * I_LIST_TYPE = 0 IMPORTING ET_EVENTS = PT_EVENT * EXCEPTIONS * LIST_TYPE_WRONG = 1 * OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_STRUCTURE_NAME = 'DFKKREV06' * IT_FIELDCAT = GT_FIELDCAT[] I_SAVE = 'X' IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = INT_REV06_UPDATE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' I_STRUCTURE_NAME = 'DFKKREV06' * IT_FIELDCAT = GT_FIELDCAT[] I_SAVE = 'X' IS_VARIANT = G_VARIANT TABLES T_OUTTAB = INT_REV06_UPDATE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = TTOP.



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