SAP Reports / Programs

RPLLIDJ2 SAP ABAP Report - life insurance and spouse tax deduction declaration







RPLLIDJ2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generates Life Insurance Deduction Application Form and Spouse Special Deduction Application Form of employee who is active on the specified date...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 RPLLIDJ2 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

PC00_M22_LLID - Run LI and Spouse Tax Declaration


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 RPLLIDJ2. "Basic submit
SUBMIT RPLLIDJ2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLLIDJ2 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: P_ADDR = IT0006 subtype
Selection Text: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form Name
Selection Text: FORM = Form name
Selection Text: DFT_YEAR = Applied Year
Selection Text: AFF_NAME = Affirmation
Title: life insurance and spouse tax deduction declaration
Text Symbol: T04 = Whole-Life Pension
Text Symbol: T03 = Defined Pension
Text Symbol: T02 = WHLF
Text Symbol: T01 = O
Text Symbol: S04 = Print Layout
Text Symbol: S03 = Check IT0006
Text Symbol: S02 = Check infotype
Text Symbol: S01 = SAPscript
Text Symbol: L08 = Print forms
Text Symbol: L03 = Rejected employees
Text Symbol: L02 = Processed employees
Text Symbol: I01 = not allowed; print the form in ESS
Text Symbol: E03 = EE rejected :
Text Symbol: E02 = EE processed :
Text Symbol: E01 = IT0006 is missing.


INCLUDES used within this REPORT RPLLIDJ2

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:

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "JRMOPH0K007143 EXPORTING REPID = REPID "JRMOPH0K007143 IMPORTING FORMAT = FORMAT. "JRMOPH0K007143

WRITE_FORM CALL FUNCTION 'WRITE_FORM'. "XYHAHRK010307

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0021 = P0021 "N789486 MOLGA = T001P-MOLGA LANGU = SY-LANGU * FORMAT = $$FORMAT "JRMOPH0K007143 FORMAT = FORMAT "JRMOPH0K007143 IMPORTING EDIT_NAME = FNAME RETCODE = R_CODE.

RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = iv_format langu = sy-langu molga = iv_molga pp0002 = is_p0002 namel = '99' importing edit_name = cv_edit_name.

RP_CONVERT_JAPAN_DATE_OUT call function 'RP_CONVERT_JAPAN_DATE_OUT' exporting seireki = iv_year importing nengo = lv_nengo nen = lv_nen.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING APPLICATION = 'TX' * ARCHIVE_INDEX = ' ' "XMTAHRK002270 * ARCHIVE_PARAMS = ' ' "XMTAHRK002270 DEVICE = 'PRINTER' * dialog = space "XMTAHRK002270 "XYHAHRK014661 DIALOG = 'X' "XYHAHRK014661 * form = 'LIDJ2' "XYHAHRK010307 * form = 'HOKENRYOU' "XYHAHRK010307 "XYHAHRK014661 FORM = FORM "XYHAHRK014661 * language = 'D' " Assign D only "XYHAHRK010307 LANGUAGE = SY-LANGU "XYHAHRK010307 OPTIONS = LID_ITCPO IMPORTING RESULT = LID_ITCPP EXCEPTIONS CANCELED = 01 DEVICE = 02 FORM = 03 OPTIONS = 04 UNCLOSED = 05.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = STRING EXCEPTIONS UNOPENED = 01 UNSTARTED = 02.

DDUT_DOMVALUE_TEXT_GET call function 'DDUT_DOMVALUE_TEXT_GET' exporting name = iv_domname value = iv_domvalue langu = sy-langu texts_only = 'X' importing dd07v_wa = ls_dd07v exceptions others = 8.



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