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

RPLVOL00 SAP ABAP Report - Employees with Powers of Attorney







RPLVOL00 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 the power of attorney...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 RPLVOL00 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 RPLVOL00. "Basic submit
SUBMIT RPLVOL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLVOL00 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: PNPSORTG = ?...(PNPSORTG)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPPATHT = ?...(PNPPATHT)
Selection Text: PNPPATHL = ?...(PNPPATHL)
Selection Text: PNPPATHH = ?...(PNPPATHH)
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: VOLMA = Power of attorney
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: ORGEH = Organizational unit
Title: Employees with Powers of Attorney
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: VVZ = Power of attorney directory
Text Symbol: TXT = Text
Text Symbol: STT = Key date $1
Text Symbol: STG = Key date:
Text Symbol: ST4 = Total no.of powers of attorney
Text Symbol: ST3 = Employee(s) with power(s) of attorney
Text Symbol: ST2 = Selected employee(s)
Text Symbol: ST1 = Reconciliation totals
Text Symbol: ORG = Org.assign.
Text Symbol: ERT = Missing entry
Text Symbol: ERP = PerNo
Text Symbol: ERO = Incorrect organizational unit
Text Symbol: ERN = HR name format is incorrect
Text Symbol: ERI = Missing infotype
Text Symbol: ERH = Error list
002 Power of attorney Organizational unit Validity





001 Pers.no. Name PArea CostCtr


INCLUDES used within this REPORT RPLVOL00

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_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' "XFYK052284 EXPORTING LAY_OUT = 0 HEAD_LINE1 = HEADER1 HEAD_LINE2 = HEADER2 BASIC_LIST_TITLE = TEXT-VVZ FILE_NAME = MYREPORT FOOT_NOTE1 = FOOTNOTE1 FOOT_NOTE2 = FOOTNOTE2 FOOT_NOTE3 = FOOTNOTE3 CURRENT_REPORT = MYREPORT LIST_LEVEL = LIST_LEVEL IMPORTING RETURN_CODE = RETURN_CODE TABLES DATA_TAB = DISPLAY_ALL FIELDNAME_TAB = FIELDNAMES ERROR_TAB = DISPLAY_ERR EXCEPTIONS PRINT_PROBLEMS = 5 OTHERS = 1.

HR_READ_FOREIGN_OBJECT_TEXT *>>>> CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' verwenden !!!! <<<<* SELECT SINGLE * FROM T527X WHERE SPRSL EQ SY-LANGU AND ORGEH EQ REO_ORGEH AND ENDDA GE REO_DATE AND BEGDA LE REO_DATE.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * exporting * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' * FIELDNAME = ' ' * TABNAME = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * TITLE_IN_VALUES_LIST = ' ' * TITEL = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' IMPORTING SELECT_VALUE = SUBTY 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 RPLVOL00 or its description.