SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RHPAD00CHECK_WRAPPER SAP ABAP Report - Test Interface for ITF Conversion Classes







RHPAD00CHECK_WRAPPER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this tool to test the conversion classes and the business logic of your decoupled infotypes...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 RHPAD00CHECK_WRAPPER 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

PUIT_UI - Test for ITF Conversion Classes


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


Text pool values


Selection Text: GP_SUBTY = D .
Selection Text: GP_SPRPS = D .
Selection Text: GP_PERNR = D .
Selection Text: GP_MASSN = D .
Selection Text: GP_MASSG = D .
Selection Text: GP_INFTY = D .
Selection Text: GP_ENDDA = D .
Selection Text: GP_BEGDA = D .
Selection Text: GP_TEXT = Generic Text Reader (Only P)
Selection Text: GP_READR = Business and Screen Logic (R)
Selection Text: GP_READP = Business Logic Only (P)
Title: Test Interface for ITF Conversion Classes
Text Symbol: FR3 = Test Mode
Text Symbol: FR2 = Actions
Text Symbol: FR1 = Infotype Selection
Text Symbol: ERR = Responsible for Message
Text Symbol: 200 = Create Record Despite Messages?
Text Symbol: 131 = Insert Row
Text Symbol: 130 = Technical Information
Text Symbol: 123 = Metadata
Text Symbol: 122 = Value Help
Text Symbol: 121 = Value
Text Symbol: 120 = Field Name
Text Symbol: 111 = Description
Text Symbol: 110 = Value
Text Symbol: 108 = Context
Text Symbol: 107 = Business Logic
Text Symbol: 106 = Conversion Wrapper
Text Symbol: 101 = No Value Help Exists


INCLUDES used within this REPORT RHPAD00CHECK_WRAPPER

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