SAP Reports / Programs

RFQSKR21 SAP ABAP Report - Withholding Tax on Business Income (South Korea)







RFQSKR21 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a summary of the Korean withholding tax arising from business income for customers within a given company code...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 RFQSKR21 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

RFKRWDL - Withholding Tax on Business Income


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 RFQSKR21. "Basic submit
SUBMIT RFQSKR21 AND RETURN. "Return to original report after report execution complete
SUBMIT RFQSKR21 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: TAX_OFF = Tax Office
Selection Text: S_YEAR = Fiscal Year
Selection Text: S_TY_INH = Tax type
Selection Text: S_TY_INC = Tax type
Selection Text: S_LIFNR = Vendor
Selection Text: S_CO_INH = Tax code
Selection Text: S_CO_INC = Tax code
Selection Text: S_BUKRS = Company code
Selection Text: S_BUDAT = Posting date
Selection Text: S_BELNR = Document number
Selection Text: S_AUGDT = Clearing Date
Selection Text: S_AUGBL = Payment Document
Selection Text: SEL_SC = Section code
Selection Text: REP_DATE = Report date
Selection Text: P_OTHER = Other Income
Selection Text: P_BUS = Business Income
Selection Text: FILE = File name
Selection Text: DOWNLOAD = Download
Selection Text: BUS_PLA = Reporting business place
Title: Withholding Tax on Business Income (South Korea)
Text Symbol: TTX = Tax Details
Text Symbol: TTC = General Selections
Text Symbol: TT7 = Type of Income
Text Symbol: TT3 = Further selections
Text Symbol: TT2 = Inhabitant tax
Text Symbol: TT1 = Income tax
Text Symbol: R03 = Warnings:
Text Symbol: R02 = Only those document numbers no longer than 8 figures were output.
Text Symbol: R01 = Program created:
Text Symbol: 003 = Help
Text Symbol: 002 = Output control
Text Symbol: 001 = Selections


INCLUDES used within this REPORT RFQSKR21

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:

POPUP_DISPLAY_TEXT ** CALL FUNCTION 'POPUP_DISPLAY_TEXT' ** EXPORTING ** POPUP_TITLE = TEXT-003 ** TEXT_OBJECT = 'KR_RFQKR21_RP'.

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = * FILENAME = gui_file * FILETYPE = 'ASC' ** APPEND = ' ' ** WRITE_FIELD_SEPARATOR = ' ' ** HEADER = '00' ** TRUNC_TRAILING_BLANKS = ' ' ** WRITE_LF = 'X' ** COL_SELECT = ' ' ** COL_SELECT_MASK = ' ' ** IMPORTING ** FILELENGTH = * TABLES * DATA_TAB = DOWNTAB * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22 .

GUI_DOWNLOAD * CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = * FILENAME = gui_file * FILETYPE = 'ASC' ** APPEND = ' ' ** WRITE_FIELD_SEPARATOR = ' ' ** HEADER = '00' ** TRUNC_TRAILING_BLANKS = ' ' ** WRITE_LF = 'X' ** COL_SELECT = ' ' ** COL_SELECT_MASK = ' ' ** IMPORTING ** FILELENGTH = * TABLES * DATA_TAB = DOWNTAB_OTHER * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22 .

GET_BUPLA_ADDRESS * CALL FUNCTION 'GET_BUPLA_ADDRESS' * EXPORTING * BUKRS = S_BUKRS * BUPLA = SC_BU_PLA-BRANCH * IMPORTING * ADRESSE = SC_BU_PLA_ADR.

GET_BUPLA_ADDRESS * call function 'GET_BUPLA_ADDRESS' * exporting * bukrs = s_bukrs * bupla = sc_bu_pla-branch * importing * adresse = sc_bu_pla_adr.

KR_GET_HEADQUARTER_BPLACE * CALL FUNCTION 'KR_GET_HEADQUARTER_BPLACE' * EXPORTING * COMPANY = S_BUKRS * IMPORTING ** bplace = h_bu_pla ** address = h_bupla_adr * BPLACE_DATA = H_BU_PLA * EXCEPTIONS * NO_HEAD_QUARTER_BPLACE = 1 * BPLACE_DOES_NOT_EXIST = 2 * OTHERS = 3.

GET_BUPLA_ADDRESS * CALL FUNCTION 'GET_BUPLA_ADDRESS' * EXPORTING * BUKRS = S_BUKRS * BUPLA = BUS_PLA * IMPORTING * ADRESSE = BUPLA_ADR.

CONVERT_TO_LOCAL_CURRENCY *CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' * EXPORTING ** CLIENT = SY-MANDT * date = date * foreign_amount = for_amount * foreign_currency = itab_bsak-waers * local_currency = LOC_CUR ** RATE = 0 ** TYPE_OF_RATE = 'M' ** READ_TCURR = 'X' * IMPORTING ** EXCHANGE_RATE = ** FOREIGN_FACTOR = * LOCAL_AMOUNT = loc_amount ** LOCAL_FACTOR = ** EXCHANGE_RATEX = ** FIXED_RATE = ** DERIVED_RATE_TYPE = * EXCEPTIONS * NO_RATE_FOUND = 1 ** OVERFLOW = 2 ** NO_FACTORS_FOUND = 3 ** NO_SPREAD_FOUND = 4 ** DERIVED_2_TIMES = 5 ** OTHERS = 6 * .



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