RFQSKR06 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists the data from the G/L accounts that were created for refundable withholding 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 RFQSKR06 into the relevant SAP transactions such as SE38 or SE80
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: S_HKONT = Refundable tax account
Title: Refundable Withholding Tax
Text Symbol: 042 = 210mmx297mm(Newspaper Paper 54g/m2 (Recycled))
Text Symbol: 041 = (Front)
Text Symbol: 040 = Year
Text Symbol: 039 = Fiscal
Text Symbol: 038 = Tax
Text Symbol: 037 = Amount
Text Symbol: 036 = Date
Text Symbol: 035 = held
Text Symbol: 034 = Number
Text Symbol: 033 = (Personal ID)
Text Symbol: 031 = These documents have no base amount
Text Symbol: 030 = [Annexed Paper 10th Format(Gap)]
Text Symbol: 022 = Registration
Text Symbol: 021 = Company Name
Text Symbol: 020 = (5)Tax rate
Text Symbol: 017 = (6)Corporate
Text Symbol: 015 = To
Text Symbol: 013 = *Leave this field blank
Text Symbol: 012 = Total
Text Symbol: 011 = Remk
Text Symbol: 010 = (4)Interest
Text Symbol: 009 = (2) Withheld by
Text Symbol: 008 = (1)Description
Text Symbol: 007 = (3)With
Text Symbol: 005 = Tax Registration Number
Text Symbol: 004 = *Control
Text Symbol: 003 = Company Name
Text Symbol: 002 = Withhold/tax to be refunded
Text Symbol: 001 = Business
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KR_GET_HEADQUARTER_BPLACE CALL FUNCTION 'KR_GET_HEADQUARTER_BPLACE' EXPORTING COMPANY = BR_BUKRS-LOW IMPORTING * BPLACE = * ADDRESS = BPLACE_DATA = HEADQUARTER EXCEPTIONS NO_HEAD_QUARTER_BPLACE = 1 BPLACE_DOES_NOT_EXIST = 2 OTHERS = 3.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lc_fp_name IMPORTING e_funcname = lv_fm_name.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = lv_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.