SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJLZUSTB SAP ABAP Report - IS-M/SD: Transfer Lost Time from IS-M/SD to HR







RJLZUSTB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RJLZUSTB 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

JLAC - IS-M: Transfer Lost Times 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 RJLZUSTB. "Basic submit
SUBMIT RJLZUSTB AND RETURN. "Return to original report after report execution complete
SUBMIT RJLZUSTB 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: S_MA = Employee
Title: IS-M/SD: Transfer Lost Time from IS-M/SD to HR
Text Symbol: E01 = No valid personnel number maintained in emp.relnship for SC/BP:
Text Symbol: E02 = Transfer did not take place since no data was found that corresponds to selection criteria
Text Symbol: E03 = Target system for transfer of lost time data could not be reached
Text Symbol: E04 = No empl.relationship for BP
Text Symbol: E05 = and SC
Text Symbol: E06 = in role
Text Symbol: E07 = Test run OK: Lost time can be transferred
Text Symbol: P01 = From
Text Symbol: P02 = To
Text Symbol: P03 = Service Company
Text Symbol: P05 = Test Run
Text Symbol: R01 = Time Restriction
Text Symbol: S01 = Lost time data transferred to target HR system


INCLUDES used within this REPORT RJLZUSTB

INCLUDE: MJ000TAL,
MJY00F03,
MJY00TEG,
MJG00TRO,
MJG05T00.


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:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ISP_HR_ABSENCE_ADD_BTCI * CALL FUNCTION 'ISP_HR_ABSENCE_ADD_BTCI' .

ISP_GET_CONFIG_OF_EVENT CALL FUNCTION 'ISP_GET_CONFIG_OF_EVENT' EXPORTING I_APPKL = CON_APPL_VERLAG I_BUKRS = BUK I_EVENT = EVENT IMPORTING E_LOGSYS = LOGSYS E_MAPN = MAPN E_RFNAME = RFNAME EXCEPTIONS NO_ANWEN = 01 NO_RFCDES_FOUND = 02 NO_TJU01_FOUND = 03 NO_TJU03_FOUND = 04 NO_TJU04_FOUND = 05.

ENQUEUE_EJGZUAUS CALL FUNCTION 'ENQUEUE_EJGZUAUS' EXPORTING VSG = US_VSG GPNR = US_GPNR X_ZUAUSZ = 'X' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

ISP_ZG_READ CALL FUNCTION 'ISP_ZG_READ' EXPORTING GPNR_IN = US_VSG IMPORTING ZG_OUT = LOC_JGVDB_ZG EXCEPTIONS DELETED = 01 NOT_EXISTS = 02.

ISP_EMPLOYEMENT_POSITIONS_READ CALL FUNCTION 'ISP_EMPLOYEMENT_POSITIONS_READ' EXPORTING CHECK_DATE_IN = CON_ANGEKREUZT DATE_FROM_IN = US_VONDATUM DATE_TO_IN = US_BISDATUM ROLLE = CON_RO_ZUSTELLER VSG_IN = US_VSG VSG_MA_IN = US_GPNR TABLES JGTBV_POS_OUT = IT_JGTBV_POS EXCEPTIONS DATE_ERROR = 01 INPUT_ERROR = 02 NO_EMPLOYEMENT = 03.



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