SAP Reports / Programs

RPLDQAJ0 SAP ABAP Report - Address Change Form (Paper)







RPLDQAJ0 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 Address Change form for Pension Office...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 RPLDQAJ0 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_LDQA - Address change 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 RPLDQAJ0. "Basic submit
SUBMIT RPLDQAJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDQAJ0 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 =
Title: Address Change Form (Paper)
Text Symbol: T11 = EP number
Text Symbol: T10 = HI number
Text Symbol: T09 = Change Date
Text Symbol: T08 = Official address
Text Symbol: T07 = Insurance no.(Lost Date)
Text Symbol: T06 = No appropriate data found.
Text Symbol: T04 = Insurance no.(Acquired Date)
Text Symbol: T03 = Pension insurance
Text Symbol: T02 = Health insurance
Text Symbol: T01 = Pernonnel Name.
Text Symbol: T00 = Personnel no.
Text Symbol: S05 = Form Output
Text Symbol: S04 = Not use
Text Symbol: S03 = Form name
Text Symbol: S02 = Use
Text Symbol: S01 = SAPscript
Text Symbol: M05 = Submit date can not be earlier than selection end date.
Text Symbol: M04 = acquisition application form program>.
Text Symbol: M03 = Proof list of Address change application form program.
Text Symbol: M02 = List of employees should be processed by Text Symbol: M01 = lost qualification application form program>.
Text Symbol: M00 = List of employees should be processed by Text Symbol: F04 = Output control
Text Symbol: F03 = Output Insurance Number
Text Symbol: F01 = Output confirmation list
Text Symbol: F00 = Further info.


INCLUDES used within this REPORT RPLDQAJ0

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 "N915366 exceptions invalid_linesize = 1 others = 2.

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 exporting "JPYYPL0K008083 iv_string = intabl-name "JPYYPL0K008083 changing "JPYYPL0K008083 cv_length = chk-len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 exporting "JPYYPL0K008083 iv_string = addr1-text "JPYYPL0K008083 changing "JPYYPL0K008083 cv_length = chk-len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 exporting "JPYYPL0K008083 iv_string = addr2-text "JPYYPL0K008083 changing "JPYYPL0K008083 cv_length = 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 = 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 = 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 = 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.

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 exporting "JPYYPL0K008083 iv_string = work-addr1 "JPYYPL0K008083 changing "JPYYPL0K008083 cv_length = chk-len. "JPYYPL0K008083

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' "JPYYPL0K008083 exporting "JPYYPL0K008083 iv_string = work-addr1 "JPYYPL0K008083 changing "JPYYPL0K008083 cv_length = chk-len. "JPYYPL0K008083

OPEN_FORM call function 'OPEN_FORM' exporting * APPLICATION = 'TX' * ARCHIVE_INDEX = ' ' * ARCHIVE_PARAMS = ' ' 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.

CLOSE_FORM call function 'CLOSE_FORM'.

CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'NEW-PAGE' exceptions unopened = 1 unstarted = 2 others = 3.

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.

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_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' exporting iv_string = iv_chk_string changing cv_length = cv_chk_len.



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