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

HINUPERL SAP ABAP Report - Report for displaying Log of all requests created







HINUPERL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the request log information...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 HINUPERL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M40_PELOGR - Request Log Report


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 HINUPERL. "Basic submit
SUBMIT HINUPERL AND RETURN. "Return to original report after report execution complete
SUBMIT HINUPERL 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: S_RESTS = Status
Selection Text: S_REGUI = Request
Selection Text: S_POTYP = Policy Type
Selection Text: S_PONME = Policy Name
Selection Text: S_POGRP = Policy Group
Selection Text: S_CREON = Created On
Selection Text: S_CREBY = Created By
Selection Text: S_CHAON = Changed On
Selection Text: S_CHABY = Changed By
Selection Text: P_AREKY = Area Key
Title: Report for displaying Log of all requests created
Text Symbol: 031 = Instance ID
Text Symbol: 032 = Instance ID
Text Symbol: 033 = Request Status
Text Symbol: 034 = Request Status
Text Symbol: 035 = Request Status
Text Symbol: 036 = Message Type
Text Symbol: 037 = Message Type
Text Symbol: 038 = Message Type
Text Symbol: 039 = Message
Text Symbol: 040 = Message
Text Symbol: 041 = Message
Text Symbol: 042 = Report Name
Text Symbol: 043 = Report Name
Text Symbol: 044 = Report Name
Text Symbol: 045 = confirmation
Text Symbol: 046 = You have not passed any selection criteria, it may take longer execution time. Do you want to Continue?
Text Symbol: 047 = Yes
Text Symbol: 048 = No
Text Symbol: 030 = Instance ID
Text Symbol: 000 = Request Selection Criteria
Text Symbol: 001 = Execut Option
Text Symbol: 002 = Policy GUID
Text Symbol: 003 = Policy GUID
Text Symbol: 004 = Policy GUID
Text Symbol: 005 = Request GUID
Text Symbol: 006 = Request GUID
Text Symbol: 007 = Request GUID





Text Symbol: 009 = Date &Time
Text Symbol: 010 = Date & Time
Text Symbol: 011 = Date & Time
Text Symbol: 012 = Employee Number
Text Symbol: 013 = Employee Number
Text Symbol: 014 = Employee Number
Text Symbol: 015 = Created By
Text Symbol: 016 = Created By
Text Symbol: 017 = Created By
Text Symbol: 018 = Changed By
Text Symbol: 019 = Changed By
Text Symbol: 020 = Changed By
Text Symbol: 021 = Step ID
Text Symbol: 022 = Step ID
Text Symbol: 023 = Step ID
Text Symbol: 024 = Step Type
Text Symbol: 025 = Step Type
Text Symbol: 026 = Step Type
Text Symbol: 027 = Work Item ID
Text Symbol: 028 = Work Item ID
Text Symbol: 029 = Work Item ID


INCLUDES used within this REPORT HINUPERL

INCLUDE HINUPERL01.
INCLUDE HINUPERL02.
INCLUDE HINUPERL03.
INCLUDE HINUPERL04.


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:

No SAP FUNCTION MODULES are executed within this report code!



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