SAP Reports / Programs

RHUMST_HRPADNN_HRPADUZ SAP ABAP Report - Conversion of add. data infotype 1001 subtype 065 - HRPADNN -> HRPADUZ







RHUMST_HRPADNN_HRPADUZ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The requirements object (SR) and the corresponding infotype 1046 (Requirements Attributes) were created for Release 4...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 RHUMST_HRPADNN_HRPADUZ 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

PP6U - Conversion Add'l Data HRPADNN/PADUZ


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 RHUMST_HRPADNN_HRPADUZ. "Basic submit
SUBMIT RHUMST_HRPADNN_HRPADUZ AND RETURN. "Return to original report after report execution complete
SUBMIT RHUMST_HRPADNN_HRPADUZ 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: TEST = Test run
Title: Conversion of add. data infotype 1001 subtype 065 - HRPADNN -> HRPADUZ
Text Symbol: 001 = Data record
Text Symbol: 002 = was converted
Text Symbol: A01 = The following activities were carried out:
Text Symbol: A02 = Table T77AD maintained
Text Symbol: A03 = Table HRPADUZ: Additional data maintained again
Text Symbol: A04 = Table HRPADNN: Additional data deleted
Text Symbol: A05 = Number of added entries in table HRPADUZ:
Text Symbol: A06 = Number of deleted entries in table HRPADNN:
Text Symbol: INK = Inconsistent data records (without additional data) indicated with:
Text Symbol: T01 = Test run: Following additional data deleted from table HRPADNN
Text Symbol: T02 = and entered in table HRPADUZ.
Text Symbol: T03 = Following additional data deleted from HRPADNN
Text Symbol: T04 = and entered in table HRPADUZ.
Text Symbol: UM1 = Conversion of add. data infotype 1001/ subtype 065
Text Symbol: UM2 = HRPADNN -> HRPADUZ successfully completed
Text Symbol: UMS = Conversion HRPADNN -> HRPADUZ already completed


INCLUDES used within this REPORT RHUMST_HRPADNN_HRPADUZ

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:

TR_APPEND_LOG * call function 'TR_APPEND_LOG' * tables * xmsg = prot_tab * exceptions * file_not_found = 1 * wrong_call = 2 * others = 3.

TR_FLUSH_LOG * call function 'TR_FLUSH_LOG' * exceptions * others = 0.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting I_BUFFER_ACTIVE = ' ' "L9CK016735 i_callback_program = repid it_fieldcat = fieldcat[] it_events = top_of_page_event tables t_outtab = outtab.

TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = prot_tab exceptions file_not_found = 1 wrong_call = 2 others = 3.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 0.

TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = prot_tab exceptions file_not_found = 1 wrong_call = 2 others = 3.



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