SAP Reports / Programs

HPLSSRWY SAP ABAP Report - Etaty pracowników







HPLSSRWY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HPLSSRWY 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 HPLSSRWY. "Basic submit
SUBMIT HPLSSRWY AND RETURN. "Return to original report after report execution complete
SUBMIT HPLSSRWY 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: LGA = Wage types
Selection Text: URL = Unpaided leaves
Title: Etaty pracowników
Text Symbol: 009 = Office
Text Symbol: 010 = Average remuneration (statistical)
Text Symbol: 011 = Date:
Text Symbol: OPT = Additional data
Text Symbol: PDT = POSTS No.
Text Symbol: 001 = SUM
Text Symbol: 002 = EMPL. No.
Text Symbol: 003 = No.
Text Symbol: 004 = AVER.REMUN.
Text Symbol: 006 = Org. Unit
Text Symbol: 007 = Sum


INCLUDES used within this REPORT HPLSSRWY

INCLUDE MPLGAD00.
INCLUDE MPPCON00.


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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = '18000101' END = '99991231' IMPORTING FIRE_DATE = FIRE_DATE HIRE_DATE = HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' EXPORTING OTYPE = 'O ' OBJID = P0001-ORGEH BEGDA = P0001-BEGDA ENDDA = P0001-ENDDA IMPORTING SHORT_TEXT = ORGEH_SHORT OBJECT_TEXT = ORGEH_STEXT RETURN = READ_RETURN EXCEPTIONS NOTHING_FOUND = 1 WRONG_OBJECTTYPE = 2 MISSING_COSTCENTER_DATA = 3 MISSING_OBJECT_ID = 4 OTHERS = 5.

HR_GET_LGART_TEXT CALL FUNCTION 'HR_GET_LGART_TEXT' "QNOK024969 EXPORTING P_LGART = GIL_LGART P_MOLGA = T001P-MOLGA IMPORTING P_LONGTEXT = TBLGART-LGTXT EXCEPTIONS "XPSK002583 NO_ENTRY_IN_512T. "XPSK002583

RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING PPERNR = INDBW_PERNR PMOLGA = T001P-MOLGA PBEGDA = INDBW_BEG_IN PP0001 = P0001 PP0007 = P0007 PP0008 = P0008 * PP0230 = P0230 "XPMK035581 "OT18793093 * pp0304 = p0304 "MERP30K097976 IMPORTING PENDDA = INDBW_END_OUT TABLES PTBINDBW = TBINDBW EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

RP_EVALUATE_INDIRECTLY_P0052 * CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0052' "YWWK104103 * EXPORTING "YWWK104103 * PPERNR = INDBW_PERNR "YWWK104103 * PMOLGA = T001P-MOLGA "YWWK104103 * PBEGDA = INDBW_BEG_IN "YWWK104103 * PP0001 = P0001 "YWWK104103 * PP0007 = P0007 "YWWK104103 * PP0008 = P0008 "YWWK104103 * PP0052 = P0052 "YWWK104103 * PP0237 = P0237 "XPMK035581 * IMPORTING "YWWK104103 * PENDDA = INDBW_END_OUT "YWWK104103 * TABLES "YWWK104103 * PTBINDBW = TBINDBW "YWWK104103 * EXCEPTIONS "YWWK104103 * ERROR_AT_INDIRECT_EVALUATION = 1. "YWWK104103



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