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
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
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.
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.
INCLUDE RPUTCPU4_PBSTOP.
INCLUDE RPUTCPU4_PBSO01.
INCLUDE RPUTCPU4_PBSI01.
INCLUDE RPUTCPU4_PBSF01.
INCLUDE RPUTCPU4_PBSF02.
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.