SAP Reports / Programs | Personnel Categories | Defense Forces and Public Security | Personnel Categories(IS-DFS-OF-PER) SAP IS

RPUQGENERATE SAP ABAP Report - Derive Qualifications







RPUQGENERATE 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 RPUQGENERATE 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

QGEN - Derive Qualifications


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 RPUQGENERATE. "Basic submit
SUBMIT RPUQGENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RPUQGENERATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Derive Qualifications
Text Symbol: 032 = Completed on
Text Symbol: 033 = ICON
Text Symbol: 034 = GT_DISPLAY_LEGEND
Text Symbol: 035 = DESC
Text Symbol: 036 = Qualifications
Text Symbol: 037 = Training
Text Symbol: 038 = Derive Qualifications
Text Symbol: 039 = Display Training Data
Text Symbol: 040 = All Qualifications
Text Symbol: 041 = Display All
Text Symbol: 042 = Complete Training Data
Text Symbol: 043 = PROFCY_TEXT
Text Symbol: 044 = Proficiency
Text Symbol: 045 = Measure
Text Symbol: 046 = Select Measure
Text Symbol: 050 = Warning
Text Symbol: 051 = Additional qualifications exist for this training item. Still continue?
Text Symbol: 052 = Yes
Text Symbol: 053 = No
Text Symbol: 054 = Corresponding qualification has not yet been derived. Still continue?
Text Symbol: L01 = Qualified with Restriction
Text Symbol: L02 = Non-Qualified
Text Symbol: L03 = Qualified
Text Symbol: L07 = New Qualification
Text Symbol: L08 = Qualification Already Exists
Text Symbol: L15 = Training Completed
Text Symbol: L16 = Training Not Yet Completed
Text Symbol: NCH = Change note
Text Symbol: NCR = Create note
Text Symbol: 031 = Unit
Text Symbol: 001 = Icons
Text Symbol: 002 = Description
Text Symbol: 003 = PERNR
Text Symbol: 004 = ENAME
Text Symbol: 005 = OBJID
Text Symbol: 006 = Qualification ID
Text Symbol: 007 = OTYPE





Text Symbol: 008 = STEXT
Text Symbol: 009 = Qualification
Text Symbol: 010 = LEGEND01
Text Symbol: 011 = Qualification Status
Text Symbol: 012 = BEGDA
Text Symbol: 013 = Valid From
Text Symbol: 014 = ENDDA
Text Symbol: 015 = Valid To
Text Symbol: 016 = LEGEND
Text Symbol: 017 = Level of Qualification
Text Symbol: 018 = TPROG_ID
Text Symbol: 019 = Training Program ID
Text Symbol: 020 = TRAIN_ID
Text Symbol: 021 = Training ID
Text Symbol: 022 = LEGEND02
Text Symbol: 023 = Status
Text Symbol: 024 = ACT_VALUE
Text Symbol: 025 = Actual
Text Symbol: 026 = MIN_VALUE
Text Symbol: 027 = Minimum Requirement
Text Symbol: 028 = PLAN_VALUE
Text Symbol: 029 = Request
Text Symbol: 030 = UNIT_VALUE


INCLUDES used within this REPORT RPUQGENERATE

No INCLUDES are used within this REPORT code!


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