RFKQSU30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report prints the official 1099 forms and / or creates a tape for 1099 tax reporting...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 RFKQSU30 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: EFILE = Electronic File Name
Selection Text: EIN = Regular Vendor's EIN#
Selection Text: EIN1 = One-Time Vendor's EIN#
Selection Text: FEDSTATE = Combine Federal, State(Tape)
Selection Text: FORMS = Printout of 1099 misc.frms
Selection Text: LAYOUT = 1099 form-layout (sapscript)
Selection Text: PAIDDATE = Clearing/payment date
Selection Text: PNAME = Payer's Control Name (tape)
Selection Text: POBOX = Prefer POBOX to street (X/ )
Selection Text: PRINTER = Printer Number
Selection Text: REEL = Consecutive Number (tape)
Selection Text: SAME = Print an Account 3 Times (X/ )
Selection Text: SSN = Regular Vendor's SSN#
Selection Text: SSN1 = One-Time Vendor's SSN#
Selection Text: STATE = State
Selection Text: TAPENAME = Tape / file name
Selection Text: TAPETYPE = Tape Sort Indicator
Selection Text: TDSALE = Minimum Direct Sales (09)
Selection Text: TFISHB = Minimum Fishing Boat (05)
Selection Text: TINTER = Minimum Dividends/interest(08)
Selection Text: TLIMIT = Minimum Federal Taxes
Selection Text: TNAME = Transmitter Contol Code (TCC)
Selection Text: TNAME1 = Transmitter's name
Selection Text: TNAME2 = Transmitter's name (part 2)
Selection Text: TROYAL = Minimum licenses (02)
Selection Text: TTAXID = Transmitter Tax ID
Selection Text: TTYP = Type of 1099 Declaration
Selection Text: UCITY = City of Payer's Address
Selection Text: UNAME1 = Name 1 of payer
Selection Text: UNAME2 = Name 2 of payer
Selection Text: UPOSTAL = Postal Code of Payer's Address
Selection Text: USTATE = State of Payer's Address
Selection Text: USTNR = Payer's State/State Numeric
Selection Text: USTREET = Payer's street Address
Selection Text: UTAXID = Payer's Tax ID
Selection Text: UTELE = Payer's Phone Number
Selection Text: VENDORS = Vendors (Vendor Range)
Selection Text: DOCTYPE = Document Type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DEVICE = 'PRINTER' FORM = LAYOUT LANGUAGE = 'E' OPTIONS = ITCPO.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = 'NEW-WINDOW'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MAINELEMENT' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'MAIN' EXCEPTIONS OTHERS = 8.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = tapename EXCEPTIONS OTHERS = 1.
CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = 'NEW-WINDOW'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MAINELEMENT' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'MAIN' EXCEPTIONS OTHERS = 8.
FI_CHECK_EXTENDED_WT Call function 'FI_CHECK_EXTENDED_WT' EXPORTING I_bukrs = Buk_tab-Bukrs EXCEPTIONS Component_not_active = 1.
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 RFKQSU30 or its description.