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

RPLDQOJ1 SAP ABAP Report - Acquisition of Qualification Form (Paper)







RPLDQOJ1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report outputs Acquisition of Qualification form for Pension Office or Health Insurance(HI) Association...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 RPLDQOJ1 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_LDQO - Acquisition form


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 RPLDQOJ1. "Basic submit
SUBMIT RPLDQOJ1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDQOJ1 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: SUB_DATE = Submit date
Selection Text: SCRIPT_Y = Use
Selection Text: SCRIPT_N = Not use
Selection Text: P_SUBTY = Subtype for EE's SI Address
Selection Text: P_SCI = SI Mod. for Target Br. Office
Selection Text: PX_LFVAR = Form variant
Selection Text: PX_LFORM = Form name
Selection Text: FORM = Form name
Title: Acquisition of Qualification Form (Paper)
Text Symbol: T16 = Form Output
Text Symbol: T15 = Employee's pension
Text Symbol: T14 = Health insurance
Text Symbol: T13 = Both number (Sort EP no.)
Text Symbol: T12 = Both number (sort HI no.)
Text Symbol: T11 = EP number
Text Symbol: T10 = HI number
Text Symbol: T09 = EP only
Text Symbol: T08 = HI only
Text Symbol: T07 = Both HI & EP
Text Symbol: T06 = Submit HI and EP data separately
Text Symbol: T05 = Submit HI and EP data together
Text Symbol: T04 = Not use
Text Symbol: T03 = Form name
Text Symbol: T02 = Use
Text Symbol: T01 = SAPscript
Text Symbol: M05 = Submit date can not be earlier than selection end date.
Text Symbol: F03 = Output insurance data
Text Symbol: F02 = Output insurance No.
Text Symbol: F01 = Output employee
Text Symbol: F00 = Output control
Text Symbol: 001 = O


INCLUDES used within this REPORT RPLDQOJ1

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:

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = space no_img = space TABLES error = gt_ert "JPMSL6BK001415 EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = gv_addr1_text "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = gv_addr2_text "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = t5jsi-jgsnm "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = t5jsi-jgnps "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = t5jsi-jgnpr "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = intabl-name "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

RP_CONVERT_JAPAN_DATE_OUT CALL FUNCTION 'RP_CONVERT_JAPAN_DATE_OUT' EXPORTING seireki = parm-date 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.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE' EXCEPTIONS unopened = 1 unstarted = 2 OTHERS = 3.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING device = 'PRINTER' dialog = 'X' form = form language = sy-langu OPTIONS = p_option EXCEPTIONS canceled = 1 device = 2 form = 3 OPTIONS = 4 unclosed = 5 mail_options = 6 archive_error = 7 OTHERS = 8.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.

HR_JP_ADJUST_STRING_LENGTH CALL FUNCTION 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 EXPORTING "JPYYPL0K008083 iv_string = intabl-name "JPYYPL0K008083 CHANGING "JPYYPL0K008083 cv_length = gv_chk_len. "JPYYPL0K008083

HR_JP_ALLOC_STRINGS_TO_FIELDS CALL FUNCTION 'HR_JP_ALLOC_STRINGS_TO_FIELDS' EXPORTING it_field_value = lt_address_lines CHANGING ct_field_reference = lt_address_fields.

HR_JP_ALLOC_STRINGS_TO_FIELDS CALL FUNCTION 'HR_JP_ALLOC_STRINGS_TO_FIELDS' EXPORTING it_field_value = lt_address_lines CHANGING ct_field_reference = lt_address_fields.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING repid = lv_repid IMPORTING format = cv_name_format.

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.

HR_FEATURE_BACKFIELD





CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '22RPF' struc_content = ls_t5jsi IMPORTING back = cv_daiko_henjo EXCEPTIONS error_operation = 2 no_backvalue = 3 feature_not_generated = 4 OTHERS = 7.



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