SAP Reports / Programs

RPLFAM00 SAP ABAP Report - Family Members







RPLFAM00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of employees who have information about their relatives stored in the system...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 RPLFAM00 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 RPLFAM00. "Basic submit
SUBMIT RPLFAM00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLFAM00 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: PNPXPGPK = ?...(PNPXPGPK)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: FAMITART = Family membership type
Selection Text: FAMITAR2 =
Selection Text: DATUMART = Date type ex specifications
Selection Text: ALLE-MA = Display EE w/o family
Selection Text: %_POS042 = ?...(% POS042)
Selection Text: %_POS029 = ?...(% POS029)
Selection Text: %_END017 = ?...(% END017)
Selection Text: %_BEG018 = ?...(% BEG018)
Title: Family Members
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: STT = Key date:
Text Symbol: ST4 = employee(s)
Text Symbol: ST3 = includes
Text Symbol: ST2 = Evaluation
Text Symbol: EX4 = in table control
Text Symbol: EX3 = Modify width of list in table control
Text Symbol: EX2 = match printer format
Text Symbol: EX1 = List cannot be printed because width does not
Text Symbol: 012 = Date of birth
Text Symbol: 011 = Name
Text Symbol: 009 = Seniority
Text Symbol: 008 = Family record type
Text Symbol: 007 = Entry
Text Symbol: 006 = Pers.no.





INCLUDES used within this REPORT RPLFAM00

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_BASIC_LIST * XYLAHRK028777 04011999 Aufruf CALL FUNCTION 'HR_BASIC_LIST' geaendert * 3.0F

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA IMPORTING HIRE_DATE = HIREDATE FIRE_DATE = FIREDATE TABLES PP0000 = P0000 PP0001 = P0001 PPHIFI = PHIFI.

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = EINTRITT SECOND_DATE = PN-BEGDA * (del) modify_intervall = ' ' "YWWK089893 MODIFY_INTERVAL = ' ' "YWWK089893 IMPORTING YEARS_BETWEEN_DATES = ALTER.

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

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' * (del)XPORTING PP0002 = Q0021 "YWWK030817 EXPORTING PP0021 = P0021 "YWWK030817 MOLGA = T001P-MOLGA LANGU = SY-LANGU FORMAT = $$FORMAT *del IMPORTING EDIT_NAME = NAME "YWWK030817 IMPORTING EDIT_NAME = FNAME "YWWK030817 RETCODE = RET-CODE.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "YSRP30K0526124 EXPORTING PP0148 = P0148 "YSRP30K0526124 MOLGA = T001P-MOLGA "YSRP30K0526124 LANGU = SY-LANGU"YSRP30K0526124 FORMAT = $$FORMAT"YSRP30K0526124 IMPORTING EDIT_NAME = FNAME "YSRP30K0526124 RETCODE = RET-CODE. "YSRP30K0526124

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' "YSRP30K0526124 EXPORTING "YSRP30K0526124 * BASIC_LIST_TITLE = SY-TITLE "XBSP30K060599 XYLAHRK028777 BASIC_LIST_TITLE = SY_TITLE "XYLAHRK028777 * dyn_pushbutton_text1 = button "YSRP30K0526124 FILE_NAME = 'SAPDATA' "YSRP30K0526124 HEAD_LINE1 = KEYDATE "XBSP30K060599 * head_line2 = ' ' "XBSP30K060599 FOOT_NOTE1 = FOOTNOTE "XBSP30K060599 * FOOT_NOTE2 = ' ' "YSRP30K0526124 * FOOT_NOTE3 = ' ' "YSRP30K0526124 LAY_OUT = 5 "YSRP30K0526124 * DYN_PUSHBUTTON_TEXT1 = "YSRP30K0526124 * DYN_PUSHBUTTON_TEXT2 = "YSRP30K0526124 * DYN_PUSHBUTTON_TEXT3 = "YSRP30K0526124 * DYN_PUSHBUTTON_TEXT4 = "YSRP30K0526124 * DYN_PUSHBUTTON_TEXT5 = "YSRP30K0526124 * DYN_PUSHBUTTON_TEXT6 = "YSRP30K0526124 * DATA_STRUCTURE = ' ' "YSRP30K0526124 * HEAD_LINE3 = ' ' "YSRP30K0526124 * HEAD_LINE4 = ' ' "YSRP30K0526124 * CURRENT_REPORT = SY-REPID YSRP30K0526124 XYLAHRK028777 CURRENT_REPORT = SY_REPID "XYLAHRK028777 LIST_LEVEL = '01'"YSRP30K0526124 * ADDITIONAL_OPTIONS = ' ' "YSRP30K0526124 * WORD_DOCUMENT = "YSRP30K0526124 IMPORTING "YSRP30K0526124 RETURN_CODE = RETURN_CODE "YSRP30K0526124 TABLES "YSRP30K0526124 DATA_TAB = IT"YSRP30K0526124 FIELDNAME_TAB = FIELDNAMES "YSRP30K0526124 * SELECT_TAB = "YSRP30K0526124 ERROR_TAB = DISPLAY_ERR "YSRP30K0526124 EXCEPTIONS "YSRP30K0526124 DOWNLOAD_PROBLEM = 1 "YSRP30K0526124 NO_DATA_TAB_ENTRIES = 2 "YSRP30K0526124 TABLE_MISMATCH = 3 "YSRP30K0526124 PRINT_PROBLEMS = 4 "YSRP30K0526124 OTHERS = 5.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING SELECT_VALUE = FAMSA TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.



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