SAP Reports / Programs | Payroll | USA(PY-US) SAP PY

RPLTIPU0 SAP ABAP Report - Tip Income and Allocated Tips Report







RPLTIPU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to print and submit the Employer's Annual Information Return of Tip Income and Allocated Tips (Form 8027)...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 RPLTIPU0 into the relevant SAP transactions such as SE38 or SE80


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 RPLTIPU0. "Basic submit
SUBMIT RPLTIPU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLTIPU0 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: RAD3 = Paper (Adobe PDF)
Selection Text: RAD2 = Magnetic media
Selection Text: RAD1 = Paper (SAPScript)
Selection Text: P_TCC = Transmitter control code (TCC)
Selection Text: P_FYEAR = Calendar year
Selection Text: P_AMEND = Amended return
Selection Text: FORMNAME = Formname
Selection Text: FILENAME = Download filename
Selection Text: ESTABS = D .
Title: Tip Income and Allocated Tips Report
Text Symbol: P30 = Please specify valid establishment numbers
Text Symbol: P28 = EmpNo
Text Symbol: P27 = ZipCode
Text Symbol: P26 = State
Text Symbol: P25 = City
Text Symbol: P24 = Street
Text Symbol: P23 = Establishment name
Text Symbol: P22 = Ty
Text Symbol: P21 = Estab.
Text Symbol: P20 = Establishment information:
Text Symbol: P15 = TCC number is required
Text Symbol: P14 = Download filename:
Text Symbol: P13 = Amended return:
Text Symbol: P12 = Final return:
Text Symbol: P11 = To:
Text Symbol: P10 = From:
Text Symbol: P09 = All
Text Symbol: P08 = Establishment:
Text Symbol: P07 = Transimitter control code(TCC):
Text Symbol: P06 = Calendar year:
Text Symbol: P05 = Selection criteria:
Text Symbol: P04 = Form 8027 reporting
Text Symbol: P03 = Please specify paper form name.
Text Symbol: P02 = Please specify download path and filename.
Text Symbol: P01 = No entry in table for key
Text Symbol: 020 = Output
Text Symbol: 010 = Report-specific selections


INCLUDES used within this REPORT RPLTIPU0

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:

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' device = 'PRINTER' form = formname.

FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = form IMPORTING e_funcname = fm_name e_interface_type = interface_type.

FP_JOB_OPEN call function 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = uc_filename filetype = 'ASC' TABLES data_tab = record.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * FILENAME = FILENAME * FILETYPE = 'ASC' * TABLES * DATA_TAB = RECORD.

END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS unopened = 1 OTHERS = 2.

TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = p_sapscript_element value = p_sapscript_value EXCEPTIONS OTHERS = 1.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'MAIN' EXCEPTIONS element = 1 function = 2 OTHERS = 7.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS unopened = 1 OTHERS = 2.

FP_JOB_CLOSE call function 'FP_JOB_CLOSE' IMPORTING e_result = fp_result.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = formname language = ' ' startpage = ' ' program = ' ' EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 OTHERS = 6.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.



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