SAP Reports / Programs

RHPAD00_CHECK_INFTY_DECOUPLING SAP ABAP Report - Check of Decoupled Infotypes







RHPAD00_CHECK_INFTY_DECOUPLING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks the status of the decoupled PA infotypes and displays the results in a list...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 RHPAD00_CHECK_INFTY_DECOUPLING 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 RHPAD00_CHECK_INFTY_DECOUPLING. "Basic submit
SUBMIT RHPAD00_CHECK_INFTY_DECOUPLING AND RETURN. "Return to original report after report execution complete
SUBMIT RHPAD00_CHECK_INFTY_DECOUPLING 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: SINFTY = Info Types
Selection Text: SVERSID = Infotype Versions
Title: Check of Decoupled Infotypes
Text Symbol: 100 = Status
Text Symbol: 101 = BL Status
Text Symbol: 102 = UI Status
Text Symbol: 103 = Messages
Text Symbol: 104 = Version description
Text Symbol: 105 = Version description
Text Symbol: 106 = Status of Backend Decoupling
Text Symbol: 107 = Status of UI Decoupling
Text Symbol: 108 = International
Text Symbol: 120 = T582ITVCLAS
Text Symbol: 121 = T582ITVCHCK
Text Symbol: 122 = T588UICONVCLAS
Text Symbol: 123 = Test Tool


INCLUDES used within this REPORT RHPAD00_CHECK_INFTY_DECOUPLING

INCLUDE RHPAD00_CHECK_INFTY_DECOUPLF01.


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:

HR_CHECK_MOLGA_INFTY_PERM CALL FUNCTION 'HR_CHECK_MOLGA_INFTY_PERM' EXPORTING molga = '99' infty = infty subty = '*' IMPORTING ALLOWED = allowed.



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