SAP Reports / Programs

RPUTCPU1_PBS SAP ABAP Report - Convert Certificate or License to Qualification







RPUTCPU1_PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In certain situations, end users may wish to compare the requirements of a position with the qualification(s) corresponding to the code(s) stored in the Certification and Licensing infotype (0795) for the person holding that position...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 RPUTCPU1_PBS 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 RPUTCPU1_PBS. "Basic submit
SUBMIT RPUTCPU1_PBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTCPU1_PBS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Convert Certificate or License to Qualification
Text Symbol: S03 = Dataset
Text Symbol: S02 = Dataset File Name
Text Symbol: M02 = No errors
Text Symbol: M01 = Errors occurred
Text Symbol: I28 = Detail
Text Symbol: I27 = Please select a qualification line item with error(s).
Text Symbol: I26 = Cert. End
Text Symbol: I25 = Cert. Start
Text Symbol: I24 = Infty. End
Text Symbol: I23 = Infty. Start
Text Symbol: I22 = Certificate Category
Text Symbol: I21 = Certificate Identification
Text Symbol: I20 = Error displaying error list
Text Symbol: I19 = Qual. Valid to
Text Symbol: I17 = Qual. Valid from
Text Symbol: I15 = Qualification Group Object ID
Text Symbol: I14 = Qual. Gr. ID
Text Symbol: I13 = Qual. Name
Text Symbol: I12 = Qualification Object ID
Text Symbol: I11 = Qual. ID
Text Symbol: I10 = Level Description
Text Symbol: I08 = Area Description
Text Symbol: I06 = Code of Area
Text Symbol: I05 = Classif. Description
Text Symbol: I04 = Area Classif.
Text Symbol: I03 = Conversion Status
Text Symbol: I02 = Cert. Type Description
Text Symbol: I01 = Report results contain no qualifications.
Text Symbol: E10 = Error occurred during displaying of error list
Text Symbol: E09 = Error in printing error list
Text Symbol: E06 = Error closing dataset file


INCLUDES used within this REPORT RPUTCPU1_PBS

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