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
Below is a list of transaction codes which are relevant to this SAP report
RFKRWDL - Withholding Tax on Business Income
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFQSKR21 - Withholding Tax on Business Income (South Korea) RFQSKR21 - Withholding Tax on Business Income (South Korea) RFQSKR09 - Withholding Tax Certificates (South Korea) RFQSKR09 - Withholding Tax Certificates (South Korea) RFQSKR06 - Refundable Withholding Tax RFQSKR06 - Refundable Withholding Tax