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

RFKK_COMMTAX_UPD SAP ABAP Report - Update of Audit File in External System for Telecommunications Tax







RFKK_COMMTAX_UPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to update external tax systems for telecommunications tax...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFKK_COMMTAX_UPD 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

FPTXCOM - Update Telecommunications Tax


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 RFKK_COMMTAX_UPD. "Basic submit
SUBMIT RFKK_COMMTAX_UPD AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_COMMTAX_UPD 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: FORCEMOD = Force Update
Selection Text: SELKEYPP = Subarea 000...999
Selection Text: SELOPBEL = Document Number
Selection Text: SELUFLAG = Current Status
Title: Update of Audit File in External System for Telecommunications Tax
Text Symbol: E01 = Errors:
Text Symbol: E02 = Differing Result After Recalculation of Tax
Text Symbol: E03 = RFC Destination Was Not Found
Text Symbol: E04 = External tax system could not be accessed
Text Symbol: E05 = System Error During Lock (ENQUEU SERVER)
Text Symbol: E06 = Unknown Error in Module:


INCLUDES used within this REPORT RFKK_COMMTAX_UPD

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:

DEQUEUE_EFKK_KEYPP CALL FUNCTION 'DEQUEUE_EFKK_KEYPP' EXPORTING KEYPP = LOC_KEYPP X_KEYPP = LOC_X OBJPP = '12' _SCOPE = '3' EXCEPTIONS SYSTEM_FAILURE = 0 OTHERS = 0.

ENQUEUE_EFKK_KEYPP CALL FUNCTION 'ENQUEUE_EFKK_KEYPP' EXPORTING KEYPP = PAR_KEYPP X_KEYPP = LV_X OBJPP = '12' _SCOPE = '3' EXCEPTIONS SYSTEM_FAILURE = 2 OTHERS = 1.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING E_APPLK = LV_APPLK.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_APPLK = LV_APPLK I_FBEVE = '0413' TABLES T_FBSTAB = LT_FBS.

FKK_SAMPLE_0413 CALL FUNCTION 'FKK_SAMPLE_0413'.

RFC_UPDATE_US_TELCO_TAXES CALL FUNCTION 'RFC_UPDATE_US_TELCO_TAXES' DESTINATION LV_RFCDEST TABLES IT_TAX_INFO_IN = LT_TAXIN[] IT_TAX_DETAILS_OUT = LT_TAXOUT[] ET_ERROR = LT_ERRTAB EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE LV_RFCMESS COMMUNICATION_FAILURE = 2 MESSAGE LV_RFCMESS.



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