SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLT1HR00 SAP ABAP Report - Transmission WM performance data -> HR incentive wage







RLT1HR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The programm for transmitting WM transfer orders to the incentive wage task of the HR component selects all transfer orders that are relevant for the HR incentive wage task and transmits them to the inbound interface of the HR incentive wage task...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 RLT1HR00 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

LX46 - Transmission WM perform. data to HR


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


Text pool values


WM Pick Orders -> HR Performance Wage
Selection Text: S_TRART = Transport Type
Selection Text: S_BWLVS = Movement Type for Whse Mgmt
Selection Text: S_BWART = Movement Type
Selection Text: S_BDATU = Creation Date of TO
Selection Text: COUNT = Number of Records per Block
Title: Transmission WM performance data -> HR incentive wage
Text Symbol: 051 = Error Message
Text Symbol: 050 = Error
Text Symbol: 040 = Own logical destination cannot be defined - start again
Text Symbol: 032 = A system error occurred during the blocking procedure
Text Symbol: 031 = already being processed
Text Symbol: 030 = Transfer order
Text Symbol: 025 = because of possible multiple errors with some LTAK records
Text Symbol: 024 = the number of selected transfer orders
Text Symbol: 023 = No. of errors + no. of processed TOs could be greater than
Text Symbol: 022 = Number of Transfer Orders with Errors
Text Symbol: 021 = Number of Transfer Orders Processed
Text Symbol: 020 = Number of Transfer Orders Selected
Text Symbol: 009 = Time unit missing in WM transfer order (LTAK-ZEIEI)
Text Symbol: 008 = Personnel no. specif. missing
Text Symbol: 007 = Planned Work Time Missing, That Means SOLWM and SOLEX Are Empty
Text Symbol: 006 = Automatic Time Specif., but Total Time More Than 24 Hours
Text Symbol: 005 = Autom. Time Spec., but STVZT, ENVZT, STDAT, or ENDAT Missing
Text Symbol: 004 = Manual Time Specification, but Total Time More Than 24 Hours
Text Symbol: 003 = Manual Time Specif., but STVZT, ENVZT, STDAT, or ENDAT Missing
Text Symbol: 002 = Act.time value in ISTWM missing
Text Symbol: 001 = Record has Unwanted Act. Time Value in ISTWM


INCLUDES used within this REPORT RLT1HR00

INCLUDE MLLVSKON.


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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = ownsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

HRTIM_CONFIRMATION_INPUT CALL FUNCTION 'HRTIM_CONFIRMATION_INPUT' TABLES return = return confirmations = i_bapi_pll80 * receivers = receivers EXCEPTIONS get_receiver_failed = 1 idoc_send_failed = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_ELLTAKE CALL FUNCTION 'ENQUEUE_ELLTAKE' EXPORTING lgnum = ltak-lgnum tanum = ltak-tanum EXCEPTIONS foreign_lock = 1 system_failure = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_alv_out EXCEPTIONS program_error = 1 OTHERS = 2.



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