SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPLDDLJ0 SAP ABAP Report - Employee with Social & Employment Insurance (Japan)







RPLDDLJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLDDLJ0 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 RPLDDLJ0. "Basic submit
SUBMIT RPLDDLJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDDLJ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Employee with Social & Employment Insurance (Japan)
Text Symbol: A16 = A. Date
Text Symbol: A17 = Dependent
Text Symbol: A18 = B Date
Text Symbol: A19 = Relation
Text Symbol: A20 = EMINR
Text Symbol: A21 = A. Date
Text Symbol: A22 = L. Date
Text Symbol: A23 = L. Date
Text Symbol: H01 = HI no
Text Symbol: H02 = PE no
Text Symbol: H03 = Name
Text Symbol: H04 = B. date
Text Symbol: H05 = A. Date
Text Symbol: H06 = Dependent
Text Symbol: H07 = EMINR
Text Symbol: H08 = Age
Text Symbol: H09 = Sex
Text Symbol: H10 = L. date
Text Symbol: H11 = Relation
Text Symbol: H12 = /
Text Symbol: H88 = PS no
Text Symbol: H89 = PF no
Text Symbol: H98 = Employee No
Text Symbol: H99 = Com Pen No
Text Symbol: M01 = Data does not exit.
Text Symbol: STT = Key date: $1
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: 000 = OfficeID :
Text Symbol: 001 = SI Office Name :
Text Symbol: 002 = Office no :
Text Symbol: 003 = yrs
Text Symbol: 004 =
Text Symbol: 005 = Pens. Fund no/ID :
Text Symbol: 006 = HI Union number :
Text Symbol: 010 = Office ID :
Text Symbol: 011 = LI Office Name :
Text Symbol: 012 = Office no :





Text Symbol: 013 = Male
Text Symbol: 014 = Femal
Text Symbol: 015 = ?
Text Symbol: A01 = Employee No
Text Symbol: A02 = Name
Text Symbol: A03 = B. Date
Text Symbol: A04 = Name (Kana)
Text Symbol: A05 = B. Date
Text Symbol: A06 = Age
Text Symbol: A07 = Sex
Text Symbol: A08 = HI No
Text Symbol: A09 = A. Date
Text Symbol: A10 = L. Date
Text Symbol: A11 = PE No
Text Symbol: A12 = A. Date
Text Symbol: A13 = L. Date
Text Symbol: A14 = PS No
Text Symbol: A15 = PF No


INCLUDES used within this REPORT RPLDDLJ0

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

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "JRMOPH0K007143 EXPORTING "JRMOPH0K007143 FORMAT = FORMAT "JRMOPH0K007143 LANGU = SY-LANGU "JRMOPH0K007143 MOLGA = T001P-MOLGA "JRMOPH0K007143 PP0002 = P0002 "JRMOPH0K007143 IMPORTING "JRMOPH0K007143 EDIT_NAME = $EDIT-NAME "JRMOPH0K007143 RETCODE = $RET-CODE. "JRMOPH0K007143

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "N957581 EXPORTING "N957581 FORMAT = '03' "N957581 LANGU = SY-LANGU "N957581 MOLGA = T001P-MOLGA "N957581 PP0002 = P0002 "N957581 IMPORTING "N957581 EDIT_NAME = $EDIT-NAME "N957581 RETCODE = $RET-CODE. "N957581

RP_EDIT_NAME call function 'RP_EDIT_NAME' "N957581 exporting "N957581 langu = sy-langu "N957581 molga = t001p-molga "N957581 format = '04' "N957581 pp0002 = p0002 "N957581 importing "N957581 edit_name = $KANA-NAME "N957581 retcode = $ret-code. "N957581

RP_EDIT_NAME_J * call function 'RP_EDIT_NAME_J' "JNHP30K013140 * exporting "JNHP30K013140 * format = '02' "JNHP30K013140 * molga = t001p-molga "JNHP30K013140 * pp0002 = p0002 "JNHP30K013140 * importing "JNHP30K013140 * edit_name = $edit-name "JNHP30K013140 * retcode = $ret-code. "JNHP30K013140

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' "JNKP30K090842 EXPORTING "JNKP30K090842 NO_POPUP = SPACE "JNKP30K090842 NO_IMG = SPACE "JNKP30K090842 TABLES "JNKP30K090842 ERROR = ERT "JNKP30K090842 EXCEPTIONS "JNKP30K090842 INVALID_LINESIZE = 1 "JNKP30K090842 OTHERS = 2. "JNKP30K090842

HR_DISPLAY_ERROR_LIST * CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' "JNKP30K090842 * EXPORTING "JNKP30K090842 * NO_POPUP = SPACE "JNKP30K090842 * NO_IMG = SPACE "JNKP30K090842 * TABLES "JNKP30K090842 * ERROR = ERT "JNKP30K090842 * EXCEPTIONS "JNKP30K090842 * INVALID_LINESIZE = 1 "JNKP30K090842 * OTHERS = 2. "JNKP30K090842

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = SPACE NO_IMG = SPACE TABLES ERROR = ERT EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = P0002-GBDAT SECOND_DATE = PN-BEGDA MODIFY_INTERVAL = ' ' IMPORTING YEARS_BETWEEN_DATES = CUR_AGE EXCEPTIONS SEQUENCE_OF_DATES_NOT_VALID = 1.






RP_CONVERT_JAPAN_DATE_OUT CALL FUNCTION 'RP_CONVERT_JAPAN_DATE_OUT' EXPORTING SEIREKI = W_SEIREKI IMPORTING RYAKU = W_RYAKU NENGO = W_NENGO NEN = W_NEN NEN_TEXT = W_NEN_TEXT TSUKI = W_TSUKI TSUKI_TEXT = W_TSUKI_TEXT HI = W_HI HI_TEXT = W_HI_TEXT.



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