SAP Reports / Programs

RPUTCPU4_PBS SAP ABAP Report - Check Qualification and Certificate Consistency







RPUTCPU4_PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables administrators of certificates and licenses to check the consistency of employee qualifications in relation to the codes stored in employee Certification and Licensing infotype (0795) records...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 RPUTCPU4_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 RPUTCPU4_PBS. "Basic submit
SUBMIT RPUTCPU4_PBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTCPU4_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: Check Qualification and Certificate Consistency
Text Symbol: I26 = Employee
Text Symbol: I25 = With Possible Matching Certificate(s)
Text Symbol: I24 = No Matching Certificate
Text Symbol: I23 = Qualification
Text Symbol: I22 = Area Classif.
Text Symbol: I21 = Certificate Category
Text Symbol: I20 = Certificate Identification
Text Symbol: I19 = Infty. End
Text Symbol: I18 = Infty. Start
Text Symbol: I17 = Cert. End
Text Symbol: I16 = Cert. Start
Text Symbol: I15 = Area Effective Date End
Text Symbol: I14 = Area Eff. to
Text Symbol: I13 = Area Effective Date Start
Text Symbol: I12 = Area Eff. from
Text Symbol: I11 = Qual. Valid to
Text Symbol: I10 = Qual. Valid from
Text Symbol: I09 = Code of Area
Text Symbol: I08 = Qual. Name
Text Symbol: I07 = ERROR
Text Symbol: I06 = Selected qualification deleted.
Text Symbol: I05 = Qualification Object ID
Text Symbol: I04 = Qual. ID
Text Symbol: I03 = Period :
Text Symbol: I02 = Key date:
Text Symbol: I01 = Result is empty.
Text Symbol: E02 = Errors occurred in deletion of subtree.
Text Symbol: E01 = Errors occurred. No deletions.


INCLUDES used within this REPORT RPUTCPU4_PBS

INCLUDE RPUTCPU4_PBSTOP.
INCLUDE RPUTCPU4_PBSO01.
INCLUDE RPUTCPU4_PBSI01.
INCLUDE RPUTCPU4_PBSF01.
INCLUDE RPUTCPU4_PBSF02.


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