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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M40_PECLOS - Request Display and Perform Closure
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.
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
INCLUDE HINUPECA01.
INCLUDE HINUPECA02.
INCLUDE HINUPECA03.
INCLUDE HINUPECA04.
INCLUDE HINUPECA05.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.