SAP Reports / Programs

RHUMST41 SAP ABAP Report - Conversion of requirements records in Shift Planning







RHUMST41 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 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 RHUMST41 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 RHUMST41. "Basic submit
SUBMIT RHUMST41 AND RETURN. "Return to original report after report execution complete
SUBMIT RHUMST41 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: MANDT = Client
Selection Text: OBJECTS = Requirements (SR)
Selection Text: PLVAR = Plan version
Selection Text: TEST = Test mode
Title: Conversion of requirements records in Shift Planning
Text Symbol: PR0 = Converting reqmnts recs (table infotype) for PEINS
Text Symbol: PR1 = Client &: &
Text Symbol: PR2 = from & requirements in
Text Symbol: PR3 = Plan versions & edits
Text Symbol: PR4 = Client &: No requirements to process
Text Symbol: T00 = List of applicable requirements in client &
Text Symbol: T01 = Plan vers.
Text Symbol: T02 = Reqmnts-SR
Text Symbol: T03 = Converted


INCLUDES used within this REPORT RHUMST41

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:

RH_CLIENT_SET CALL FUNCTION 'RH_CLIENT_SET' EXPORTING CLIENT = I000-MANDT EXCEPTIONS OTHERS = 0.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * exporting * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = PROT_TAB EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING VTASK = 'D' "Update innerhalb dieses Prozesses * BUFFER_UPD = ' ' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' "sofortiger commit * CLEAR_BUFFER = 'X' KEEP_LUPD = 'X' "letzten Aenderer u. -datum behalten

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * exporting * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' 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.

RHAP_ACT_FLG_SET CALL FUNCTION 'RHAP_ACT_FLG_SET' EXPORTING ACT_FLG = 'X' * MAN_TRKORR = EXCEPTIONS OTHERS = 0.

RHAP_ALE_FLG_SET CALL FUNCTION 'RHAP_ALE_FLG_SET' EXPORTING ALE_FLG = 'X' EXCEPTIONS OTHERS = 1.

RH_INSERT_INFTY_DIRECT CALL FUNCTION 'RH_INSERT_INFTY_DIRECT' EXPORTING VTASK = VTASK * ORDER_FLG = 'X' COMMIT_FLG = ' ' "'X' AUTHY = ' ' "keine Autorisierung * OLD_TABNR = ' ' REPID = ACT_REPID FORM = 'FETCH_PT1049' KEEP_LUPD = 'X' "letzten Aenderer retten WORKF_ACTV = ' ' "keine Ereigniserzeugung TABLES INNNN = INFTY_TAB EXCEPTIONS NO_AUTHORIZATION = 1 ERROR_DURING_INSERT = 2 REPID_FORM_INITIAL = 3 CORR_EXIT = 4 BEGDA_GREATER_ENDDA = 5 OTHERS = 6.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING VTASK = 'D' "Update innerhalb dieses Prozesses * BUFFER_UPD = ' ' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' "sofortiger commit * CLEAR_BUFFER = 'X' KEEP_LUPD = 'X' "letzten Aenderer u. -datum behalten



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