SAP Reports / Programs | Personnel Management | Budget Management(PA-PM) SAP PA

RHPMLDP1 SAP ABAP Report - Report on Teaching Hours







RHPMLDP1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Evaluates a person's (or position's) teaching hours on a key date or for a particular period...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 RHPMLDP1 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 RHPMLDP1. "Basic submit
SUBMIT RHPMLDP1 AND RETURN. "Return to original report after report execution complete
SUBMIT RHPMLDP1 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: PA_ENDDA = D End date
Selection Text: PA_FALL = D Case groups/catalog
Selection Text: PA_FINAN = D Financing details
Selection Text: PA_FINY1 = D Comparison year
Selection Text: PA_FINYR = D Financial year
Selection Text: PA_FORM = D Form
Selection Text: PA_HOEH = D Higher Classification
Selection Text: PA_KEY = D Object key
Selection Text: PA_KOSTL = D Cost center
Selection Text: PA_MEHR = D Multiple
Selection Text: PA_NADA = D Inadequate
Selection Text: PA_NDUR = D Interrupted
Selection Text: PA_NIED = D Lower Classification
Selection Text: PA_OTEXT = D Object type name
Selection Text: PA_OTYPE = D Object Type
Selection Text: PA_PERS = D Personal data
Selection Text: PA_PLVAR = D Plan version
Selection Text: PA_PRS = D Report on persons
Selection Text: PA_PRSCR = D Print in SAPscript
Selection Text: PA_PRSTD = D Print (standard)
Selection Text: PA_SHORT = D Object abbreviation
Selection Text: PA_STAG = D Key date
Selection Text: PA_TARIF = D Pay scale information
Selection Text: PA_UNBE = D Unlimited
Selection Text: PA_UNBS = D Unstaffed positions
Selection Text: PA_VINT = D Internal rules
Selection Text: PA_WORK = D Working time
Selection Text: PERSG = D Employee group
Selection Text: PERSK = D Employee subgroup
Selection Text: SO_DESCR = Type
Selection Text: SO_OBJID = Object ID
Selection Text: SUBTY1 = D Subtype
Selection Text: SUBTY2 = D Subtype
Selection Text: PA_ABWE = D Different
Selection Text: PA_ADAQ = D Adequate
Selection Text: PA_ALLE = D All positions
Selection Text: PA_ANAL = D Same
Selection Text: PA_ANSA = Original budget





Selection Text: PA_BEFR = D Limited
Selection Text: PA_BEGDA = D Start date
Selection Text: PA_BESE = D Staffed positions
Selection Text: PA_DIPO = D Report on position
Selection Text: PA_DURC = D Continuous
Selection Text: PA_EINF = D Single
Title: Report on Teaching Hours
Text Symbol: 001 = Object to evaluate
Text Symbol: 002 = Start of evaluatn
Text Symbol: ADD = Also output
Text Symbol: ALL = Select all
Text Symbol: ART = Financing types
Text Symbol: BES = Description
Text Symbol: DES = Selection of description
Text Symbol: DIP = Position
Text Symbol: EIN = Initial Object
Text Symbol: KEY = Object key
Text Symbol: NAL = Deselect all
Text Symbol: OBJ = Objects
Text Symbol: PAG = Page
Text Symbol: PER = Person
Text Symbol: PLA = PlanStatus
Text Symbol: POF = Print options from
Text Symbol: PRB = Print options for background processing
Text Symbol: PRN = Print options
Text Symbol: SHT = Object abbreviation
Text Symbol: SUM = Total
Text Symbol: TIM = Evaluation Period


INCLUDES used within this REPORT RHPMLDP1

INCLUDE RHPMALV.
INCLUDE RHPMRSEL.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = ld_repid i_callback_user_command = 'KOMMANDO_VERARBEITEN' * I_STRUCTURE_NAME = i_background_id = gd_background is_layout = ld_layout it_fieldcat = gd_field_tab it_excluding = ld_excluding * IT_SPECIAL_GROUPS = it_sort = lt_sort * IT_FILTER = i_save = 'A' is_variant = ls_variant it_events = lt_events is_print = ls_print TABLES t_outtab = tu_tab EXCEPTIONS OTHERS = 1.

RH_PM_WRITE_LIST_HEADER * CALL FUNCTION 'RH_PM_WRITE_LIST_HEADER' * EXPORTING * I_TITLE = SY-TITLE * I_LINSZ = 255 * I_PAGNO = SY-PAGNO * I_AWEG_ID = PCHWEGID * I_HHJ = * I_STAG = PA_STAG * I_GDSTR = GD_GDSTR * I_BEGDA = PA_BEGDA * I_ENDDA = PA_ENDDA * EXCEPTIONS * EMPTY_TITLE = 1 * INCORRECT_LINE_SIZE = 2 * OTHERS = 3.

RH_PM_GET_OBJECT_TEXT_2 CALL FUNCTION 'RH_PM_GET_OBJECT_TEXT_2' EXPORTING i_otype = gd_ausgabe-otype IMPORTING e_otext = ld_otext EXCEPTIONS OTHERS = 0.

REUSE_ALV_COMMENTARY_WRITE





CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = gd_logo it_list_commentary = lt_list_commentary.

RH_PM_SHOW_DELEGATION CALL FUNCTION 'RH_PM_SHOW_DELEGATION' EXPORTING i_plvar = pa_plvar i_otype = ld_otype i_objid = ld_objid i_begda = gd_begda i_endda = gd_endda * I_ISTAT = '1' * tables * E_DELEGATION = * E_DELEGATION_PROVIDE = EXCEPTIONS nothing_found = 1 object_not_found = 2 OTHERS = 3.

RH_PM_READ_T7PMVT CALL FUNCTION 'RH_PM_READ_T7PMVT' EXPORTING * I_LANGU = SY-LANGU i_otype = p1507-otype i_redct = p1507-redct IMPORTING e_rtext = gd_ausgabe-rtext EXCEPTIONS nothing_found = 1 OTHERS = 2.

RH_PM_GET_DELEGATION CALL FUNCTION 'RH_PM_GET_DELEGATION' EXPORTING i_plvar = gd_objec-plvar i_otype = gd_objec-otype i_objid = gd_objec-objid i_begda = gd_begda i_endda = gd_endda * I_ISTAT = '1' IMPORTING e_sws_summe = gd_ausgabe-sws_summe TABLES e_delegation = ld_tab1 e_delegation_provide = ld_tab2 EXCEPTIONS OTHERS = 1.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = gd_objec-plvar otype = ld_tab1-otype objid = ld_tab1-objid * REALO = ' ' * ISTAT = ' ' begda = ld_tab1-begda endda = ld_tab1-endda * LANGU = SY-LANGU ointerval = ' ' * STORE = 'X' * CHECK_STRU_AUTH = 'X' * READ_DB = ' ' IMPORTING short = gd_ausgabe-short stext = gd_ausgabe-stext EXCEPTIONS not_found = 1 OTHERS = 2.



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