SAP Reports / Programs

RPLADDJ0 SAP ABAP Report - Employee's Address Directory







RPLADDJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program reads data in Addresses infotype (0006)...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 RPLADDJ0 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 RPLADDJ0. "Basic submit
SUBMIT RPLADDJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLADDJ0 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: C1 = Personal number
Selection Text: C2 = Organizational unit
Selection Text: C3 = Prefecture name
Selection Text: C4 = Communication number
Selection Text: C5 = Link to MS Excel & MS Word
Selection Text: C6 = Only Error
Selection Text: C7 = Icon
Selection Text: FIELDS =
Selection Text: PARSUB1 =
Selection Text: PARSUB2 =
Selection Text: PARSUB3 =
Selection Text: PARSUB4 =
Selection Text: PARSUB5 =
Selection Text: PARSUB6 =
Selection Text: PARSUB7 =
Selection Text: PARSUB8 =
Selection Text: R1 = Address list
Selection Text: R2 = Error List
Title: Employee's Address Directory
Text Symbol: T01 = Employee Address Directory
Text Symbol: I03 = to
Text Symbol: I02 = from
Text Symbol: 001 = company housing
Text Symbol: E00 = No address data at all
Text Symbol: E01 = No municipal city code
Text Symbol: E02 = No address data, but this is not a Japanese Format address
Text Symbol: E03 = No address in Kana
Text Symbol: E04 = No name of Guaranter or contact person
Text Symbol: E05 = Address is not complete
Text Symbol: EE0 = No field selected
Text Symbol: F3A = For Address list
Text Symbol: F3B = For Error list
Text Symbol: FC1 = Selectable Address
Text Symbol: FC2 = Address to be displayed
Text Symbol: FC3 = Address(subtype) selection
Text Symbol: FC4 = Address selection
Text Symbol: FR1 = 1. Which list?
Text Symbol: FR2 = 2. Which address(subtype)?





Text Symbol: FR3 = Optional setting for Display
Text Symbol: H01 = Address
Text Symbol: H02 = Remarks
Text Symbol: H03 = Address list
Text Symbol: H04 = Error list
Text Symbol: I01 = Slected period


INCLUDES used within this REPORT RPLADDJ0

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "ACC >>> EXPORTING name = 'ICON_DISPLAY_MORE' text = text-fc4 info = text-fc4 add_stdinf = ' ' IMPORTING RESULT = name EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "ACC >>> EXPORTING name = 'ICON_ENTER_MORE' text = text-fc4 info = text-fc4 add_stdinf = ' ' IMPORTING RESULT = name EXCEPTIONS OTHERS = 0.

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

RP_EDIT_NAME_J * CALL FUNCTION 'RP_EDIT_NAME_J' "XUIAHRK010386 * EXPORTING * format = '02' * molga = itab_t001p-molga * pp0002 = p0002 * IMPORTING * edit_name = editname * retcode = returncode.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "XUIAHRK010386 EXPORTING * FORMAT = $$FORMAT "JRMOPH0K007143 FORMAT = FORMAT "JRMOPH0K007143 LANGU = SY-LANGU MOLGA = ITAB_T001P-MOLGA PP0002 = P0002 IMPORTING EDIT_NAME = EDITNAME RETCODE = RETURNCODE.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = SY-TITLE "JRFPH0K009969 FILE_NAME = SPACE * HEAD_LINE1 = SY-TITLE "JRFPH0K009969 HEAD_LINE1 = 'Employee Address Directory'(T01) HEAD_LINE2 = SELECT_PERIOD_FROM_TO "JRFPH0K009969 CURRENT_REPORT = REPORTNAME IMPORTING RETURN_CODE = RETURNCODE TABLES DATA_TAB = LIST_TAB_IN FIELDNAME_TAB = HEADERTEXT SELECT_TAB = LIST_TAB_OUT EXCEPTIONS DOWNLOAD_PROBLEM = 1 OTHERS = 2.

HR_FIELD_CHOICE CALL FUNCTION 'HR_FIELD_CHOICE' EXPORTING MAXFIELDS = 100 TITEL1 = TEXT-FC1 TITEL2 = TEXT-FC2 POPUPTITEL = TEXT-FC3 IMPORTING RETURN_CODE = RETURNCODE TABLES FIELDTABIN = HR_CHOICE_TAB_IN SELFIELDS = SELECTTAB EXCEPT_TAB = EXCEPTTAB EXCEPTIONS NO_TAB_FIELD_INPUT = 1 TO_MANY_SELFIELDS_ENTRIES = 2 OTHERS = 3.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = ELEMENT STATE = 'A' LANGU = SY-LANGU IMPORTING DD04V_WA = HEAD_TEXT EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = obj_pal_log->c_root_node i_node_txt = l_title_text i_expand = 'X' i_categ_id = c_pal_categids-ae_ladd importing e_node_key = l_address_key exceptions program_error = 1 others = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY' add_stdinf = ' ' IMPORTING RESULT = l_print EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_CHANGE' add_stdinf = ' ' IMPORTING RESULT = l_print2 EXCEPTIONS OTHERS = 0.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_address_key i_row_data = l_addr_data exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = c_alv_structures-ae_ladd CHANGING ct_fieldcat = l_i_fieldcat EXCEPTIONS OTHERS = 99.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING i_with_err_and_stat_list = 'X' i_keep_categ = 'X' EXCEPTIONS OTHERS = 99.



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