SAP Reports / Programs

HINUPECA SAP ABAP Report - Closure Action Report







HINUPECA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The administrator of the company uses this report to perform the following: Display a list of request(s) created for a policy(s) Perform closure action(s) on a request ,,System performs the following types of closure actions: Updates master data Sends e-mail Execute personnel action Note that, system perfoms the closure action only for those requests with the following statuses: Approved and closure action not performed Rejected and closure action not performed In the Period group box, select the Reporting 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 HINUPECA 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_PECLOS - Request Display and Perform Closure


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 HINUPECA. "Basic submit
SUBMIT HINUPECA AND RETURN. "Return to original report after report execution complete
SUBMIT HINUPECA 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 = Request Status
Selection Text: S_REQID = Request Number
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_CLRST = Closure Action Status
Selection Text: S_CHAON = Changed On
Selection Text: S_CHABY = Changed By
Selection Text: S_ACTYP = Action Type
Selection Text: P_VARI = ALV Layout
Selection Text: P_SIMU = Perform Closure Action (Simu)
Selection Text: P_LIVE = Perform Closure Action (Live)
Selection Text: P_DISP = Display Request
Selection Text: P_AREKY = Area Key
Title: Closure Action Report
Text Symbol: 049 = Action Description
Text Symbol: 050 = Action Description
Text Symbol: 051 = Action Description
Text Symbol: 052 = Action Type
Text Symbol: 053 = Action Type
Text Symbol: 054 = Action Type
Text Symbol: 055 = Message Type
Text Symbol: 056 = Message Type
Text Symbol: 057 = Message Type
Text Symbol: 058 = Message Class
Text Symbol: 059 = Message Class
Text Symbol: 060 = Message Class
Text Symbol: 061 = Message Number
Text Symbol: 062 = Message Number
Text Symbol: 063 = Message Number
Text Symbol: 064 = Message
Text Symbol: 065 = Message
Text Symbol: 066 = Message
Text Symbol: 067 = Report HINUPECA
Text Symbol: 068 = Group ID
Text Symbol: 069 = Type ID
Text Symbol: 070 = Area Key





Text Symbol: 071 = Description
Text Symbol: 072 = Requester
Text Symbol: A01 = Status
Text Symbol: A02 = Status
Text Symbol: A03 = Status
Text Symbol: TCN = Conformation
Text Symbol: TNO = No
Text Symbol: TXL = Do you want to Perform Closure Action?
Text Symbol: TXS = Do you want to Perform Closure Action in Simulation Mode?
Text Symbol: TXT = You have not passed any selection criteria, it may take longer execution time. Do you want to Continue?
Text Symbol: TYS = Yes
Text Symbol: 023 = Closure Step Status
Text Symbol: 022 = Closure Step Status
Text Symbol: 021 = Request Status
Text Symbol: 020 = Request Status
Text Symbol: 019 = Request Status
Text Symbol: 018 = Request Number
Text Symbol: 017 = Request Number
Text Symbol: 016 = Request Number
Text Symbol: 015 = Employee Name
Text Symbol: 014 = Employee Name
Text Symbol: 013 = Employee Name
Text Symbol: 012 = Personnel Number
Text Symbol: 011 = Personnel Number
Text Symbol: 010 = Personnel Number
Text Symbol: 009 = Selection
Text Symbol: 008 = Selection
Text Symbol: 007 = Selection
Text Symbol: 006 = No request available for give selection criteria.
Text Symbol: 005 = Perform Closure Action (Live Run)
Text Symbol: 004 = Perform Closure Action (Simulation Mode)
Text Symbol: 003 = Display Request
Text Symbol: 002 = ALV Display Variant
Text Symbol: 001 = Execution Option
Text Symbol: 000 = Request Selection
Text Symbol: 024 = Closure Step Status
Text Symbol: 048 = Action ID
Text Symbol: 047 = Action ID
Text Symbol: 046 = Action ID





Text Symbol: 045 = Changed By
Text Symbol: 044 = Changed By
Text Symbol: 043 = Changed By
Text Symbol: 042 = Changed On
Text Symbol: 041 = Changed On
Text Symbol: 040 = Changed On
Text Symbol: 039 = Created On
Text Symbol: 038 = Created On
Text Symbol: 037 = Created On
Text Symbol: 036 = Policy Group
Text Symbol: 035 = Policy Group
Text Symbol: 034 = Policy Group
Text Symbol: 033 = Policy Type
Text Symbol: 032 = Policy Type
Text Symbol: 031 = Policy Type
Text Symbol: 030 = Policy Name
Text Symbol: 029 = Policy Name
Text Symbol: 028 = Policy Name
Text Symbol: 027 = Policy ID
Text Symbol: 026 = Policy ID
Text Symbol: 025 = Policy ID


INCLUDES used within this REPORT HINUPECA

INCLUDE HINUPECA01.
INCLUDE HINUPECA02.
INCLUDE HINUPECA03.
INCLUDE HINUPECA04.
INCLUDE HINUPECA05.


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